projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
extracted platform-specific code to determine static box borders to wxStaticBox:...
[wxWidgets.git]
/
src
/
unix
/
stdpaths.cpp
diff --git
a/src/unix/stdpaths.cpp
b/src/unix/stdpaths.cpp
index 6aa20c8ad14d1b038ee293a4de41b822d16d68bd..f68392f0f41d29e5278de0edcff8aeebf0151ace 100644
(file)
--- a/
src/unix/stdpaths.cpp
+++ b/
src/unix/stdpaths.cpp
@@
-24,6
+24,8
@@
#pragma hdrstop
#endif
+#if wxUSE_STDPATHS
+
#ifndef WX_PRECOMP
#include "wx/app.h"
#endif //WX_PRECOMP
@@
-115,3
+117,4
@@
wxString wxStandardPaths::GetPluginsDir() const
return wxString();
}
+#endif // wxUSE_STDPATHS