Changeset 9998 for trunk/src


Ignore:
Timestamp:
Apr 9, 2003, 1:58:40 PM (22 years ago)
Author:
sandervl
Message:

PF: Due to flaw in cdecl implementation of GCC temporary correctly import _wtoi func from NTDLL

Location:
trunk/src/comctl32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/comctl32.def

    r9370 r9998  
    1 ; $Id: comctl32.def,v 1.27 2002-10-29 12:18:25 sandervl Exp $
     1; $Id: comctl32.def,v 1.28 2003-04-09 11:58:39 sandervl Exp $
    22LIBRARY COMCTL32 INITINSTANCE
    33DESCRIPTION 'Odin32 System DLL - ComCtl32 - Common Controls Library'
    44DATA MULTIPLE NONSHARED
     5
     6; GCC 3.2.1 cdecl bug will be 100% fixed in 3.2.2
     7IMPORTS
     8 __wtoi = NTDLL._wtoi
    59
    610EXPORTS
     
    202206  RemoveWindowSubclass = _RemoveWindowSubclass@12   @502
    203207  SetWindowSubclass    = _SetWindowSubclass@16      @503
     208
  • trunk/src/comctl32/comctl32dbg.def

    r9370 r9998  
    1 ; $Id: comctl32dbg.def,v 1.3 2002-10-29 12:18:25 sandervl Exp $
     1; $Id: comctl32dbg.def,v 1.4 2003-04-09 11:58:40 sandervl Exp $
    22LIBRARY COMCTL32 INITINSTANCE
    33DESCRIPTION 'Odin32 System DLL - ComCtl32 - Common Controls Library'
    44DATA MULTIPLE NONSHARED
     5
     6; GCC 3.2.1 cdecl bug will be 100% fixed in 3.2.2
     7IMPORTS
     8 __wtoi = NTDLL._wtoi
    59
    610EXPORTS
Note: See TracChangeset for help on using the changeset viewer.