Fixed warning about redefined variables

- "KEY_WOW64_32KEY" redefined
- "KEY_WOW64_64KEY" redefined
This commit is contained in:
Duarte Silva 2015-07-08 10:01:28 +01:00
parent 1033f2818a
commit 93f25aa6dc

View File

@ -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