Changeset 803 for trunk/src/gmake/glob


Ignore:
Timestamp:
Jan 25, 2007, 1:49:28 AM (19 years ago)
Author:
bird
Message:

msvcrt build.

Location:
trunk/src/gmake/glob
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/glob/fnmatch.c

    r503 r803  
    120120   whose names are inconsistent.  */
    121121
    122 # if !defined _LIBC && !defined getenv
     122# if !defined _LIBC && !defined getenv && !defined _MSC_VER
    123123extern char *getenv ();
    124124# endif
  • trunk/src/gmake/glob/glob.c

    r507 r803  
    188188# ifndef __SASC
    189189#  ifdef WINDOWS32
     190#   include <malloc.h>
    190191static void *
    191192my_realloc (void *p, unsigned int n)
Note: See TracChangeset for help on using the changeset viewer.