Ignore:
Timestamp:
Nov 22, 2000, 2:11:01 AM (25 years ago)
Author:
phaller
Message:

.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/crtdll/spawn.c

    r4667 r4672  
    5757
    5858extern void __CRTDLL__set_errno(ULONG err);
    59 extern LPVOID __cdecl CRTDLL_calloc(DWORD size, DWORD count);
    60 extern VOID __cdecl CRTDLL_free(void *ptr);
    61 extern VOID __cdecl CRTDLL__exit(LONG ret);
     59extern LPVOID CDECL CRTDLL_calloc(DWORD size, DWORD count);
     60extern VOID CDECL CRTDLL_free(void *ptr);
     61extern VOID CDECL CRTDLL__exit(LONG ret);
    6262extern INT CRTDLL_doserrno;
    6363
     
    154154 *
    155155 */
    156 HANDLE __cdecl CRTDLL__spawnve(INT flags, LPSTR name, LPSTR *argv, LPSTR *envv)
     156HANDLE CDECL CRTDLL__spawnve(INT flags, LPSTR name, LPSTR *argv, LPSTR *envv)
    157157{
    158158  // return (_spawnve(i, s1, s2, s3));
     
    183183 *                  system       (CRTDLL.485)
    184184 */
    185 INT __cdecl CRTDLL_system(LPSTR x)
     185INT CDECL CRTDLL_system(LPSTR x)
    186186{
    187187  // return system(string);
Note: See TracChangeset for help on using the changeset viewer.