Undefine Win32 macros IsMinimized, IsRestored, IsMaximized
Names used in the BaseWindow class are also windows.h macros. That the names are the same as in the Windows API is no coincidence but for now we don't want the Windows macros to interfere so we undef them. There are already undefs in widgets.h but depending on the order of includes they might not be effective. Bug: 773275 Change-Id: I2be80c8a3f64f4741163def9c27e386c95753a40 Reviewed-on: https://chromium-review.googlesource.com/845582Reviewed-by:Scott Violet <sky@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#526694}
Showing
Please register or sign in to comment