emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/sysdep.c,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/sysdep.c,v
Date: Thu, 26 Jun 2008 22:33:36 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/06/26 22:33:33

Index: src/sysdep.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/sysdep.c,v
retrieving revision 1.304
retrieving revision 1.305
diff -u -b -r1.304 -r1.305
--- src/sysdep.c        26 Jun 2008 05:04:23 -0000      1.304
+++ src/sysdep.c        26 Jun 2008 22:33:33 -0000      1.305
@@ -175,8 +175,8 @@
 #include <direct.h>
 /* In process.h which conflicts with the local copy.  */
 #define _P_WAIT 0
-int _CRTAPI1 _spawnlp (int, const char *, const char *, ...);
-int _CRTAPI1 _getpid (void);
+int _cdecl _spawnlp (int, const char *, const char *, ...);
+int _cdecl _getpid (void);
 extern char *getwd (char *);
 #endif
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]