Skip to content

Commit

Permalink
\zlib-ng#475 Replace _WINDOWS by _WIN32
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <[email protected]>
  • Loading branch information
uilianries authored and mitchellwong committed Feb 17, 2023
1 parent f9f505b commit 1f0db47
Show file tree
Hide file tree
Showing 2 changed files with 474 additions and 99 deletions.
2 changes: 1 addition & 1 deletion mz.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
#define MZ_FREE(PTR) (free(PTR))
#endif

#if defined(_WINDOWS) && defined(MZ_EXPORTS)
#if defined(_WIN32) && defined(MZ_EXPORTS)
#define MZ_EXPORT __declspec(dllexport)
#else
#define MZ_EXPORT
Expand Down
Loading

0 comments on commit 1f0db47

Please sign in to comment.