]> git.saurik.com Git - wxWidgets.git/commitdiff
Missing define.
authorWłodzimierz Skiba <abx@abx.art.pl>
Thu, 20 Jan 2005 17:08:36 +0000 (17:08 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Thu, 20 Jan 2005 17:08:36 +0000 (17:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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