We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b844826 commit dc48b41Copy full SHA for dc48b41
1 file changed
daemon.c
@@ -1,4 +1,7 @@
1
#include <windows.h>
2
+#if _WIN32_WINNT >= 0x0602 /* Windows 8 and Windows Server 2012 */
3
+# include <Processthreadsapi.h>
4
+#endif
5
#include <direct.h>
6
#include <stdio.h>
7
#include <tchar.h>
0 commit comments