Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
5 additions
and
0 deletions.
-
+5
−0
src/core/windows/SDL_windows.c
|
@@ -28,6 +28,11 @@ |
|
|
|
|
|
#include <objbase.h> /* for CoInitialize/CoUninitialize (Win32 only) */ |
|
|
|
|
|
#ifndef _WIN32_WINNT_VISTA |
|
|
#define _WIN32_WINNT_VISTA 0x0600 |
|
|
#endif |
|
|
|
|
|
|
|
|
/* Sets an error message based on GetLastError() */ |
|
|
int |
|
|
WIN_SetErrorFromHRESULT(const char *prefix, HRESULT hr) |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.