mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
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:
parent
b870b6bfa3
commit
a4cdd62e25
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue