diff --git a/obs/obs-app.cpp b/obs/obs-app.cpp index a13eb0f5f..75b5e1606 100644 --- a/obs/obs-app.cpp +++ b/obs/obs-app.cpp @@ -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