rtengine/pch/rt_pch.h
Kevin Trogant 4b97f8ff33 fix: Linux build
- Prepare for supporting Xlib and Wayland (in the future), by having a
  option for 'use_xlib'
- Fixed a few compile errors
2023-10-17 15:22:02 +02:00

4 lines
46 B
C

#ifdef _WIN32
#include <Windows.h>
#endif