move defines

This commit is contained in:
iceman1001 2019-04-13 02:49:15 +02:00
commit 0a8c303685
2 changed files with 6 additions and 7 deletions

View file

@ -9,6 +9,12 @@
// UI utilities
//-----------------------------------------------------------------------------
/* Ensure strtok_r is available even with -std=c99; must be included before
*/
#if !defined(_WIN32)
#define _POSIX_C_SOURCE 200112L
#endif
#include "ui.h"
double CursorScaleFactor = 1;