Changeset 11186


Ignore:
Timestamp:
2006-02-01T13:50:27+13:00 (18 years ago)
Author:
mdewsnip
Message:

Added a couple of definitions for compilation with Visual Studio 2005.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/WIN32cfg.h

    r1150 r11186  
    115115/* #undef HAVE_SETBUFFER */
    116116
     117/* Define if you have the strerror function.  */
     118#define HAVE_STRERROR 1
     119
    117120/* Define if you have the strftime function.  */
    118121#define HAVE_STRFTIME 1
     122
     123/* Define if you have the strstr function.  */
     124#define HAVE_STRSTR 1
    119125
    120126/* Define if you have the strtol function.  */
Note: See TracChangeset for help on using the changeset viewer.