osdep/main-fn-win: remove unnecessary compatibility defines

No longer needed after 9f8b4b38c9.
This commit is contained in:
Kacper Michajłow 2024-06-04 19:08:04 +02:00
parent 7746942a55
commit 4ad3db855a
1 changed files with 0 additions and 4 deletions

View File

@ -1,10 +1,6 @@
#include <windows.h>
#include <shellapi.h>
#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"