Ignore:
Timestamp:
Mar 19, 2018, 2:37:13 PM (7 years ago)
Author:
bird
Message:

kmk/win: Some fixes & docs.

File:
1 edited

Legend:

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

    r3108 r3159  
    4747#endif
    4848
     49/** This is for telling fopen() to get a close-on-exec handle.
     50 * @todo glibc 2.7+ and recent cygwin supports 'e' for doing this. */
     51#ifndef KMK_FOPEN_NO_INHERIT_MODE
     52# ifdef _MSC_VER
     53#  define KMK_FOPEN_NO_INHERIT_MODE "N"
     54# else
     55#  define KMK_FOPEN_NO_INHERIT_MODE ""
     56# endif
     57#endif
    4958
    5059#include "kbuild_version.h"
Note: See TracChangeset for help on using the changeset viewer.