sync to trunk r38300
[reactos.git] / reactos / dll / win32 / shell32 / pidl.c
index b146c92..9fe9314 100644 (file)
@@ -2261,7 +2261,7 @@ void _ILGetFileType(LPCITEMIDLIST pidl, LPSTR pOut, UINT uOutSize)
             }
             /* display Ext-file as description */
             strcpy(pOut, sType);
-            strupr(pOut);
+            _strupr(pOut);
             /* load localized file string */
             sTemp[0] = '\0';
             if(LoadStringA(shell32_hInstance, IDS_SHV_COLUMN1, sTemp, 64))