]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/forcelnk.h
removed wxUSE_XPM_IN_MSW from setup0.h
[wxWidgets.git] / include / wx / html / forcelnk.h
index 16485fdd57e755d70b6a5deef7fddfb6c29fc312..2a9c70f5c683a59aee66bbf8b762fac30e3a0259 100644 (file)
@@ -44,6 +44,7 @@ See mod_*.cpp and htmlwin.cpp for example :-)
 
 // This must be part of the module you want to force:
 #define FORCE_LINK_ME(module_name)                                    \
+                int _link_dummy_func_##module_name ();                \
                 int _link_dummy_func_##module_name ()                 \
                 {                                                     \
                     return 1;                                         \