Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit d525494

Browse files
author
Jakob Riedle
committed
Fixed proeprocessor macro use
1 parent d821633 commit d525494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/tinyutf8/tinyutf8.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
//! Determine portable __cplusplus macro
5858
#if defined(_MSC_VER) && defined(_MSVC_LANG)
5959
#define TINY_UTF8_CPLUSPLUS _MSVC_LANG
60-
#endif
60+
#else
6161
#define TINY_UTF8_CPLUSPLUS __cplusplus
6262
#endif
6363

0 commit comments

Comments
 (0)