[Libreoffice-commits] core.git: bridges/source
Andras Timar
andras.timar at collabora.com
Mon Feb 2 05:39:58 PST 2015
bridges/source/cpp_uno/msvc_win32_x86-64/mscx.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b154f4cf2e7462f04f96eb01f859cd46925c715e
Author: Andras Timar <andras.timar at collabora.com>
Date: Mon Feb 2 05:37:27 2015 -0800
add back typedef (regression from fe480d8136b204c8dc6c68916cce7e816f8b9c48)
Change-Id: Ia367fcd3b204b9dd96f5fa6d3a52d0895bd9c0c9
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 74fcfd9..297afba 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 );
More information about the Libreoffice-commits
mailing list