diff --git a/os/osdep.h b/os/osdep.h index 54f3322c98..060856c9b3 100644 --- a/os/osdep.h +++ b/os/osdep.h @@ -127,6 +127,8 @@ _X_EXPORT Bool TimerForce(OsTimerPtr); #ifdef WIN32 #include +#undef CreateWindow + const char *Win32TempDir(void); static inline void Fclose(void *f) { fclose(f); }