Codechange: the flag is not if you have threads, but if you want to use them

This commit is contained in:
Patric Stout
2019-03-10 16:33:43 +01:00
parent 634d1f16b2
commit 75a86d8460
4 changed files with 4 additions and 4 deletions

View File

@@ -180,7 +180,7 @@ Sub load_main_data(filename, ByRef vcxproj, ByRef filters, ByRef files)
line = "DIRECTMUSIC" Or _
line = "AI" Or _
line = "SSE" Or _
line = "HAVE_THREAD" _
line = "USE_THREADS" _
) Then skip = skip + 1
deep = deep + 1
Case "#"