UI: use _WIN32 instead of WIN32
_WIN32 is a compiler define so it should be used. WIN32 is only valid when it's defined in a header.
This commit is contained in:
parent
e0fab8888f
commit
c0827212df
@ -612,7 +612,7 @@ static void load_debug_privilege(void)
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
#ifndef WIN32
|
||||
#ifndef _WIN32
|
||||
signal(SIGPIPE, SIG_IGN);
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user