]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/setup_inc.h
Unified meaning of wxTypeIdentifier in RTTI and RTTI-less type info systems; Fixed...
[wxWidgets.git] / include / wx / setup_inc.h
index 7f591cbadc2967eb3693e22e2ab103d5eecffce4..ba5db68ad6c03e2c7af504d3e3dd2f58187e0f1f 100644 (file)
 // Recommended setting: 1 (needed by wxSocket)
 #define wxUSE_STOPWATCH     1
 
+// Set wxUSE_FSWATCHER to 1 if you want to enable wxFileSystemWatcher
+//
+// Default is 1
+//
+// Recommended setting: 1
+#define wxUSE_FSWATCHER     1
+
 // Setting wxUSE_CONFIG to 1 enables the use of wxConfig and related classes
 // which allow the application to store its settings in the persistent
 // storage. Setting this to 1 will also enable on-demand creation of the