Skip to content

Commit ff6cc5d

Browse files
committed
Fix w32util.h bug triggering build error on non-Windows
1 parent f773ea6 commit ff6cc5d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

w32util.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,6 @@ W32_DLL_IMPORT char* w32_dirname( const char* path );
257257

258258
W32_DLL_IMPORT char* w32_strcasestr( const char* haystack, const char* needle );
259259

260-
#endif // defined(_MSVC_)
261-
262260
//////////////////////////////////////////////////////////////////////////////////////////
263261
// Support for disabling of CRT Invalid Parameter Handler...
264262

@@ -278,4 +276,5 @@ W32_DLL_IMPORT void w32_GetWinVersInfo( OSVERSIONINFOEX* pOSVersInfoEx );
278276

279277
//////////////////////////////////////////////////////////////////////////////////////////
280278

279+
#endif // defined(_MSVC_)
281280
#endif // _W32UTIL_H

0 commit comments

Comments
 (0)