Skip to content

Commit 256c7b0

Browse files
committed
🔧 | Fixed windows.h include
1 parent e010faa commit 256c7b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cgo/displays.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ static struct DisplayInfo displayInfos[10];
4747
#endif
4848

4949
#if defined (WINDOWS)
50-
#include <winuser.h>
50+
#include <windows.h>
5151

5252
int turns = 0;
5353

0 commit comments

Comments
 (0)