bridges/source/cpp_uno/msvc_win32_x86-64/mscx.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 9124ab7422da276d707ce84ce9097cda33f0d7b5
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Thu Nov 19 13:57:48 2015 +0100

    REGPARAM_INT/FLT /are/ used
    
    ...broken with 53f16c39f5c4c69ab603bf9098daec71f7a0acb8 "remove unused 
typedefs
    and inline use-once typedefs"
    
    Change-Id: I4b1343b98733ae998c7f9c594a86d65348402d28

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 18cce64..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,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 );
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to