Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb64d956

Browse files
committed
Prevent double macro definition of WIN32.
David Rowley.
1 parent4cba1f6 commitb64d956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/include/c.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
* but _WIN32 is the compiler pre-defined macro. So make sure we define
5959
* WIN32 whenever _WIN32 is set, to facilitate standalone building.
6060
*/
61-
#if defined(_WIN32)
61+
#if defined(_WIN32)&& !defined(WIN32)
6262
#defineWIN32
6363
#endif
6464

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp