diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-22 13:25:58 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-23 00:05:15 +0200 |
commit | f7aa20515c7d5385f9842388008ea04790b0073d (patch) | |
tree | 570837612adebd2770e28bf9d698a60ec4f9be70 /gui | |
parent | 7a1c13fae65cb8d19201f231ff190c69367d7968 (diff) |
cmake: define MINGW_HAS_SECURE_API
Diffstat (limited to 'gui')
-rw-r--r-- | gui/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/main.cpp b/gui/main.cpp index e7c9c239..2f1158db 100644 --- a/gui/main.cpp +++ b/gui/main.cpp @@ -1,5 +1,4 @@ #ifdef _WIN32 -# define MINGW_HAS_SECURE_API 1 # include "opentrack-library-path.h" # include <stdlib.h> # include <vector> |