Advertisement
lelejau

PT2Hook - stdafx

Dec 21st, 2015
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.60 KB | None | 0 0
  1. // stdafx.h : include file for standard system include files,
  2. // or project specific include files that are used frequently, but
  3. // are changed infrequently
  4. //
  5.  
  6. #pragma once
  7.  
  8. #include "targetver.h"
  9.  
  10. #define WIN32_LEAN_AND_MEAN             // Exclude rarely-used stuff from Windows headers
  11. // Windows Header Files:
  12. #include <windows.h>
  13. #include <WinSock2.h>
  14. #include <iostream>
  15. #include <stdio.h>
  16. #include <ctime>
  17. #include <stdio.h>
  18. #include "detours.h"
  19.  
  20.  
  21. #pragma comment(lib,"detours.lib")
  22. #pragma comment(lib, "ws2_32.lib")
  23.  
  24.  
  25.  
  26. // TODO: reference additional headers your program requires here
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement