2024-10-12 01:13:11 +08:00
|
|
|
diff --git a/core/vul/vul_temp_filename.cxx b/core/vul/vul_temp_filename.cxx
|
2024-10-15 15:28:34 +08:00
|
|
|
index 4921a04..731fee0 100644
|
2024-10-12 01:13:11 +08:00
|
|
|
--- a/core/vul/vul_temp_filename.cxx
|
|
|
|
+++ b/core/vul/vul_temp_filename.cxx
|
|
|
|
@@ -11,7 +11,7 @@
|
|
|
|
|
2024-10-15 15:28:34 +08:00
|
|
|
#if defined(_MSC_VER) || defined(__MINGW32__)
|
2024-10-12 01:13:11 +08:00
|
|
|
|
2024-10-15 15:28:34 +08:00
|
|
|
-# include <Windows.h>
|
|
|
|
+# include <windows.h>
|
2024-10-12 01:13:11 +08:00
|
|
|
#else
|
2024-10-15 15:28:34 +08:00
|
|
|
# if defined(unix) || defined(__unix) || defined(__unix__) || defined(__APPLE__)
|
|
|
|
// Helper functions for Unix
|