mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-24 07:25:05 -05:00
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:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user