mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 17:10:26 +00:00
Yet one more clash between <windows.h> and Xserver on `CreateWindow` symbol: The windows header has a `#define CreateWindow CreateWindowA`, so we need to #undef it everywhere we're using `CreateWindow` - until we've got that ugly header out of the way completely. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>