12345678910111213141516171819202122232425262728 |
- #ifndef BASE_WIN_WINDOWSX_SHIM_H_
- #define BASE_WIN_WINDOWSX_SHIM_H_
- #ifdef _INC_WINDOWS_X
- #error "There is an include of windowsx.h in the code. Use windowsx_shim.h"
- #endif
- #include <windowsx.h>
- #undef GetNextSibling
- #undef GetFirstChild
- #undef IsMaximized
- #undef IsMinimized
- #undef IsRestored
-
-
- #endif
|