summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-19 13:57:48 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-19 13:58:59 +0100
commit9124ab7422da276d707ce84ce9097cda33f0d7b5 (patch)
treedf798ae7a2a0f1ffa888861d9b53f988101ceab6 /bridges
parente461f7efcb77ce771835054c22ea0353555d9237 (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.hxx1
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 );