Ignore:
Timestamp:
Mar 30, 2018, 11:03:28 PM (7 years ago)
Author:
bird
Message:

kmk: Forked getopt and created a reentrant variant getopt_r.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kmkbuiltin/mscfakes.h

    r3188 r3213  
    3838#include <stdarg.h>
    3939#include <malloc.h>
    40 #include "getopt.h"
     40#ifndef FAKES_NO_GETOPT_H
     41# include "getopt.h"
     42#endif
    4143#ifndef MSCFAKES_NO_WINDOWS_H
    4244# include <Windows.h>
Note: See TracChangeset for help on using the changeset viewer.