diff options
Diffstat (limited to 'Hunted/Hunted.cpp')
-rw-r--r-- | Hunted/Hunted.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Hunted/Hunted.cpp b/Hunted/Hunted.cpp index b4cbda5..1b08940 100644 --- a/Hunted/Hunted.cpp +++ b/Hunted/Hunted.cpp @@ -6,8 +6,6 @@ #include <iomanip> #include <windows.h> -#pragma comment(lib, "User32.lib") - #define WHEXOUT std::setfill(L'0') << std::setw(16) << std::hex BOOL running = false; |