|
Flutter Windows Embedder
|
|
Go to the documentation of this file.
5 #ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_WINDOWSX_SHIM_H_
6 #define FLUTTER_SHELL_PLATFORM_WINDOWS_WINDOWSX_SHIM_H_
15 #error "There is an include of windowsx.h in the code. Use windowsx_shim.h"
16 #endif // _INC_WINDOWS_X
20 #undef GetNextSibling // Same as GetWindow(hwnd, GW_HWNDNEXT)
21 #undef GetFirstChild // Same as GetTopWindow(hwnd)
22 #undef IsMaximized // Defined to IsZoomed, use IsZoomed directly instead
23 #undef IsMinimized // Defined to IsIconic, use IsIconic directly instead
24 #undef IsRestored // Macro to check that neither WS_MINIMIZE, nor
28 #endif // FLUTTER_SHELL_PLATFORM_WINDOWS_WINDOWSX_SHIM_H_