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

update

File:
1 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,
Note: See TracChangeset for help on using the changeset viewer.