From 4ad3db855a2f4fdabaad1a5dd01bd7e0828d7cbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Tue, 4 Jun 2024 19:08:04 +0200 Subject: [PATCH] osdep/main-fn-win: remove unnecessary compatibility defines No longer needed after 9f8b4b38c97f0697fbc3a9b30e4e856337cd6dcf. --- osdep/main-fn-win.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/osdep/main-fn-win.c b/osdep/main-fn-win.c index e7337c914d..8a086dc47d 100644 --- a/osdep/main-fn-win.c +++ b/osdep/main-fn-win.c @@ -1,10 +1,6 @@ #include #include -#ifndef BASE_SEARCH_PATH_ENABLE_SAFE_SEARCHMODE -#define BASE_SEARCH_PATH_ENABLE_SAFE_SEARCHMODE (0x0001) -#endif - #include "common/common.h" #include "osdep/io.h" #include "osdep/terminal.h"