Ignore:
Timestamp:
Feb 21, 2010, 5:34:22 PM (16 years ago)
Author:
rlwalsh
Message:

eliminate GCC warning & info msgs - see Ticket #1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/NTDLL/large_int.c

    r9986 r21357  
    3232 * and do everything by hand. You are welcome to do it...
    3333 */
     34
     35/******************************************************************************
     36 * used by RtlLargeIntegerToChar() - prototyped here to quiet the compiler
     37 */
     38
     39void* memcpy(void*, const void*, size_t);
    3440
    3541/******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.