Changeset 21395 for trunk/include


Ignore:
Timestamp:
Jul 27, 2010, 10:08:45 PM (15 years ago)
Author:
dmik
Message:

Attempted to resurrect building of msvcrt.dll.

Location:
trunk/include/win/msvcrt
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/msvcrt/malloc.h

    r9631 r21395  
    6666MSVCRT(size_t) _heapused(MSVCRT(size_t)*,MSVCRT(size_t)*);
    6767int         _heapwalk(_HEAPINFO*);
    68 MSVCRT(size_t) _msize(void*);
     68MSVCRT(size_t) MSVCRT(_msize)(void*);
    6969
    7070void*       MSVCRT(calloc)(MSVCRT(size_t),MSVCRT(size_t));
  • trunk/include/win/msvcrt/stddef.h

    r9631 r21395  
    4949#endif
    5050
    51 unsigned long               __threadid();
    52 unsigned long               __threadhandle();
    53 #define _threadid          (__threadid())
     51unsigned long               MSVCRT(__threadid)();
     52unsigned long               MSVCRT(__threadhandle)();
     53#define _threadid          (MSVRTT(__threadid)())
    5454
    5555#ifdef __cplusplus
  • trunk/include/win/msvcrt/stdio.h

    r10004 r21395  
    5151#endif
    5252
    53 #ifndef USE_MSVCRT_PREFIX
    54 
    5553#define STDIN_FILENO  0
    5654#define STDOUT_FILENO 1
    5755#define STDERR_FILENO 2
     56
     57#ifndef USE_MSVCRT_PREFIX
    5858
    5959/* more file._flag flags, but these conflict with Unix */
Note: See TracChangeset for help on using the changeset viewer.