Changeset 15666


Ignore:
Timestamp:
2008-05-23T12:26:06+12:00 (16 years ago)
Author:
mdewsnip
Message:

A couple of fixes for compiling with Visual Studio 2005.

Location:
indexers/trunk/mgpp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • indexers/trunk/mgpp/lib/win32.mak

    r14908 r15666  
    3131CPPFLAGS =
    3232
    33 DEFS = -DQUIET -DHAVE_CONFIG_H -D__WIN32__ -DSHORT_SUFFIX
     33DEFS = -DQUIET -DHAVE_CONFIG_H -D__WIN32__ -DSHORT_SUFFIX -D_CRT_SECURE_NO_DEPRECATE
    3434INCLUDES = -I"." -I"$(MGPPHOME)"
    3535
  • indexers/trunk/mgpp/win32cfg.h

    r3928 r15666  
    118118#define HAVE_STRFTIME 1
    119119
     120/* Define if you have the strstr function.  */
     121#define HAVE_STRSTR 1
     122
    120123/* Define if you have the strtol function.  */
    121124#define HAVE_STRTOL 1
Note: See TracChangeset for help on using the changeset viewer.