Exclude MinGW headers from source/project files on non-MinGW platforms

This commit is contained in:
Jonathan G Rennison
2019-04-11 21:05:36 +01:00
parent 1c7b454a57
commit 5c1168603d
9 changed files with 8 additions and 52 deletions

View File

@@ -1249,7 +1249,9 @@ scope_info.h
3rdparty/cpp-btree/safe_btree_set.h
# MinGW threading
3rdparty/mingw-std-threads/mingw.condition_variable.h
3rdparty/mingw-std-threads/mingw.mutex.h
3rdparty/mingw-std-threads/mingw.shared_mutex.h
3rdparty/mingw-std-threads/mingw.thread.h
#if MINGW
3rdparty/mingw-std-threads/mingw.condition_variable.h
3rdparty/mingw-std-threads/mingw.mutex.h
3rdparty/mingw-std-threads/mingw.shared_mutex.h
3rdparty/mingw-std-threads/mingw.thread.h
#end