Ignore:
Timestamp:
Aug 20, 2000, 5:17:00 PM (25 years ago)
Author:
phaller
Message:

Fix of broken build due to WINE sync

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/winbase.h

    r4033 r4059  
    1 /* $Id: winbase.h,v 1.15 2000-08-18 02:04:12 phaller Exp $ */
     1/* $Id: winbase.h,v 1.16 2000-08-20 15:16:21 phaller Exp $ */
    22
    33#ifndef __WINE_WINBASE_H
     
    15581558VOID        WINAPI RtlZeroMemory(LPVOID,UINT);
    15591559#define     ZeroMemory RtlZeroMemory
    1560 VOID        WINAPI RtlCopyMemory(LPVOID,const VOID*, DWORD);
     1560VOID        WINAPI RtlCopyMemory(LPVOID,const VOID*, UINT);
    15611561#define     CopyMemory RtlCopyMemory
    15621562BOOL        WINAPI RevertToSelf(void);
Note: See TracChangeset for help on using the changeset viewer.