Kaydet (Commit) 9124ab74 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

REGPARAM_INT/FLT /are/ used

...broken with 53f16c39 "remove unused typedefs
and inline use-once typedefs"

Change-Id: I4b1343b98733ae998c7f9c594a86d65348402d28
üst e461f7ef
...@@ -36,6 +36,7 @@ namespace CPPU_CURRENT_NAMESPACE ...@@ -36,6 +36,7 @@ namespace CPPU_CURRENT_NAMESPACE
const DWORD MSVC_ExceptionCode = 0xe06d7363; const DWORD MSVC_ExceptionCode = 0xe06d7363;
const long MSVC_magic_number = 0x19930520L; const long MSVC_magic_number = 0x19930520L;
typedef enum { REGPARAM_INT, REGPARAM_FLT } RegParamKind;
type_info * mscx_getRTTI( OUString const & rUNOname ); type_info * mscx_getRTTI( OUString const & rUNOname );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment