X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e20725256060c40d2f3d8f3cc943290903d171e8..5e0526df034ebceefc8e6ab813e32e38a9ac90ff:/src/msw/stdpaths.cpp?ds=inline

diff --git a/src/msw/stdpaths.cpp b/src/msw/stdpaths.cpp
index 27fa594c7e..d0271fe1e7 100644
--- a/src/msw/stdpaths.cpp
+++ b/src/msw/stdpaths.cpp
@@ -50,6 +50,10 @@ typedef HRESULT (WINAPI *SHGetSpecialFolderPath_t)(HWND, LPTSTR, int, BOOL);
 // used in our wxLogTrace messages
 static const wxChar *TRACE_MASK = _T("stdpaths");
 
+#ifndef CSIDL_APPDATA
+    #define CSIDL_APPDATA         0x001a
+#endif
+
 #ifndef CSIDL_LOCAL_APPDATA
     #define CSIDL_LOCAL_APPDATA   0x001c
 #endif