X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/84206bbb3266e45837ce6e099b135a72d5389dc8..0f1b6d7b589f19cd93f3a5500fedd66312a282ec:/include/wx/cpp.h?ds=sidebyside diff --git a/include/wx/cpp.h b/include/wx/cpp.h index 6c93ca0ac9..7e9a436049 100644 --- a/include/wx/cpp.h +++ b/include/wx/cpp.h @@ -47,5 +47,11 @@ /* Create a "unique" name with the given prefix */ #define wxMAKE_UNIQUE_NAME(text) wxCONCAT_LINE(text) -#endif // _WX_CPP_H_ +/* + This macro can be passed as argument to another macro when you don't have + anything to pass in fact. + */ +#define wxEMPTY_PARAMETER_VALUE /* Fake macro parameter value */ + +#endif /* _WX_CPP_H_ */