Mercurial > hg > xemacs-beta
diff src/nt.c @ 274:ca9a9ec9c1c1 r21-0b35
Import from CVS: tag r21-0b35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:29:42 +0200 |
parents | c5d627a313b1 |
children | c42ec1d1cded |
line wrap: on
line diff
--- a/src/nt.c Mon Aug 13 10:28:54 2007 +0200 +++ b/src/nt.c Mon Aug 13 10:29:42 2007 +0200 @@ -35,7 +35,8 @@ #include <signal.h> /* must include CRT headers *before* config.h */ -#include "config.h" +/* ### I don't believe it - martin */ +#include <config.h> #include "systime.h" #include "syssignal.h" #include "sysproc.h" @@ -1377,7 +1378,7 @@ } int -sys_mkdir (const char * path) +sys_mkdir (const char * path, int mode_unused) { return _mkdir (map_win32_filename (path, NULL)); }