diff options
Diffstat (limited to 'include/osl/detail/component-defines.h')
-rw-r--r-- | include/osl/detail/component-defines.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osl/detail/component-defines.h b/include/osl/detail/component-defines.h index 86a04b5a4ace..791ff8a7dbb0 100644 --- a/include/osl/detail/component-defines.h +++ b/include/osl/detail/component-defines.h @@ -12,6 +12,9 @@ /* Experimental direct constructor calls, under construction */ +/* FIXME: Rather than hardcoded, this should be generated from + solenv/bin/native-code.py */ + #define LO_URE_CURRENT_ENV 1 /*TODO*/ #define LO_URE_CTOR_ENV_com_dot_sun_dot_star_dot_xml_dot_sax_dot_FastParser 1 /*TODO*/ |