Skip to content

Commit

Permalink
🛠 Repair bad macro in api.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhD committed Aug 9, 2024
1 parent 7e5383a commit e4f5163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ztd/idk/detail/api.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
#define ZTD_IDK_API_LINKAGE_I_ ZTD_IDK_API_LINKAGE
#else
#if ZTD_IS_ON(ZTD_IDK_DLL)
#if ZTD_IS_ON(ZTD_COMPILER_VCXX) || ZTD_IS_ON(ZTD_IDK_WINDOWS) || ZTD_IS_ON(ZTD_IDK_CYGWIN)
#if ZTD_IS_ON(ZTD_COMPILER_VCXX) || ZTD_IS_ON(ZTD_PLATFORM_WINDOWS) || ZTD_IS_ON(ZTD_PLATFORM_CYGWIN)
// MSVC Compiler; or, Windows, or Cygwin platforms
#if ZTD_IS_ON(ZTD_IDK_BUILD)
// Building the library
Expand Down

0 comments on commit e4f5163

Please sign in to comment.