mirror of
https://github.com/a0rtega/pafish
synced 2024-11-22 06:11:18 +03:00
Fixed warning about redefined variables
- "KEY_WOW64_32KEY" redefined - "KEY_WOW64_64KEY" redefined
This commit is contained in:
parent
1033f2818a
commit
93f25aa6dc
@ -12,8 +12,13 @@
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user