WinWrapped.h 197 B

12345678910111213
  1. // Copyright (c) 2008-2023 the Urho3D project
  2. // License: MIT
  3. #pragma once
  4. #ifdef _WIN32
  5. // Avoid using byte in rpcndr.h
  6. #define byte BYTE
  7. #include <windows.h>
  8. #undef byte
  9. #endif // def _WIN32