Ignore:
Timestamp:
Feb 1, 2001, 7:01:52 PM (25 years ago)
Author:
sandervl
Message:

callback fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/metafile.cpp

    r4552 r5044  
    1 /* $Id: metafile.cpp,v 1.3 2000-11-04 16:29:24 sandervl Exp $ */
     1/* $Id: metafile.cpp,v 1.4 2001-02-01 18:01:52 sandervl Exp $ */
    22
    33/*
     
    134134BOOL WIN32API EnumMetaFile( HDC hdc, HMETAFILE hMetafile, MFENUMPROC metaProc, LPARAM lParam)
    135135{
    136 #ifdef STDCALL_ENUMPROCS
    137     dprintf(("GDI32: EnumMetaFile %x %x %x %x", hdc, hMetafile, metaProc, lParam));
    138     //should change os2win.h
    139     return O32_EnumMetaFile(hdc, hMetafile, (MFENUMPROC_O32)metaProc, lParam);
    140 #else
    141136    dprintf(("GDI32: EnumMetaFile NOT IMPLEMENTED"));
    142137    //calling convention differences
    143138//    return O32_EnumMetaFile(arg1, arg2, arg3, arg4);
    144139    return 0;
    145 #endif
    146140}
    147141//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.