On Windows, remove "SHGetFileInfo failed with error code ..." note.

git-svn-id: https://svn.eduke32.com/eduke32@3385 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2013-01-08 23:12:53 +00:00
parent b870b6bfa3
commit a4cdd62e25
1 changed files with 1 additions and 1 deletions

View File

@ -792,7 +792,7 @@ int32_t kopen4load(const char *filename, char searchfirst)
if (status == -1)
{
initprintf("SHGetFileInfo failed with error code %lu\n", GetLastError());
// initprintf("SHGetFileInfo failed with error code %lu\n", GetLastError());
}
else if (status == 1)
{