Ignore:
Timestamp:
May 30, 2001, 7:43:39 PM (24 years ago)
Author:
sandervl
Message:

typelib updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/oleaut32/variant.c

    r4837 r5840  
    2525#define WINE_LARGE_INTEGER
    2626#include "oleaut32.h"
     27
    2728#endif
    2829
     
    4748
    4849DEFAULT_DEBUG_CHANNEL(ole);
     50
     51#ifdef __WIN32OS2__
     52#undef FIXME
     53#undef TRACE
     54#ifdef DEBUG
     55#define FIXME WriteLogNoEOL("FIXME %s: ", __FUNCTION__); WriteLog
     56#define TRACE WriteLogNoEOL("%s", __FUNCTION__); WriteLog
     57#else
     58#define FIXME 1 ? (void)0 : (void)((int (*)(char *, ...)) NULL)
     59#define TRACE 1 ? (void)0 : (void)((int (*)(char *, ...)) NULL)
     60#endif
     61#endif
    4962
    5063#ifndef FLT_MAX
     
    10301043        case( VT_INT ):
    10311044        case( VT_I4 ):
     1045#ifdef __WIN32OS2__
     1046        case( VT_HRESULT ):
     1047#endif
    10321048            res = VariantCopy( pd, ps );
    10331049            break;
Note: See TracChangeset for help on using the changeset viewer.