Advertisement
Guest User

Include.h

a guest
Oct 27th, 2015
1,405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.19 KB | None | 0 0
  1. /*==============================================================*/
  2. // Include.h Creator & Edited By Y.L.A.S
  3.  
  4. #pragma once
  5.  
  6. #define WIN32_LEAN_AND_MEAN
  7. #define WIN32_EXTRA_LEAN
  8.  
  9. #include <windows.h>
  10. #include <iostream>
  11. #include <time.h>
  12. #include <conio.h>
  13. #include <stdio.h>
  14. #include <tchar.h>
  15. #include <math.h>
  16. #include <time.h>
  17. #include <stdlib.h>
  18. #include <direct.h>
  19. #include <fcntl.h>
  20. #include <io.h>
  21. #include <vector>
  22. #include <rpc.h>
  23. #include <rpcdce.h>
  24. #include <stdio.h>
  25. #include <iomanip>
  26. #include <cstdlib>
  27. #include <tlhelp32.h>
  28. #include <process.h>
  29. #include <shellapi.h>
  30. #include "winsock.h"
  31. #include <fstream>
  32. #include <string>
  33. #include <stdio.h>
  34. #include <iostream>
  35. #include <string.h>
  36. #include <d3d9.h>
  37. #include <d3dx9.h>
  38. #include <wininet.h>
  39. #include <conio.h>
  40. #include <tchar.h>
  41. #include <Iphlpapi.h>
  42. #include <Assert.h>
  43. #pragma comment(lib, "iphlpapi.lib")
  44. #pragma comment(lib,"d3d9.lib")
  45. #pragma comment(lib,"d3dx9.lib")
  46. #pragma comment (lib, "wininet.lib")
  47. #include <iostream>
  48. #include <string>
  49. using namespace std;
  50.  
  51. #include <psapi.h>
  52. #pragma comment(lib,"psapi.lib")
  53.  
  54. #pragma warning (disable:4309 4244 4996 4102 4305)
  55.  
  56. using namespace std;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement