diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-19 13:57:48 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-19 13:58:59 +0100 |
commit | 9124ab7422da276d707ce84ce9097cda33f0d7b5 (patch) | |
tree | df798ae7a2a0f1ffa888861d9b53f988101ceab6 /bridges | |
parent | e461f7efcb77ce771835054c22ea0353555d9237 (diff) |
REGPARAM_INT/FLT /are/ used
...broken with 53f16c39f5c4c69ab603bf9098daec71f7a0acb8 "remove unused typedefs
and inline use-once typedefs"
Change-Id: I4b1343b98733ae998c7f9c594a86d65348402d28
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/msvc_win32_x86-64/mscx.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bridges/source/cpp_uno/msvc_win32_x86-64/mscx.hxx b/bridges/source/cpp_uno/msvc_win32_x86-64/mscx.hxx index 18cce64efb15..297afba07bc9 100644 --- a/bridges/source/cpp_uno/msvc_win32_x86-64/mscx.hxx +++ b/bridges/source/cpp_uno/msvc_win32_x86-64/mscx.hxx @@ -36,6 +36,7 @@ namespace CPPU_CURRENT_NAMESPACE const DWORD MSVC_ExceptionCode = 0xe06d7363; const long MSVC_magic_number = 0x19930520L; +typedef enum { REGPARAM_INT, REGPARAM_FLT } RegParamKind; type_info * mscx_getRTTI( OUString const & rUNOname ); |