https://bugs.winehq.org/show_bug.cgi?id=46254
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEEDINFO Ever confirmed|0 |1
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- How did you test this? I tried this:
ret = EnumResourceTypesW(NULL, enum_res_proc, 0); ok(ret, "Unexpected return value %d, error %d.\n", ret, GetLastError());
in some module without resources, and I get 0 return value, and error 1812, same on Windows and Wine.