summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2015-02-02 05:37:27 -0800
committerAndras Timar <andras.timar@collabora.com>2015-02-02 05:39:38 -0800
commitb154f4cf2e7462f04f96eb01f859cd46925c715e (patch)
tree30725ea9b2d1d1b758731396c045d02926241c9e /bridges
parentd334dd956a594c2fdda43706417ebf4d489f206a (diff)
add back typedef (regression from fe480d8136b204c8dc6c68916cce7e816f8b9c48)
Change-Id: Ia367fcd3b204b9dd96f5fa6d3a52d0895bd9c0c9
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/msvc_win32_x86-64/mscx.hxx2
1 files changed, 1 insertions, 1 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 74fcfd955c98..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,7 +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 );