diff --git a/pafish/utils.c b/pafish/utils.c index 8554d02..bace44e 100644 --- a/pafish/utils.c +++ b/pafish/utils.c @@ -3,17 +3,22 @@ #include #include +#include #include #include -#include #include #include #include "utils.h" #include "types.h" +#ifndef KEY_WOW64_32KEY #define KEY_WOW64_32KEY 0x0200 +#endif + +#ifndef KEY_WOW64_64KEY #define KEY_WOW64_64KEY 0x0100 +#endif /** * Prototypes for the Wow64 API's since they aren't available in all Windows