Skip to content

Commit 258b598

Browse files
committed
compat/platform_sched fix elifdef
1 parent e4b7ca4 commit 258b598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compat/platform_sched.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bool set_realtime_sched_this_thread(){
2222
return ret >= 0;
2323
}
2424

25-
#elifdef _WIN32
25+
#elif defined(_WIN32)
2626

2727
#include <windows.h>
2828

0 commit comments

Comments
 (0)