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 f773ea6 commit ff6cc5dCopy full SHA for ff6cc5d
w32util.h
@@ -257,8 +257,6 @@ W32_DLL_IMPORT char* w32_dirname( const char* path );
257
258
W32_DLL_IMPORT char* w32_strcasestr( const char* haystack, const char* needle );
259
260
-#endif // defined(_MSVC_)
261
-
262
//////////////////////////////////////////////////////////////////////////////////////////
263
// Support for disabling of CRT Invalid Parameter Handler...
264
@@ -278,4 +276,5 @@ W32_DLL_IMPORT void w32_GetWinVersInfo( OSVERSIONINFOEX* pOSVersInfoEx );
278
276
279
277
280
+#endif // defined(_MSVC_)
281
#endif // _W32UTIL_H
0 commit comments