]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/stdpaths.h
define HAVE_LARGEFILE_SUPPORT in setup.h when large files support is available and...
[wxWidgets.git] / include / wx / msw / stdpaths.h
index d8f15d43c99371999b011d68d39fe4bd680fc839..cb141af92c7572f270f66a726eb949c63439ca90 100644 (file)
 class WXDLLIMPEXP_BASE wxStandardPaths : public wxStandardPathsBase
 {
 public:
+    wxStandardPaths()
+    {
+        UseAppInfo(AppInfo_AppName | AppInfo_VendorName);
+    }
+
+    ~wxStandardPaths() { }
+
     // implement base class pure virtuals
     virtual wxString GetExecutablePath() const;
     virtual wxString GetConfigDir() const;