From 369f0271e70a092143ec46c1704159b0f0b8eba4 Mon Sep 17 00:00:00 2001 From: Rafael Date: Wed, 20 Apr 2016 15:02:26 +0200 Subject: [PATCH] WinRT build define for #undef regular Win --- config.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.h b/config.h index f6e87f1..d83e05e 100755 --- a/config.h +++ b/config.h @@ -47,4 +47,8 @@ #define GTA5SYNC_PLUG "$RUNDIR$SEPARATORplugins" #endif +#ifdef GTA5SYNC_WINRT +#undef GTA5SYNC_WIN +#endif + #endif // CONFIG_H