Ignore:
Timestamp:
Dec 3, 2010, 6:09:59 PM (15 years ago)
Author:
dmik
Message:

minivcrt: Added a bunch of *wprintf() functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/msvcrt/minivcrt_internal.h

    r21439 r21506  
    2121#define MSVCRT_wchar_t  WCHAR
    2222#define MSVCRT_size_t   size_t
     23#define MSVCRT_FILE     FILE
     24#define MSVCRT_EOF      EOF
     25#define MSVCRT_stdout   stdout
    2326
    2427#define MSVCRT__errno       _errno
     
    2730#define MSVCRT__fullpath    _fullpath
    2831#endif
     32
    2933#define MSVCRT_malloc       malloc
     34#define MSVCRT_free         free
     35#define MSVCRT_fwrite       fwrite
    3036
    3137#define TRACE 1 ? (void)0 : (void)((int (*)(char *, ...)) NULL)
Note: See TracChangeset for help on using the changeset viewer.