Ignore:
Timestamp:
Apr 10, 2003, 12:26:25 PM (22 years ago)
Author:
sandervl
Message:

PF: Header updates

File:
1 edited

Legend:

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

    r6383 r10004  
    2323
    2424#ifdef __GNUC__
     25
     26#ifdef printf
     27#undef printf
     28#endif
     29
    2530extern int dbg_printf(const char *format, ...) __attribute__((format (printf,1,2)));
     31
     32#define printf emx_printf
     33
    2634#else
    2735extern int dbg_printf(const char *format, ...);
Note: See TracChangeset for help on using the changeset viewer.