Skip to content

Commit 4996fa8

Browse files
committed
windows.h should be included first
1 parent 7b3a2ab commit 4996fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elisp/private/tools/system.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
# ifndef WIN32_LEAN_AND_MEAN
3131
# define WIN32_LEAN_AND_MEAN
3232
# endif
33-
# include <shellapi.h>
3433
# include <windows.h>
34+
# include <shellapi.h>
3535
#else
3636
# include <dirent.h>
3737
# include <fcntl.h>

0 commit comments

Comments
 (0)