From: Frode Solheim Date: Fri, 1 Aug 2025 19:38:45 +0000 (+0200) Subject: Removed a few unreferenced defines from target.h X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=f003cfc5b3348985165cadac8f85c028267199d2;p=francis%2Fwinuae.git Removed a few unreferenced defines from target.h --- diff --git a/od-win32/target.h b/od-win32/target.h index f21cd2cf..fde57a41 100644 --- a/od-win32/target.h +++ b/od-win32/target.h @@ -8,16 +8,11 @@ #ifdef _WIN32_WCE #define TARGET_NAME "WinCE" -#define TARGET_NO_AUTOCONF -#define TARGET_NO_ZFILE #define DONT_PARSE_CMDLINE #else #define TARGET_NAME _T("win32") #endif -#define TARGET_PROVIDES_DEFAULT_PREFS -#define TARGET_NO_DITHER #define NO_MAIN_IN_MAIN_C #define OPTIONSFILENAME _T("default.uae") -