Skip to content

Commit 6a01a0b

Browse files
committed
1 parent 12c47a2 commit 6a01a0b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sp/src/tier1/utlsymbol.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -327,9 +327,7 @@ FileNameHandle_t CUtlFilenameSymbolTable::FindOrAddFileName( const char *pFileNa
327327
char fn[ MAX_PATH ];
328328
Q_strncpy( fn, pFileName, sizeof( fn ) );
329329
Q_RemoveDotSlashes( fn );
330-
#ifdef _WIN32
331330
Q_strlower( fn );
332-
#endif
333331

334332
// Split the filename into constituent parts
335333
char basepath[ MAX_PATH ];
@@ -370,9 +368,7 @@ FileNameHandle_t CUtlFilenameSymbolTable::FindFileName( const char *pFileName )
370368
char fn[ MAX_PATH ];
371369
Q_strncpy( fn, pFileName, sizeof( fn ) );
372370
Q_RemoveDotSlashes( fn );
373-
#ifdef _WIN32
374371
Q_strlower( fn );
375-
#endif
376372

377373
// Split the filename into constituent parts
378374
char basepath[ MAX_PATH ];

0 commit comments

Comments
 (0)