]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/stdpaths.cpp
wxUSE_TOOLTIPS and wxUSE_IMAGE furthur fixes
[wxWidgets.git] / src / msw / stdpaths.cpp
index 27fa594c7e6e605686acda7652989f930cd5db71..d0271fe1e7a85ac2d6c88237884378d2d90fa2b4 100644 (file)
@@ -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