Fix psapi include for windows

pull/496/head
jsteube 8 years ago
parent a56855e355
commit 9f416109d9

@ -17,6 +17,7 @@
#ifdef _WIN
#include <windows.h>
#include <psapi.h>
#endif // _WIN
#define RESTORE 0

@ -28,8 +28,6 @@
#ifdef _WIN
#include <windows.h>
#include <psapi.h>
#include <io.h>
#endif // _WIN
/**

Loading…
Cancel
Save