X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/69941f05864fa8b37856ccc1338124bfac756a2b..2b260bc3e2f269de090eefdaefc1450207a7734e:/include/wx/html/forcelnk.h?ds=sidebyside diff --git a/include/wx/html/forcelnk.h b/include/wx/html/forcelnk.h index 16485fdd57..2a9c70f5c6 100644 --- a/include/wx/html/forcelnk.h +++ b/include/wx/html/forcelnk.h @@ -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; \