BsWin32Defs.h 542 B

123456789101112
  1. //********************************** Banshee Engine (www.banshee3d.com) **************************************************//
  2. //**************** Copyright (c) 2016 Marko Pintera ([email protected]). All rights reserved. **********************//
  3. #define WIN32_LEAN_AND_MEAN
  4. #if !defined(NOMINMAX) && defined(_MSC_VER)
  5. # define NOMINMAX // Required to stop windows.h messing up std::min
  6. #endif
  7. #include <windows.h>
  8. #include <windowsx.h>
  9. #include <oleidl.h>
  10. #define WM_BS_SETCAPTURE WM_USER + 101
  11. #define WM_BS_RELEASECAPTURE WM_USER + 102