Skip to content

cmake: do not force inclusion of windows.h

Erik Faye-Lund requested to merge kusma/mesa-demos:winapi-cleanup into main

While it's true that nobody loves to include windows.h, we now have gl_wrap.h where we can do this automatically. This saves us from including windows.h in util sources etc, which makes things a tiny bit more sane.

Merge request reports