X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fs%2Fwindowsnt.h;h=45395e2a161f9e85bd0d186bdc54866ebcd43ceb;hp=594e93e2a418f0b5ed6ef73d35e5268ee6769b15;hb=3e447015251ce6dcde843cbed10d9033d5538622;hpb=716cfba952c1dc0d2cf5c968971f3780ba728a89 diff --git a/src/s/windowsnt.h b/src/s/windowsnt.h index 594e93e..45395e2 100644 --- a/src/s/windowsnt.h +++ b/src/s/windowsnt.h @@ -188,8 +188,8 @@ typedef int pid_t; /* subprocess calls that are emulated */ #ifndef DONT_ENCAPSULATE #define spawnve sys_spawnve -int spawnve (int mode, CONST char *cmdname, - CONST char * CONST *argv, CONST char *CONST *envp); +int spawnve (int mode, const char *cmdname, + const char * const *argv, const char *const *envp); #endif /* IO calls that are emulated or shadowed */