Changeset 2197 for trunk/src/kernel32/KERNEL32.CPP
- Timestamp:
- Dec 24, 1999, 7:40:08 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/KERNEL32.CPP
r2042 r2197 1 /* $Id: KERNEL32.CPP,v 1.3 8 1999-12-09 11:00:40sandervl Exp $ */1 /* $Id: KERNEL32.CPP,v 1.39 1999-12-24 18:40:08 sandervl Exp $ */ 2 2 3 3 /* … … 407 407 return O32_MulDiv(arg1, arg2, arg3); 408 408 } 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 419 409 //****************************************************************************** 420 410 UINT WIN32API CompareStringA(LCID lcid, DWORD fdwStyle, LPCSTR lpString1,
Note:
See TracChangeset
for help on using the changeset viewer.