Ignore:
Timestamp:
Oct 27, 2011, 6:49:38 PM (14 years ago)
Author:
dmik
Message:

GCC has snprintf().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/shell32/shlfolder.c

    r21512 r21754  
    2121
    2222
    23 #ifdef __WIN32OS2__
    24 #define snprintf(a,b,c,d)       sprintf(a,c,d)
    25 #endif
    2623#include <stdlib.h>
    2724#include <string.h>
     
    4744DEFAULT_DEBUG_CHANNEL(shell);
    4845
     46#if defined(__WIN32OS2__) && !defined(__GNUC__)
     47#define snprintf wsnprintfA
     48#endif
    4949
    5050/***************************************************************************
Note: See TracChangeset for help on using the changeset viewer.