No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

WindowsHeaders.h 361B

12345678910111213141516171819202122232425
  1. #pragma once
  2. #if IL2CPP_TARGET_WINDOWS
  3. #pragma once
  4. #ifndef NOMINMAX
  5. #define NOMINMAX
  6. #endif
  7. #ifndef WIN32_LEAN_AND_MEAN
  8. #define WIN32_LEAN_AND_MEAN 1
  9. #endif
  10. #define INC_OLE2 1
  11. #include <Windows.h>
  12. #include <Objidl.h>
  13. #include <wincrypt.h>
  14. #include <winsock2.h>
  15. #include <Iphlpapi.h>
  16. #include <roapi.h>
  17. #include <robuffer.h>
  18. #include <winstring.h>
  19. #endif