mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-06 23:40:54 +00:00
core: Fixed incorrect comment in core/windows/SDL_windows.h.
This commit is contained in:
parent
ee7f61fd9a
commit
aa534c3ac3
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ extern "C" {
|
||||||
// Sets an error message based on a given HRESULT
|
// Sets an error message based on a given HRESULT
|
||||||
extern bool WIN_SetErrorFromHRESULT(const char *prefix, HRESULT hr);
|
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);
|
extern bool WIN_SetError(const char *prefix);
|
||||||
|
|
||||||
// Load a function from combase.dll
|
// Load a function from combase.dll
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue