暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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