mirror of
https://github.com/WithSecureLabs/ModuleStomping
synced 2026-06-06 17:00:48 +00:00
8 lines
206 B
C
8 lines
206 B
C
#ifndef PCH_H
|
|
#define PCH_H
|
|
|
|
#define WINVER 0x0A00
|
|
#define _WIN32_WINNT 0x0A00
|
|
|
|
#endif //PCH_H
|