kNetBuildConfig.h 344 B

12345678910111213
  1. // This file is programmatically generated using CMake.
  2. // This file shows the compilation settings that were used to build kNet.
  3. // These need to match for the client code using kNet.
  4. #pragma once
  5. #ifndef KNET_ENABLE_WINXP_SUPPORT
  6. #define KNET_ENABLE_WINXP_SUPPORT
  7. #endif
  8. #ifndef KNET_NO_MAXHEAP
  9. #define KNET_NO_MAXHEAP
  10. #endif