From f003cfc5b3348985165cadac8f85c028267199d2 Mon Sep 17 00:00:00 2001 From: Frode Solheim Date: Fri, 1 Aug 2025 21:38:45 +0200 Subject: [PATCH] Removed a few unreferenced defines from target.h --- od-win32/target.h | 5 ----- 1 file changed, 5 deletions(-) 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") - -- 2.47.3