SetSearchPathMode prototype

git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@5881 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-headers/include/winbase.h b/mingw-w64-headers/include/winbase.h
index bd69b0d..2d723d2 100644
--- a/mingw-w64-headers/include/winbase.h
+++ b/mingw-w64-headers/include/winbase.h
@@ -2090,6 +2090,11 @@
   WINBASEAPI DWORD WINAPI GetFullPathNameA(LPCSTR lpFileName,DWORD nBufferLength,LPSTR lpBuffer,LPSTR *lpFilePart);
   WINBASEAPI DWORD WINAPI GetFullPathNameW(LPCWSTR lpFileName,DWORD nBufferLength,LPWSTR lpBuffer,LPWSTR *lpFilePart);
 
+#define BASE_SEARCH_PATH_ENABLE_SAFE_SEARCHMODE  0x00000001
+#define BASE_SEARCH_PATH_DISABLE_SAFE_SEARCHMODE 0x00010000
+#define BASE_SEARCH_PATH_PERMANENT               0x00008000
+  WINBASEAPI WINBOOL WINAPI SetSearchPathMode(DWORD dwFlags);
+
 #define DDD_RAW_TARGET_PATH 0x1
 #define DDD_REMOVE_DEFINITION 0x2
 #define DDD_EXACT_MATCH_ON_REMOVE 0x4