aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/win32/win32_wrapper.h
diff options
context:
space:
mode:
authorCameron Cawley2018-12-16 15:04:24 +0000
committerFilippos Karapetis2018-12-16 17:04:24 +0200
commit1de8f1e5293f4ea72c9926dc6a0bac42fd6f7113 (patch)
treed5ade46df0d2291482065e30da26893e632bf95f /backends/platform/sdl/win32/win32_wrapper.h
parent9725716f26911b15b3f00343bbd9e6ad9bea1e2a (diff)
downloadscummvm-rg350-1de8f1e5293f4ea72c9926dc6a0bac42fd6f7113.tar.gz
scummvm-rg350-1de8f1e5293f4ea72c9926dc6a0bac42fd6f7113.tar.bz2
scummvm-rg350-1de8f1e5293f4ea72c9926dc6a0bac42fd6f7113.zip
WIN32: Use SHGetFolderPath to get the location of the Application Data folder (#1449)
Diffstat (limited to 'backends/platform/sdl/win32/win32_wrapper.h')
-rw-r--r--backends/platform/sdl/win32/win32_wrapper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/sdl/win32/win32_wrapper.h b/backends/platform/sdl/win32/win32_wrapper.h
index 91cbe3a891..d42838d1e1 100644
--- a/backends/platform/sdl/win32/win32_wrapper.h
+++ b/backends/platform/sdl/win32/win32_wrapper.h
@@ -23,6 +23,8 @@
#ifndef PLATFORM_SDL_WIN32_WRAPPER_H
#define PLATFORM_SDL_WIN32_WRAPPER_H
+HRESULT SHGetFolderPathFunc(HWND hwnd, int csidl, HANDLE hToken, DWORD dwFlags, LPSTR pszPath);
+
// Helper functions
namespace Win32 {