Fix -debug crash on windows caused by missing debug info for files.

This commit is contained in:
gingerBill
2019-09-25 21:07:56 +01:00
parent 48ab7f876c
commit f4f6e9ad49
3 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -322,4 +322,4 @@ is_windows_8_1 :: proc() -> bool {
is_windows_10 :: proc() -> bool {
osvi := get_windows_version_ansi();
return (osvi.major_version == 10 && osvi.minor_version == 0);
}
}