Changeset 2197 for trunk/src/kernel32


Ignore:
Timestamp:
Dec 24, 1999, 7:40:08 PM (26 years ago)
Author:
sandervl
Message:

update

Location:
trunk/src/kernel32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/KERNEL32.CPP

    r2042 r2197  
    1 /* $Id: KERNEL32.CPP,v 1.38 1999-12-09 11:00:40 sandervl Exp $ */
     1/* $Id: KERNEL32.CPP,v 1.39 1999-12-24 18:40:08 sandervl Exp $ */
    22
    33/*
     
    407407    return O32_MulDiv(arg1, arg2, arg3);
    408408}
    409 //******************************************************************************
    410 //******************************************************************************
    411 //SvL: BUGFIX: C calling convention!
    412 //******************************************************************************
    413 VOID __cdecl OS2memmove(VOID UNALIGNED *Destination, CONST VOID UNALIGNED *Source, DWORD Length)
    414 {
    415   memmove(Destination, Source, Length);
    416 }
    417 //******************************************************************************
    418 
    419409//******************************************************************************
    420410UINT WIN32API CompareStringA(LCID lcid, DWORD fdwStyle, LPCSTR lpString1,
  • trunk/src/kernel32/KERNEL32.DEF

    r2129 r2197  
    1 ; $Id: KERNEL32.DEF,v 1.59 1999-12-18 21:45:53 sandervl Exp $
     1; $Id: KERNEL32.DEF,v 1.60 1999-12-24 18:40:08 sandervl Exp $
    22
    33;Created by BLAST for IBM's compiler
     
    957957; ----------------------------------------------------------------------------
    958958
    959 ;really belongs in NTDLL.DLL...
    960     memmove                    = _OS2memmove                      @906
    961 
    962 
    963959    DebugErrorBox                 = DebugErrorBox                 @1201
    964960    WriteLog                      = WriteLog                      @1202
Note: See TracChangeset for help on using the changeset viewer.