Ignore:
Timestamp:
Jun 18, 2012, 12:50:38 AM (13 years ago)
Author:
bird
Message:

kmk build fixes for win.amd64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/function.c

    r2591 r2592  
    8282# define STR_N_EQUALS(a_psz, a_cch, a_szConst) \
    8383    ( (a_cch) == sizeof (a_szConst) - 1 && !strncmp ((a_psz), (a_szConst), sizeof (a_szConst) - 1) )
     84
     85# ifdef _MSC_VER
     86#  include "kmkbuiltin/mscfakes.h"
     87# endif
    8488#endif
    8589
Note: See TracChangeset for help on using the changeset viewer.