We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae7a0d commit 32c90cfCopy full SHA for 32c90cf
src/aws-cpp-sdk-core/source/platform/windows/FileSystem.cpp
@@ -318,7 +318,7 @@ Aws::String CreateTempFilePath()
318
#define L_tmpnam_s (sizeof("\\") + 16)
319
#endif
320
321
-#ifdef __MINGW64_VERSION_MAJOR < 12
+#if defined(__MINGW64_VERSION_MAJOR) && __MINGW64_VERSION_MAJOR < 12
322
#undef L_tmpnam_s
323
#define L_tmpnam_s 260
324
0 commit comments