core: Fixed incorrect comment in core/windows/SDL_windows.h.

This commit is contained in:
Ryan C. Gordon 2024-10-07 16:55:30 -04:00
parent ee7f61fd9a
commit aa534c3ac3
No known key found for this signature in database
GPG key ID: FA148B892AB48044

View file

@ -119,7 +119,7 @@ extern "C" {
// Sets an error message based on a given HRESULT
extern bool WIN_SetErrorFromHRESULT(const char *prefix, HRESULT hr);
// Sets an error message based on GetLastError(). Always return -1.
// Sets an error message based on GetLastError(). Always returns false.
extern bool WIN_SetError(const char *prefix);
// Load a function from combase.dll