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 12c47a2 commit 6a01a0bCopy full SHA for 6a01a0b
sp/src/tier1/utlsymbol.cpp
@@ -327,9 +327,7 @@ FileNameHandle_t CUtlFilenameSymbolTable::FindOrAddFileName( const char *pFileNa
327
char fn[ MAX_PATH ];
328
Q_strncpy( fn, pFileName, sizeof( fn ) );
329
Q_RemoveDotSlashes( fn );
330
-#ifdef _WIN32
331
Q_strlower( fn );
332
-#endif
333
334
// Split the filename into constituent parts
335
char basepath[ MAX_PATH ];
@@ -370,9 +368,7 @@ FileNameHandle_t CUtlFilenameSymbolTable::FindFileName( const char *pFileName )
370
368
371
369
372
373
374
375
376
377
378
0 commit comments