BsWin32Defs.h 292 B

12345678910
  1. #define WIN32_LEAN_AND_MEAN
  2. #if !defined(NOMINMAX) && defined(_MSC_VER)
  3. # define NOMINMAX // Required to stop windows.h messing up std::min
  4. #endif
  5. #include <windows.h>
  6. #include <windowsx.h>
  7. #include <oleidl.h>
  8. #define WM_BS_SETCAPTURE WM_USER + 101
  9. #define WM_BS_RELEASECAPTURE WM_USER + 102