mirror of https://github.com/mpv-player/mpv
osdep/main-fn-win: remove unnecessary compatibility defines
No longer needed after 9f8b4b38c9
.
This commit is contained in:
parent
7746942a55
commit
4ad3db855a
|
@ -1,10 +1,6 @@
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <shellapi.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 "common/common.h"
|
||||||
#include "osdep/io.h"
|
#include "osdep/io.h"
|
||||||
#include "osdep/terminal.h"
|
#include "osdep/terminal.h"
|
||||||
|
|
Loading…
Reference in New Issue