From 41fa6e4b6f0e64bfe8be35c215a3c01d8290700c Mon Sep 17 00:00:00 2001 From: Piotr Caban Date: Thu, 3 Dec 2020 19:11:02 +0100 Subject: [PATCH] msvcrt: Remove MSVCRT_ prefix from dir.c functions. Signed-off-by: Piotr Caban Signed-off-by: Alexandre Julliard --- dlls/crtdll/crtdll.spec | 30 +++---- dlls/msvcr100/msvcr100.spec | 80 +++++++++--------- dlls/msvcr110/msvcr110.spec | 80 +++++++++--------- dlls/msvcr120/msvcr120.spec | 80 +++++++++--------- dlls/msvcr70/msvcr70.spec | 68 +++++++-------- dlls/msvcr71/msvcr71.spec | 68 +++++++-------- dlls/msvcr80/msvcr80.spec | 80 +++++++++--------- dlls/msvcr90/msvcr90.spec | 80 +++++++++--------- dlls/msvcrt/dir.c | 141 ++++++++++++++++--------------- dlls/msvcrt/file.c | 6 +- dlls/msvcrt/msvcrt.h | 1 - dlls/msvcrt/msvcrt.spec | 94 ++++++++++----------- dlls/msvcrtd/msvcrtd.spec | 60 +++++++------- dlls/ucrtbase/ucrtbase.spec | 160 ++++++++++++++++++------------------ 14 files changed, 519 insertions(+), 509 deletions(-) diff --git a/dlls/crtdll/crtdll.spec b/dlls/crtdll/crtdll.spec index 338aee78105..63c83ef9a0c 100644 --- a/dlls/crtdll/crtdll.spec +++ b/dlls/crtdll/crtdll.spec @@ -53,8 +53,8 @@ @ cdecl _cabs(long) @ cdecl _cexit() @ cdecl _cgets(ptr) -@ cdecl _chdir(str) MSVCRT__chdir -@ cdecl _chdrive(long) MSVCRT__chdrive +@ cdecl _chdir(str) +@ cdecl _chdrive(long) @ cdecl _chgsign(double) @ cdecl _chmod(str long) MSVCRT__chmod @ cdecl _chsize(long long) MSVCRT__chsize @@ -100,9 +100,9 @@ # extern _fileinfo_dll @ cdecl _filelength(long) MSVCRT__filelength @ cdecl _fileno(ptr) MSVCRT__fileno -@ cdecl _findclose(long) MSVCRT__findclose -@ cdecl _findfirst(str ptr) MSVCRT__findfirst -@ cdecl _findnext(long ptr) MSVCRT__findnext +@ cdecl _findclose(long) +@ cdecl _findfirst(str ptr) +@ cdecl _findnext(long ptr) @ cdecl _finite(double) @ cdecl _flsbuf(long ptr) MSVCRT__flsbuf @ cdecl _flushall() MSVCRT__flushall @@ -117,18 +117,18 @@ @ cdecl -arch=win32 _ftime(ptr) _ftime32 @ cdecl -arch=win64 _ftime(ptr) _ftime64 @ cdecl -arch=i386 -ret64 _ftol() -@ cdecl _fullpath(ptr str long) MSVCRT__fullpath +@ cdecl _fullpath(ptr str long) @ cdecl -arch=win32 _futime(long ptr) _futime32 @ cdecl -arch=win64 _futime(long ptr) _futime64 @ cdecl _gcvt(double long str) @ cdecl _get_osfhandle(long) MSVCRT__get_osfhandle @ cdecl _getch() @ cdecl _getche() -@ cdecl _getcwd(str long) MSVCRT__getcwd -@ cdecl _getdcwd(long str long) MSVCRT__getdcwd -@ cdecl _getdiskfree(long ptr) MSVCRT__getdiskfree +@ cdecl _getcwd(str long) +@ cdecl _getdcwd(long str long) +@ cdecl _getdiskfree(long ptr) @ cdecl _getdllprocaddr(long str long) -@ cdecl _getdrive() MSVCRT__getdrive +@ cdecl _getdrive() @ cdecl _getdrives() kernel32.GetLogicalDrives @ cdecl _getpid() @ stub _getsystime(ptr) @@ -186,7 +186,7 @@ @ cdecl _lseek(long long long) MSVCRT__lseek @ cdecl _ltoa(long ptr long) ntdll._ltoa @ cdecl _ltow(long ptr long) ntdll._ltow -@ cdecl _makepath(ptr str str str str) MSVCRT__makepath +@ cdecl _makepath(ptr str str str str) @ cdecl _matherr(ptr) @ cdecl _mbbtombc(long) @ cdecl _mbbtype(long long) @@ -238,7 +238,7 @@ @ cdecl _mbsupr(str) @ cdecl _memccpy(ptr ptr long long) ntdll._memccpy @ cdecl _memicmp(str str long) -@ cdecl _mkdir(str) MSVCRT__mkdir +@ cdecl _mkdir(str) @ cdecl _mktemp(str) MSVCRT__mktemp @ cdecl _msize(ptr) @ cdecl _nextafter(double double) @@ -261,12 +261,12 @@ @ cdecl _putw(long ptr) MSVCRT__putw # extern _pwctype_dll @ cdecl _read(long ptr long) MSVCRT__read -@ cdecl _rmdir(str) MSVCRT__rmdir +@ cdecl _rmdir(str) @ cdecl _rmtmp() MSVCRT__rmtmp @ cdecl _rotl(long long) @ cdecl _rotr(long long) @ cdecl _scalb(double long) -@ cdecl _searchenv(str str ptr) MSVCRT__searchenv +@ cdecl _searchenv(str str ptr) @ cdecl _seterrormode(long) @ cdecl -arch=i386,x86_64,arm,arm64 -norelay _setjmp(ptr) MSVCRT__setjmp @ cdecl _setmode(long long) MSVCRT__setmode @@ -283,7 +283,7 @@ @ cdecl _spawnve(long str ptr ptr) @ cdecl _spawnvp(long str ptr) @ cdecl _spawnvpe(long str ptr ptr) -@ cdecl _splitpath(str ptr ptr ptr ptr) MSVCRT__splitpath +@ cdecl _splitpath(str ptr ptr ptr ptr) @ cdecl _stat(str ptr) MSVCRT_stat @ cdecl _statusfp() @ cdecl _strcmpi(str str) _stricmp diff --git a/dlls/msvcr100/msvcr100.spec b/dlls/msvcr100/msvcr100.spec index 9585a5387b4..9972d1c531c 100644 --- a/dlls/msvcr100/msvcr100.spec +++ b/dlls/msvcr100/msvcr100.spec @@ -717,8 +717,8 @@ @ stub _cgets_s @ stub _cgetws @ stub _cgetws_s -@ cdecl _chdir(str) MSVCRT__chdir -@ cdecl _chdrive(long) MSVCRT__chdrive +@ cdecl _chdir(str) +@ cdecl _chdrive(long) @ cdecl _chgsign(double) @ cdecl -arch=!i386 _chgsignf(float) @ cdecl -arch=i386 -norelay _chkesp() @@ -809,15 +809,15 @@ @ cdecl _filelength(long) MSVCRT__filelength @ cdecl -ret64 _filelengthi64(long) MSVCRT__filelengthi64 @ cdecl _fileno(ptr) MSVCRT__fileno -@ cdecl _findclose(long) MSVCRT__findclose -@ cdecl _findfirst32(str ptr) MSVCRT__findfirst32 +@ cdecl _findclose(long) +@ cdecl _findfirst32(str ptr) @ stub _findfirst32i64 -@ cdecl _findfirst64(str ptr) MSVCRT__findfirst64 -@ cdecl _findfirst64i32(str ptr) MSVCRT__findfirst64i32 -@ cdecl _findnext32(long ptr) MSVCRT__findnext32 +@ cdecl _findfirst64(str ptr) +@ cdecl _findfirst64i32(str ptr) +@ cdecl _findnext32(long ptr) @ stub _findnext32i64 -@ cdecl _findnext64(long ptr) MSVCRT__findnext64 -@ cdecl _findnext64i32(long ptr) MSVCRT__findnext64i32 +@ cdecl _findnext64(long ptr) +@ cdecl _findnext64i32(long ptr) @ cdecl _finite(double) @ cdecl -arch=!i386 _finitef(float) @ cdecl _flsbuf(long ptr) MSVCRT__flsbuf @@ -859,7 +859,7 @@ @ cdecl _ftime64(ptr) @ cdecl _ftime64_s(ptr) @ cdecl -arch=i386 -ret64 _ftol() -@ cdecl _fullpath(ptr str long) MSVCRT__fullpath +@ cdecl _fullpath(ptr str long) @ cdecl _futime32(long ptr) @ cdecl _futime64(long ptr) @ varargs _fwprintf_l(ptr wstr ptr) MSVCRT__fwprintf_l @@ -894,12 +894,12 @@ @ cdecl _getch_nolock() @ cdecl _getche() @ cdecl _getche_nolock() -@ cdecl _getcwd(str long) MSVCRT__getcwd -@ cdecl _getdcwd(long str long) MSVCRT__getdcwd +@ cdecl _getcwd(str long) +@ cdecl _getdcwd(long str long) @ stub _getdcwd_nolock -@ cdecl _getdiskfree(long ptr) MSVCRT__getdiskfree +@ cdecl _getdiskfree(long ptr) @ cdecl _getdllprocaddr(long str long) -@ cdecl _getdrive() MSVCRT__getdrive +@ cdecl _getdrive() @ cdecl _getdrives() kernel32.GetLogicalDrives @ cdecl _getmaxstdio() MSVCRT__getmaxstdio @ cdecl _getmbcp() @@ -1065,8 +1065,8 @@ @ cdecl _ltoa_s(long ptr long long) @ cdecl _ltow(long ptr long) ntdll._ltow @ cdecl _ltow_s(long ptr long long) -@ cdecl _makepath(ptr str str str str) MSVCRT__makepath -@ cdecl _makepath_s(ptr long str str str str) MSVCRT__makepath_s +@ cdecl _makepath(ptr str str str str) +@ cdecl _makepath_s(ptr long str str str str) @ cdecl _malloc_crt(long) malloc @ cdecl _mbbtombc(long) @ stub _mbbtombc_l @@ -1207,7 +1207,7 @@ @ cdecl _memccpy(ptr ptr long long) ntdll._memccpy @ cdecl _memicmp(str str long) @ cdecl _memicmp_l(str str long ptr) -@ cdecl _mkdir(str) MSVCRT__mkdir +@ cdecl _mkdir(str) @ cdecl _mkgmtime32(ptr) @ cdecl _mkgmtime64(ptr) @ cdecl _mktemp(str) MSVCRT__mktemp @@ -1249,7 +1249,7 @@ @ cdecl _recalloc(ptr long long) @ stub _recalloc_crt @ cdecl _resetstkoflw() -@ cdecl _rmdir(str) MSVCRT__rmdir +@ cdecl _rmdir(str) @ cdecl _rmtmp() MSVCRT__rmtmp @ cdecl _rotl(long long) @ cdecl -ret64 _rotl64(int64 long) @@ -1267,8 +1267,8 @@ @ stub _scwprintf_l @ stub _scwprintf_p @ stub _scwprintf_p_l -@ cdecl _searchenv(str str ptr) MSVCRT__searchenv -@ cdecl _searchenv_s(str str ptr long) MSVCRT__searchenv_s +@ cdecl _searchenv(str str ptr) +@ cdecl _searchenv_s(str str ptr long) @ stdcall -arch=i386 _seh_longjmp_unwind4(ptr) @ stdcall -arch=i386 _seh_longjmp_unwind(ptr) @ cdecl _set_SSE2_enable(long) @@ -1320,8 +1320,8 @@ @ cdecl _spawnve(long str ptr ptr) @ cdecl _spawnvp(long str ptr) @ cdecl _spawnvpe(long str ptr ptr) -@ cdecl _splitpath(str ptr ptr ptr ptr) MSVCRT__splitpath -@ cdecl _splitpath_s(str ptr long ptr long ptr long ptr long) MSVCRT__splitpath_s +@ cdecl _splitpath(str ptr ptr ptr ptr) +@ cdecl _splitpath_s(str ptr long ptr long ptr long ptr long) @ varargs _sprintf_l(ptr str ptr) @ varargs _sprintf_p(ptr long str) @ varargs _sprintf_p_l(ptr long str ptr) @@ -1483,7 +1483,7 @@ @ cdecl _wasctime(ptr) @ cdecl _wasctime_s(ptr long ptr) @ cdecl _wassert(wstr wstr long) -@ cdecl _wchdir(wstr) MSVCRT__wchdir +@ cdecl _wchdir(wstr) @ cdecl _wchmod(wstr long) MSVCRT__wchmod @ extern _wcmdln MSVCRT__wcmdln @ cdecl _wcreat(wstr long) MSVCRT__wcreat @@ -1543,28 +1543,28 @@ @ cdecl _wexecvp(wstr ptr) @ cdecl _wexecvpe(wstr ptr ptr) @ cdecl _wfdopen(long wstr) MSVCRT__wfdopen -@ cdecl _wfindfirst32(wstr ptr) MSVCRT__wfindfirst32 +@ cdecl _wfindfirst32(wstr ptr) @ stub _wfindfirst32i64 -@ cdecl _wfindfirst64(wstr ptr) MSVCRT__wfindfirst64 -@ cdecl _wfindfirst64i32(wstr ptr) MSVCRT__wfindfirst64i32 -@ cdecl _wfindnext32(long ptr) MSVCRT__wfindnext32 +@ cdecl _wfindfirst64(wstr ptr) +@ cdecl _wfindfirst64i32(wstr ptr) +@ cdecl _wfindnext32(long ptr) @ stub _wfindnext32i64 -@ cdecl _wfindnext64(long ptr) MSVCRT__wfindnext64 -@ cdecl _wfindnext64i32(long ptr) MSVCRT__wfindnext64i32 +@ cdecl _wfindnext64(long ptr) +@ cdecl _wfindnext64i32(long ptr) @ cdecl _wfopen(wstr wstr) MSVCRT__wfopen @ cdecl _wfopen_s(ptr wstr wstr) MSVCRT__wfopen_s @ cdecl _wfreopen(wstr wstr ptr) MSVCRT__wfreopen @ cdecl _wfreopen_s(ptr wstr wstr ptr) MSVCRT__wfreopen_s @ cdecl _wfsopen(wstr wstr long) MSVCRT__wfsopen -@ cdecl _wfullpath(ptr wstr long) MSVCRT__wfullpath -@ cdecl _wgetcwd(wstr long) MSVCRT__wgetcwd -@ cdecl _wgetdcwd(long wstr long) MSVCRT__wgetdcwd +@ cdecl _wfullpath(ptr wstr long) +@ cdecl _wgetcwd(wstr long) +@ cdecl _wgetdcwd(long wstr long) @ stub _wgetdcwd_nolock @ cdecl _wgetenv(wstr) @ cdecl _wgetenv_s(ptr ptr long wstr) -@ cdecl _wmakepath(ptr wstr wstr wstr wstr) MSVCRT__wmakepath -@ cdecl _wmakepath_s(ptr long wstr wstr wstr wstr) MSVCRT__wmakepath_s -@ cdecl _wmkdir(wstr) MSVCRT__wmkdir +@ cdecl _wmakepath(ptr wstr wstr wstr wstr) +@ cdecl _wmakepath_s(ptr long wstr wstr wstr wstr) +@ cdecl _wmkdir(wstr) @ cdecl _wmktemp(wstr) MSVCRT__wmktemp @ cdecl _wmktemp_s(wstr long) MSVCRT__wmktemp_s @ varargs _wopen(wstr long) MSVCRT__wopen @@ -1580,11 +1580,11 @@ @ cdecl _wremove(wstr) MSVCRT__wremove @ cdecl _wrename(wstr wstr) MSVCRT__wrename @ cdecl _write(long ptr long) MSVCRT__write -@ cdecl _wrmdir(wstr) MSVCRT__wrmdir +@ cdecl _wrmdir(wstr) @ varargs _wscanf_l(wstr ptr) @ varargs _wscanf_s_l(wstr ptr) -@ cdecl _wsearchenv(wstr wstr ptr) MSVCRT__wsearchenv -@ cdecl _wsearchenv_s(wstr wstr ptr long) MSVCRT__wsearchenv_s +@ cdecl _wsearchenv(wstr wstr ptr) +@ cdecl _wsearchenv_s(wstr wstr ptr long) @ cdecl _wsetlocale(long wstr) @ varargs _wsopen(wstr long long) MSVCRT__wsopen @ cdecl _wsopen_s(ptr wstr long long long) MSVCRT__wsopen_s @@ -1596,8 +1596,8 @@ @ cdecl _wspawnve(long wstr ptr ptr) @ cdecl _wspawnvp(long wstr ptr) @ cdecl _wspawnvpe(long wstr ptr ptr) -@ cdecl _wsplitpath(wstr ptr ptr ptr ptr) MSVCRT__wsplitpath -@ cdecl _wsplitpath_s(wstr ptr long ptr long ptr long ptr long) MSVCRT__wsplitpath_s +@ cdecl _wsplitpath(wstr ptr ptr ptr ptr) +@ cdecl _wsplitpath_s(wstr ptr long ptr long ptr long ptr long) @ cdecl _wstat32(wstr ptr) MSVCRT__wstat32 @ cdecl _wstat32i64(wstr ptr) MSVCRT__wstat32i64 @ cdecl _wstat64(wstr ptr) MSVCRT__wstat64 diff --git a/dlls/msvcr110/msvcr110.spec b/dlls/msvcr110/msvcr110.spec index ff721150fe9..42cd8df7806 100644 --- a/dlls/msvcr110/msvcr110.spec +++ b/dlls/msvcr110/msvcr110.spec @@ -1065,8 +1065,8 @@ @ stub _cgets_s @ stub _cgetws @ stub _cgetws_s -@ cdecl _chdir(str) MSVCRT__chdir -@ cdecl _chdrive(long) MSVCRT__chdrive +@ cdecl _chdir(str) +@ cdecl _chdrive(long) @ cdecl _chgsign(double) @ cdecl -arch=!i386 _chgsignf(float) @ cdecl -arch=i386 -norelay _chkesp() @@ -1156,15 +1156,15 @@ @ cdecl _filelength(long) MSVCRT__filelength @ cdecl -ret64 _filelengthi64(long) MSVCRT__filelengthi64 @ cdecl _fileno(ptr) MSVCRT__fileno -@ cdecl _findclose(long) MSVCRT__findclose -@ cdecl _findfirst32(str ptr) MSVCRT__findfirst32 +@ cdecl _findclose(long) +@ cdecl _findfirst32(str ptr) @ stub _findfirst32i64 -@ cdecl _findfirst64(str ptr) MSVCRT__findfirst64 -@ cdecl _findfirst64i32(str ptr) MSVCRT__findfirst64i32 -@ cdecl _findnext32(long ptr) MSVCRT__findnext32 +@ cdecl _findfirst64(str ptr) +@ cdecl _findfirst64i32(str ptr) +@ cdecl _findnext32(long ptr) @ stub _findnext32i64 -@ cdecl _findnext64(long ptr) MSVCRT__findnext64 -@ cdecl _findnext64i32(long ptr) MSVCRT__findnext64i32 +@ cdecl _findnext64(long ptr) +@ cdecl _findnext64i32(long ptr) @ cdecl _finite(double) @ cdecl -arch=!i386 _finitef(float) @ cdecl _flsbuf(long ptr) MSVCRT__flsbuf @@ -1206,7 +1206,7 @@ @ cdecl _ftime64(ptr) @ cdecl _ftime64_s(ptr) @ cdecl -arch=i386 -ret64 _ftol() -@ cdecl _fullpath(ptr str long) MSVCRT__fullpath +@ cdecl _fullpath(ptr str long) @ cdecl _futime32(long ptr) @ cdecl _futime64(long ptr) @ varargs _fwprintf_l(ptr wstr ptr) MSVCRT__fwprintf_l @@ -1241,11 +1241,11 @@ @ cdecl _getch_nolock() @ cdecl _getche() @ cdecl _getche_nolock() -@ cdecl _getcwd(str long) MSVCRT__getcwd -@ cdecl _getdcwd(long str long) MSVCRT__getdcwd -@ cdecl _getdiskfree(long ptr) MSVCRT__getdiskfree +@ cdecl _getcwd(str long) +@ cdecl _getdcwd(long str long) +@ cdecl _getdiskfree(long ptr) @ cdecl _getdllprocaddr(long str long) -@ cdecl _getdrive() MSVCRT__getdrive +@ cdecl _getdrive() @ cdecl _getdrives() kernel32.GetLogicalDrives @ cdecl _getmaxstdio() MSVCRT__getmaxstdio @ cdecl _getmbcp() @@ -1422,8 +1422,8 @@ @ cdecl _ltoa_s(long ptr long long) @ cdecl _ltow(long ptr long) ntdll._ltow @ cdecl _ltow_s(long ptr long long) -@ cdecl _makepath(ptr str str str str) MSVCRT__makepath -@ cdecl _makepath_s(ptr long str str str str) MSVCRT__makepath_s +@ cdecl _makepath(ptr str str str str) +@ cdecl _makepath_s(ptr long str str str str) @ cdecl _malloc_crt(long) malloc @ cdecl _mbbtombc(long) @ stub _mbbtombc_l @@ -1564,7 +1564,7 @@ @ cdecl _memccpy(ptr ptr long long) ntdll._memccpy @ cdecl _memicmp(str str long) @ cdecl _memicmp_l(str str long ptr) -@ cdecl _mkdir(str) MSVCRT__mkdir +@ cdecl _mkdir(str) @ cdecl _mkgmtime32(ptr) @ cdecl _mkgmtime64(ptr) @ cdecl _mktemp(str) MSVCRT__mktemp @@ -1606,7 +1606,7 @@ @ cdecl _recalloc(ptr long long) @ stub _recalloc_crt @ cdecl _resetstkoflw() -@ cdecl _rmdir(str) MSVCRT__rmdir +@ cdecl _rmdir(str) @ cdecl _rmtmp() MSVCRT__rmtmp @ cdecl _rotl(long long) @ cdecl -ret64 _rotl64(int64 long) @@ -1624,8 +1624,8 @@ @ stub _scwprintf_l @ stub _scwprintf_p @ stub _scwprintf_p_l -@ cdecl _searchenv(str str ptr) MSVCRT__searchenv -@ cdecl _searchenv_s(str str ptr long) MSVCRT__searchenv_s +@ cdecl _searchenv(str str ptr) +@ cdecl _searchenv_s(str str ptr long) @ stdcall -arch=i386 _seh_longjmp_unwind4(ptr) @ stdcall -arch=i386 _seh_longjmp_unwind(ptr) @ cdecl -arch=i386 _set_SSE2_enable(long) @@ -1677,8 +1677,8 @@ @ cdecl _spawnve(long str ptr ptr) @ cdecl _spawnvp(long str ptr) @ cdecl _spawnvpe(long str ptr ptr) -@ cdecl _splitpath(str ptr ptr ptr ptr) MSVCRT__splitpath -@ cdecl _splitpath_s(str ptr long ptr long ptr long ptr long) MSVCRT__splitpath_s +@ cdecl _splitpath(str ptr ptr ptr ptr) +@ cdecl _splitpath_s(str ptr long ptr long ptr long ptr long) @ varargs _sprintf_l(ptr str ptr) @ varargs _sprintf_p(ptr long str) @ varargs _sprintf_p_l(ptr long str ptr) @@ -1840,7 +1840,7 @@ @ cdecl _wasctime(ptr) @ cdecl _wasctime_s(ptr long ptr) @ cdecl _wassert(wstr wstr long) -@ cdecl _wchdir(wstr) MSVCRT__wchdir +@ cdecl _wchdir(wstr) @ cdecl _wchmod(wstr long) MSVCRT__wchmod @ extern _wcmdln MSVCRT__wcmdln @ cdecl _wcreat(wstr long) MSVCRT__wcreat @@ -1901,27 +1901,27 @@ @ cdecl _wexecvp(wstr ptr) @ cdecl _wexecvpe(wstr ptr ptr) @ cdecl _wfdopen(long wstr) MSVCRT__wfdopen -@ cdecl _wfindfirst32(wstr ptr) MSVCRT__wfindfirst32 +@ cdecl _wfindfirst32(wstr ptr) @ stub _wfindfirst32i64 -@ cdecl _wfindfirst64(wstr ptr) MSVCRT__wfindfirst64 -@ cdecl _wfindfirst64i32(wstr ptr) MSVCRT__wfindfirst64i32 -@ cdecl _wfindnext32(long ptr) MSVCRT__wfindnext32 +@ cdecl _wfindfirst64(wstr ptr) +@ cdecl _wfindfirst64i32(wstr ptr) +@ cdecl _wfindnext32(long ptr) @ stub _wfindnext32i64 -@ cdecl _wfindnext64(long ptr) MSVCRT__wfindnext64 -@ cdecl _wfindnext64i32(long ptr) MSVCRT__wfindnext64i32 +@ cdecl _wfindnext64(long ptr) +@ cdecl _wfindnext64i32(long ptr) @ cdecl _wfopen(wstr wstr) MSVCRT__wfopen @ cdecl _wfopen_s(ptr wstr wstr) MSVCRT__wfopen_s @ cdecl _wfreopen(wstr wstr ptr) MSVCRT__wfreopen @ cdecl _wfreopen_s(ptr wstr wstr ptr) MSVCRT__wfreopen_s @ cdecl _wfsopen(wstr wstr long) MSVCRT__wfsopen -@ cdecl _wfullpath(ptr wstr long) MSVCRT__wfullpath -@ cdecl _wgetcwd(wstr long) MSVCRT__wgetcwd -@ cdecl _wgetdcwd(long wstr long) MSVCRT__wgetdcwd +@ cdecl _wfullpath(ptr wstr long) +@ cdecl _wgetcwd(wstr long) +@ cdecl _wgetdcwd(long wstr long) @ cdecl _wgetenv(wstr) @ cdecl _wgetenv_s(ptr ptr long wstr) -@ cdecl _wmakepath(ptr wstr wstr wstr wstr) MSVCRT__wmakepath -@ cdecl _wmakepath_s(ptr long wstr wstr wstr wstr) MSVCRT__wmakepath_s -@ cdecl _wmkdir(wstr) MSVCRT__wmkdir +@ cdecl _wmakepath(ptr wstr wstr wstr wstr) +@ cdecl _wmakepath_s(ptr long wstr wstr wstr wstr) +@ cdecl _wmkdir(wstr) @ cdecl _wmktemp(wstr) MSVCRT__wmktemp @ cdecl _wmktemp_s(wstr long) MSVCRT__wmktemp_s @ varargs _wopen(wstr long) MSVCRT__wopen @@ -1937,11 +1937,11 @@ @ cdecl _wremove(wstr) MSVCRT__wremove @ cdecl _wrename(wstr wstr) MSVCRT__wrename @ cdecl _write(long ptr long) MSVCRT__write -@ cdecl _wrmdir(wstr) MSVCRT__wrmdir +@ cdecl _wrmdir(wstr) @ varargs _wscanf_l(wstr ptr) @ varargs _wscanf_s_l(wstr ptr) -@ cdecl _wsearchenv(wstr wstr ptr) MSVCRT__wsearchenv -@ cdecl _wsearchenv_s(wstr wstr ptr long) MSVCRT__wsearchenv_s +@ cdecl _wsearchenv(wstr wstr ptr) +@ cdecl _wsearchenv_s(wstr wstr ptr long) @ cdecl _wsetlocale(long wstr) @ varargs _wsopen(wstr long long) MSVCRT__wsopen @ cdecl _wsopen_s(ptr wstr long long long) MSVCRT__wsopen_s @@ -1953,8 +1953,8 @@ @ cdecl _wspawnve(long wstr ptr ptr) @ cdecl _wspawnvp(long wstr ptr) @ cdecl _wspawnvpe(long wstr ptr ptr) -@ cdecl _wsplitpath(wstr ptr ptr ptr ptr) MSVCRT__wsplitpath -@ cdecl _wsplitpath_s(wstr ptr long ptr long ptr long ptr long) MSVCRT__wsplitpath_s +@ cdecl _wsplitpath(wstr ptr ptr ptr ptr) +@ cdecl _wsplitpath_s(wstr ptr long ptr long ptr long ptr long) @ cdecl _wstat32(wstr ptr) MSVCRT__wstat32 @ cdecl _wstat32i64(wstr ptr) MSVCRT__wstat32i64 @ cdecl _wstat64(wstr ptr) MSVCRT__wstat64 diff --git a/dlls/msvcr120/msvcr120.spec b/dlls/msvcr120/msvcr120.spec index f838626dbc0..eba6c6c2969 100644 --- a/dlls/msvcr120/msvcr120.spec +++ b/dlls/msvcr120/msvcr120.spec @@ -1056,8 +1056,8 @@ @ stub _cgets_s @ stub _cgetws @ stub _cgetws_s -@ cdecl _chdir(str) MSVCRT__chdir -@ cdecl _chdrive(long) MSVCRT__chdrive +@ cdecl _chdir(str) +@ cdecl _chdrive(long) @ cdecl _chgsign(double) @ cdecl _chgsignf(float) @ cdecl -arch=i386 -norelay _chkesp() @@ -1156,15 +1156,15 @@ @ cdecl _filelength(long) MSVCRT__filelength @ cdecl -ret64 _filelengthi64(long) MSVCRT__filelengthi64 @ cdecl _fileno(ptr) MSVCRT__fileno -@ cdecl _findclose(long) MSVCRT__findclose -@ cdecl _findfirst32(str ptr) MSVCRT__findfirst32 +@ cdecl _findclose(long) +@ cdecl _findfirst32(str ptr) @ stub _findfirst32i64 -@ cdecl _findfirst64(str ptr) MSVCRT__findfirst64 -@ cdecl _findfirst64i32(str ptr) MSVCRT__findfirst64i32 -@ cdecl _findnext32(long ptr) MSVCRT__findnext32 +@ cdecl _findfirst64(str ptr) +@ cdecl _findfirst64i32(str ptr) +@ cdecl _findnext32(long ptr) @ stub _findnext32i64 -@ cdecl _findnext64(long ptr) MSVCRT__findnext64 -@ cdecl _findnext64i32(long ptr) MSVCRT__findnext64i32 +@ cdecl _findnext64(long ptr) +@ cdecl _findnext64i32(long ptr) @ cdecl _finite(double) @ cdecl -arch=!i386 _finitef(float) @ cdecl _flsbuf(long ptr) MSVCRT__flsbuf @@ -1206,7 +1206,7 @@ @ cdecl _ftime64(ptr) @ cdecl _ftime64_s(ptr) @ cdecl -arch=i386 -ret64 _ftol() -@ cdecl _fullpath(ptr str long) MSVCRT__fullpath +@ cdecl _fullpath(ptr str long) @ cdecl _futime32(long ptr) @ cdecl _futime64(long ptr) @ varargs _fwprintf_l(ptr wstr ptr) MSVCRT__fwprintf_l @@ -1241,11 +1241,11 @@ @ cdecl _getch_nolock() @ cdecl _getche() @ cdecl _getche_nolock() -@ cdecl _getcwd(str long) MSVCRT__getcwd -@ cdecl _getdcwd(long str long) MSVCRT__getdcwd -@ cdecl _getdiskfree(long ptr) MSVCRT__getdiskfree +@ cdecl _getcwd(str long) +@ cdecl _getdcwd(long str long) +@ cdecl _getdiskfree(long ptr) @ cdecl _getdllprocaddr(long str long) -@ cdecl _getdrive() MSVCRT__getdrive +@ cdecl _getdrive() @ cdecl _getdrives() kernel32.GetLogicalDrives @ cdecl _getmaxstdio() MSVCRT__getmaxstdio @ cdecl _getmbcp() @@ -1432,8 +1432,8 @@ @ cdecl _ltoa_s(long ptr long long) @ cdecl _ltow(long ptr long) ntdll._ltow @ cdecl _ltow_s(long ptr long long) -@ cdecl _makepath(ptr str str str str) MSVCRT__makepath -@ cdecl _makepath_s(ptr long str str str str) MSVCRT__makepath_s +@ cdecl _makepath(ptr str str str str) +@ cdecl _makepath_s(ptr long str str str str) @ cdecl _malloc_crt(long) malloc @ cdecl _mbbtombc(long) @ stub _mbbtombc_l @@ -1574,7 +1574,7 @@ @ cdecl _memccpy(ptr ptr long long) ntdll._memccpy @ cdecl _memicmp(str str long) @ cdecl _memicmp_l(str str long ptr) -@ cdecl _mkdir(str) MSVCRT__mkdir +@ cdecl _mkdir(str) @ cdecl _mkgmtime32(ptr) @ cdecl _mkgmtime64(ptr) @ cdecl _mktemp(str) MSVCRT__mktemp @@ -1616,7 +1616,7 @@ @ cdecl _recalloc(ptr long long) @ stub _recalloc_crt @ cdecl _resetstkoflw() -@ cdecl _rmdir(str) MSVCRT__rmdir +@ cdecl _rmdir(str) @ cdecl _rmtmp() MSVCRT__rmtmp @ cdecl _rotl(long long) @ cdecl -ret64 _rotl64(int64 long) @@ -1634,8 +1634,8 @@ @ stub _scwprintf_l @ stub _scwprintf_p @ stub _scwprintf_p_l -@ cdecl _searchenv(str str ptr) MSVCRT__searchenv -@ cdecl _searchenv_s(str str ptr long) MSVCRT__searchenv_s +@ cdecl _searchenv(str str ptr) +@ cdecl _searchenv_s(str str ptr long) @ stdcall -arch=i386 _seh_longjmp_unwind4(ptr) @ stdcall -arch=i386 _seh_longjmp_unwind(ptr) @ cdecl -arch=i386 _set_SSE2_enable(long) @@ -1688,8 +1688,8 @@ @ cdecl _spawnve(long str ptr ptr) @ cdecl _spawnvp(long str ptr) @ cdecl _spawnvpe(long str ptr ptr) -@ cdecl _splitpath(str ptr ptr ptr ptr) MSVCRT__splitpath -@ cdecl _splitpath_s(str ptr long ptr long ptr long ptr long) MSVCRT__splitpath_s +@ cdecl _splitpath(str ptr ptr ptr ptr) +@ cdecl _splitpath_s(str ptr long ptr long ptr long ptr long) @ varargs _sprintf_l(ptr str ptr) @ varargs _sprintf_p(ptr long str) @ varargs _sprintf_p_l(ptr long str ptr) @@ -1858,7 +1858,7 @@ @ cdecl _wasctime(ptr) @ cdecl _wasctime_s(ptr long ptr) @ cdecl _wassert(wstr wstr long) -@ cdecl _wchdir(wstr) MSVCRT__wchdir +@ cdecl _wchdir(wstr) @ cdecl _wchmod(wstr long) MSVCRT__wchmod @ extern _wcmdln MSVCRT__wcmdln @ cdecl _wcreat(wstr long) MSVCRT__wcreat @@ -1925,27 +1925,27 @@ @ cdecl _wexecvp(wstr ptr) @ cdecl _wexecvpe(wstr ptr ptr) @ cdecl _wfdopen(long wstr) MSVCRT__wfdopen -@ cdecl _wfindfirst32(wstr ptr) MSVCRT__wfindfirst32 +@ cdecl _wfindfirst32(wstr ptr) @ stub _wfindfirst32i64 -@ cdecl _wfindfirst64(wstr ptr) MSVCRT__wfindfirst64 -@ cdecl _wfindfirst64i32(wstr ptr) MSVCRT__wfindfirst64i32 -@ cdecl _wfindnext32(long ptr) MSVCRT__wfindnext32 +@ cdecl _wfindfirst64(wstr ptr) +@ cdecl _wfindfirst64i32(wstr ptr) +@ cdecl _wfindnext32(long ptr) @ stub _wfindnext32i64 -@ cdecl _wfindnext64(long ptr) MSVCRT__wfindnext64 -@ cdecl _wfindnext64i32(long ptr) MSVCRT__wfindnext64i32 +@ cdecl _wfindnext64(long ptr) +@ cdecl _wfindnext64i32(long ptr) @ cdecl _wfopen(wstr wstr) MSVCRT__wfopen @ cdecl _wfopen_s(ptr wstr wstr) MSVCRT__wfopen_s @ cdecl _wfreopen(wstr wstr ptr) MSVCRT__wfreopen @ cdecl _wfreopen_s(ptr wstr wstr ptr) MSVCRT__wfreopen_s @ cdecl _wfsopen(wstr wstr long) MSVCRT__wfsopen -@ cdecl _wfullpath(ptr wstr long) MSVCRT__wfullpath -@ cdecl _wgetcwd(wstr long) MSVCRT__wgetcwd -@ cdecl _wgetdcwd(long wstr long) MSVCRT__wgetdcwd +@ cdecl _wfullpath(ptr wstr long) +@ cdecl _wgetcwd(wstr long) +@ cdecl _wgetdcwd(long wstr long) @ cdecl _wgetenv(wstr) @ cdecl _wgetenv_s(ptr ptr long wstr) -@ cdecl _wmakepath(ptr wstr wstr wstr wstr) MSVCRT__wmakepath -@ cdecl _wmakepath_s(ptr long wstr wstr wstr wstr) MSVCRT__wmakepath_s -@ cdecl _wmkdir(wstr) MSVCRT__wmkdir +@ cdecl _wmakepath(ptr wstr wstr wstr wstr) +@ cdecl _wmakepath_s(ptr long wstr wstr wstr wstr) +@ cdecl _wmkdir(wstr) @ cdecl _wmktemp(wstr) MSVCRT__wmktemp @ cdecl _wmktemp_s(wstr long) MSVCRT__wmktemp_s @ varargs _wopen(wstr long) MSVCRT__wopen @@ -1961,11 +1961,11 @@ @ cdecl _wremove(wstr) MSVCRT__wremove @ cdecl _wrename(wstr wstr) MSVCRT__wrename @ cdecl _write(long ptr long) MSVCRT__write -@ cdecl _wrmdir(wstr) MSVCRT__wrmdir +@ cdecl _wrmdir(wstr) @ varargs _wscanf_l(wstr ptr) @ varargs _wscanf_s_l(wstr ptr) -@ cdecl _wsearchenv(wstr wstr ptr) MSVCRT__wsearchenv -@ cdecl _wsearchenv_s(wstr wstr ptr long) MSVCRT__wsearchenv_s +@ cdecl _wsearchenv(wstr wstr ptr) +@ cdecl _wsearchenv_s(wstr wstr ptr long) @ cdecl _wsetlocale(long wstr) @ varargs _wsopen(wstr long long) MSVCRT__wsopen @ cdecl _wsopen_s(ptr wstr long long long) MSVCRT__wsopen_s @@ -1977,8 +1977,8 @@ @ cdecl _wspawnve(long wstr ptr ptr) @ cdecl _wspawnvp(long wstr ptr) @ cdecl _wspawnvpe(long wstr ptr ptr) -@ cdecl _wsplitpath(wstr ptr ptr ptr ptr) MSVCRT__wsplitpath -@ cdecl _wsplitpath_s(wstr ptr long ptr long ptr long ptr long) MSVCRT__wsplitpath_s +@ cdecl _wsplitpath(wstr ptr ptr ptr ptr) +@ cdecl _wsplitpath_s(wstr ptr long ptr long ptr long ptr long) @ cdecl _wstat32(wstr ptr) MSVCRT__wstat32 @ cdecl _wstat32i64(wstr ptr) MSVCRT__wstat32i64 @ cdecl _wstat64(wstr ptr) MSVCRT__wstat64 diff --git a/dlls/msvcr70/msvcr70.spec b/dlls/msvcr70/msvcr70.spec index 5fda3d373f5..3450ff09ec3 100644 --- a/dlls/msvcr70/msvcr70.spec +++ b/dlls/msvcr70/msvcr70.spec @@ -246,8 +246,8 @@ @ cdecl _cexit() @ cdecl _cgets(ptr) @ stub _cgetws -@ cdecl _chdir(str) MSVCRT__chdir -@ cdecl _chdrive(long) MSVCRT__chdrive +@ cdecl _chdir(str) +@ cdecl _chdrive(long) @ cdecl _chgsign(double) @ cdecl -arch=i386 -norelay _chkesp() @ cdecl _chmod(str long) MSVCRT__chmod @@ -301,13 +301,13 @@ @ cdecl _filelength(long) MSVCRT__filelength @ cdecl -ret64 _filelengthi64(long) MSVCRT__filelengthi64 @ cdecl _fileno(ptr) MSVCRT__fileno -@ cdecl _findclose(long) MSVCRT__findclose -@ cdecl _findfirst(str ptr) MSVCRT__findfirst -@ cdecl _findfirst64(str ptr) MSVCRT__findfirst64 -@ cdecl _findfirsti64(str ptr) MSVCRT__findfirsti64 -@ cdecl _findnext(long ptr) MSVCRT__findnext -@ cdecl _findnext64(long ptr) MSVCRT__findnext64 -@ cdecl _findnexti64(long ptr) MSVCRT__findnexti64 +@ cdecl _findclose(long) +@ cdecl _findfirst(str ptr) +@ cdecl _findfirst64(str ptr) +@ cdecl _findfirsti64(str ptr) +@ cdecl _findnext(long ptr) +@ cdecl _findnext64(long ptr) +@ cdecl _findnexti64(long ptr) @ cdecl _finite(double) @ cdecl _flsbuf(long ptr) MSVCRT__flsbuf @ cdecl _flushall() MSVCRT__flushall @@ -325,7 +325,7 @@ @ cdecl -arch=win64 _ftime(ptr) _ftime64 @ cdecl _ftime64(ptr) @ cdecl -arch=i386 -ret64 _ftol() -@ cdecl _fullpath(ptr str long) MSVCRT__fullpath +@ cdecl _fullpath(ptr str long) @ cdecl -arch=win32 _futime(long ptr) _futime32 @ cdecl -arch=win64 _futime(long ptr) _futime64 @ cdecl _futime64(long ptr) @@ -334,11 +334,11 @@ @ cdecl _get_sbh_threshold() @ cdecl _getch() @ cdecl _getche() -@ cdecl _getcwd(str long) MSVCRT__getcwd -@ cdecl _getdcwd(long str long) MSVCRT__getdcwd -@ cdecl _getdiskfree(long ptr) MSVCRT__getdiskfree +@ cdecl _getcwd(str long) +@ cdecl _getdcwd(long str long) +@ cdecl _getdiskfree(long ptr) @ cdecl _getdllprocaddr(long str long) -@ cdecl _getdrive() MSVCRT__getdrive +@ cdecl _getdrive() @ cdecl _getdrives() kernel32.GetLogicalDrives @ cdecl _getmaxstdio() MSVCRT__getmaxstdio @ cdecl _getmbcp() @@ -417,7 +417,7 @@ @ cdecl -ret64 _lseeki64(long int64 long) MSVCRT__lseeki64 @ cdecl _ltoa(long ptr long) ntdll._ltoa @ cdecl _ltow(long ptr long) ntdll._ltow -@ cdecl _makepath(ptr str str str str) MSVCRT__makepath +@ cdecl _makepath(ptr str str str str) @ cdecl _mbbtombc(long) @ cdecl _mbbtype(long long) # extern _mbcasemap @@ -475,7 +475,7 @@ @ cdecl _mbsupr(str) @ cdecl _memccpy(ptr ptr long long) ntdll._memccpy @ cdecl _memicmp(str str long) -@ cdecl _mkdir(str) MSVCRT__mkdir +@ cdecl _mkdir(str) @ cdecl _mktemp(str) MSVCRT__mktemp @ cdecl _mktime64(ptr) @ cdecl _msize(ptr) @@ -502,7 +502,7 @@ @ extern _pwctype MSVCRT__pwctype @ cdecl _read(long ptr long) MSVCRT__read @ cdecl _resetstkoflw() -@ cdecl _rmdir(str) MSVCRT__rmdir +@ cdecl _rmdir(str) @ cdecl _rmtmp() MSVCRT__rmtmp @ cdecl _rotl(long long) @ cdecl _rotr(long long) @@ -513,7 +513,7 @@ @ cdecl _scalb(double long) @ varargs _scprintf(str) @ varargs _scwprintf(wstr) -@ cdecl _searchenv(str str ptr) MSVCRT__searchenv +@ cdecl _searchenv(str str ptr) @ stdcall -arch=i386 _seh_longjmp_unwind(ptr) @ cdecl _set_SSE2_enable(long) @ cdecl _set_error_mode(long) @@ -540,7 +540,7 @@ @ cdecl _spawnve(long str ptr ptr) @ cdecl _spawnvp(long str ptr) @ cdecl _spawnvpe(long str ptr ptr) -@ cdecl _splitpath(str ptr ptr ptr ptr) MSVCRT__splitpath +@ cdecl _splitpath(str ptr ptr ptr ptr) @ cdecl _stat(str ptr) MSVCRT_stat @ cdecl _stat64(str ptr) MSVCRT_stat64 @ cdecl _stati64(str ptr) MSVCRT_stati64 @@ -593,7 +593,7 @@ @ cdecl _vsnwprintf(ptr long wstr ptr) @ cdecl _waccess(wstr long) MSVCRT__waccess @ cdecl _wasctime(ptr) -@ cdecl _wchdir(wstr) MSVCRT__wchdir +@ cdecl _wchdir(wstr) @ cdecl _wchmod(wstr long) MSVCRT__wchmod @ extern _wcmdln MSVCRT__wcmdln @ cdecl _wcreat(wstr long) MSVCRT__wcreat @@ -625,24 +625,24 @@ @ cdecl _wexecvp(wstr ptr) @ cdecl _wexecvpe(wstr ptr ptr) @ cdecl _wfdopen(long wstr) MSVCRT__wfdopen -@ cdecl _wfindfirst(wstr ptr) MSVCRT__wfindfirst -@ cdecl _wfindfirst64(wstr ptr) MSVCRT__wfindfirst64 -@ cdecl _wfindfirsti64(wstr ptr) MSVCRT__wfindfirsti64 -@ cdecl _wfindnext(long ptr) MSVCRT__wfindnext -@ cdecl _wfindnext64(long ptr) MSVCRT__wfindnext64 -@ cdecl _wfindnexti64(long ptr) MSVCRT__wfindnexti64 +@ cdecl _wfindfirst(wstr ptr) +@ cdecl _wfindfirst64(wstr ptr) +@ cdecl _wfindfirsti64(wstr ptr) +@ cdecl _wfindnext(long ptr) +@ cdecl _wfindnext64(long ptr) +@ cdecl _wfindnexti64(long ptr) @ cdecl _wfopen(wstr wstr) MSVCRT__wfopen @ cdecl _wfreopen(wstr wstr ptr) MSVCRT__wfreopen @ cdecl _wfsopen(wstr wstr long) MSVCRT__wfsopen -@ cdecl _wfullpath(ptr wstr long) MSVCRT__wfullpath -@ cdecl _wgetcwd(wstr long) MSVCRT__wgetcwd -@ cdecl _wgetdcwd(long wstr long) MSVCRT__wgetdcwd +@ cdecl _wfullpath(ptr wstr long) +@ cdecl _wgetcwd(wstr long) +@ cdecl _wgetdcwd(long wstr long) @ cdecl _wgetenv(wstr) @ extern _winmajor MSVCRT__winmajor @ extern _winminor MSVCRT__winminor @ extern _winver MSVCRT__winver -@ cdecl _wmakepath(ptr wstr wstr wstr wstr) MSVCRT__wmakepath -@ cdecl _wmkdir(wstr) MSVCRT__wmkdir +@ cdecl _wmakepath(ptr wstr wstr wstr wstr) +@ cdecl _wmkdir(wstr) @ cdecl _wmktemp(wstr) MSVCRT__wmktemp @ varargs _wopen(wstr long) MSVCRT__wopen @ cdecl _wperror(wstr) @@ -652,8 +652,8 @@ @ cdecl _wremove(wstr) MSVCRT__wremove @ cdecl _wrename(wstr wstr) MSVCRT__wrename @ cdecl _write(long ptr long) MSVCRT__write -@ cdecl _wrmdir(wstr) MSVCRT__wrmdir -@ cdecl _wsearchenv(wstr wstr ptr) MSVCRT__wsearchenv +@ cdecl _wrmdir(wstr) +@ cdecl _wsearchenv(wstr wstr ptr) @ cdecl _wsetlocale(long wstr) @ varargs _wsopen(wstr long long) MSVCRT__wsopen @ varargs _wspawnl(long wstr wstr) @@ -664,7 +664,7 @@ @ cdecl _wspawnve(long wstr ptr ptr) @ cdecl _wspawnvp(long wstr ptr) @ cdecl _wspawnvpe(long wstr ptr ptr) -@ cdecl _wsplitpath(wstr ptr ptr ptr ptr) MSVCRT__wsplitpath +@ cdecl _wsplitpath(wstr ptr ptr ptr ptr) @ cdecl _wstat(wstr ptr) MSVCRT__wstat @ cdecl _wstat64(wstr ptr) MSVCRT__wstat64 @ cdecl _wstati64(wstr ptr) MSVCRT__wstati64 diff --git a/dlls/msvcr71/msvcr71.spec b/dlls/msvcr71/msvcr71.spec index a86179e3420..ec15b0f55c6 100644 --- a/dlls/msvcr71/msvcr71.spec +++ b/dlls/msvcr71/msvcr71.spec @@ -241,8 +241,8 @@ @ cdecl _cexit() @ cdecl _cgets(ptr) @ stub _cgetws -@ cdecl _chdir(str) MSVCRT__chdir -@ cdecl _chdrive(long) MSVCRT__chdrive +@ cdecl _chdir(str) +@ cdecl _chdrive(long) @ cdecl _chgsign(double) @ cdecl -arch=i386 -norelay _chkesp() @ cdecl _chmod(str long) MSVCRT__chmod @@ -295,13 +295,13 @@ @ cdecl _filelength(long) MSVCRT__filelength @ cdecl -ret64 _filelengthi64(long) MSVCRT__filelengthi64 @ cdecl _fileno(ptr) MSVCRT__fileno -@ cdecl _findclose(long) MSVCRT__findclose -@ cdecl _findfirst(str ptr) MSVCRT__findfirst -@ cdecl _findfirst64(str ptr) MSVCRT__findfirst64 -@ cdecl _findfirsti64(str ptr) MSVCRT__findfirsti64 -@ cdecl _findnext(long ptr) MSVCRT__findnext -@ cdecl _findnext64(long ptr) MSVCRT__findnext64 -@ cdecl _findnexti64(long ptr) MSVCRT__findnexti64 +@ cdecl _findclose(long) +@ cdecl _findfirst(str ptr) +@ cdecl _findfirst64(str ptr) +@ cdecl _findfirsti64(str ptr) +@ cdecl _findnext(long ptr) +@ cdecl _findnext64(long ptr) +@ cdecl _findnexti64(long ptr) @ cdecl _finite(double) @ cdecl _flsbuf(long ptr) MSVCRT__flsbuf @ cdecl _flushall() MSVCRT__flushall @@ -319,7 +319,7 @@ @ cdecl -arch=win64 _ftime(ptr) _ftime64 @ cdecl _ftime64(ptr) @ cdecl -arch=i386 -ret64 _ftol() -@ cdecl _fullpath(ptr str long) MSVCRT__fullpath +@ cdecl _fullpath(ptr str long) @ cdecl -arch=win32 _futime(long ptr) _futime32 @ cdecl -arch=win64 _futime(long ptr) _futime64 @ cdecl _futime64(long ptr) @@ -329,11 +329,11 @@ @ cdecl _get_sbh_threshold() @ cdecl _getch() @ cdecl _getche() -@ cdecl _getcwd(str long) MSVCRT__getcwd -@ cdecl _getdcwd(long str long) MSVCRT__getdcwd -@ cdecl _getdiskfree(long ptr) MSVCRT__getdiskfree +@ cdecl _getcwd(str long) +@ cdecl _getdcwd(long str long) +@ cdecl _getdiskfree(long ptr) @ cdecl _getdllprocaddr(long str long) -@ cdecl _getdrive() MSVCRT__getdrive +@ cdecl _getdrive() @ cdecl _getdrives() kernel32.GetLogicalDrives @ cdecl _getmaxstdio() MSVCRT__getmaxstdio @ cdecl _getmbcp() @@ -412,7 +412,7 @@ @ cdecl -ret64 _lseeki64(long int64 long) MSVCRT__lseeki64 @ cdecl _ltoa(long ptr long) ntdll._ltoa @ cdecl _ltow(long ptr long) ntdll._ltow -@ cdecl _makepath(ptr str str str str) MSVCRT__makepath +@ cdecl _makepath(ptr str str str str) @ cdecl _mbbtombc(long) @ cdecl _mbbtype(long long) # extern _mbcasemap @@ -470,7 +470,7 @@ @ cdecl _mbsupr(str) @ cdecl _memccpy(ptr ptr long long) ntdll._memccpy @ cdecl _memicmp(str str long) -@ cdecl _mkdir(str) MSVCRT__mkdir +@ cdecl _mkdir(str) @ cdecl _mktemp(str) MSVCRT__mktemp @ cdecl _mktime64(ptr) @ cdecl _msize(ptr) @@ -497,7 +497,7 @@ @ extern _pwctype MSVCRT__pwctype @ cdecl _read(long ptr long) MSVCRT__read @ cdecl _resetstkoflw() -@ cdecl _rmdir(str) MSVCRT__rmdir +@ cdecl _rmdir(str) @ cdecl _rmtmp() MSVCRT__rmtmp @ cdecl _rotl(long long) @ cdecl _rotr(long long) @@ -508,7 +508,7 @@ @ cdecl _scalb(double long) @ varargs _scprintf(str) @ varargs _scwprintf(wstr) -@ cdecl _searchenv(str str ptr) MSVCRT__searchenv +@ cdecl _searchenv(str str ptr) @ stdcall -arch=i386 _seh_longjmp_unwind(ptr) @ cdecl _set_SSE2_enable(long) @ cdecl _set_error_mode(long) @@ -536,7 +536,7 @@ @ cdecl _spawnve(long str ptr ptr) @ cdecl _spawnvp(long str ptr) @ cdecl _spawnvpe(long str ptr ptr) -@ cdecl _splitpath(str ptr ptr ptr ptr) MSVCRT__splitpath +@ cdecl _splitpath(str ptr ptr ptr ptr) @ cdecl _stat(str ptr) MSVCRT_stat @ cdecl _stat64(str ptr) MSVCRT_stat64 @ cdecl _stati64(str ptr) MSVCRT_stati64 @@ -589,7 +589,7 @@ @ cdecl _vsnwprintf(ptr long wstr ptr) @ cdecl _waccess(wstr long) MSVCRT__waccess @ cdecl _wasctime(ptr) -@ cdecl _wchdir(wstr) MSVCRT__wchdir +@ cdecl _wchdir(wstr) @ cdecl _wchmod(wstr long) MSVCRT__wchmod @ extern _wcmdln MSVCRT__wcmdln @ cdecl _wcreat(wstr long) MSVCRT__wcreat @@ -621,24 +621,24 @@ @ cdecl _wexecvp(wstr ptr) @ cdecl _wexecvpe(wstr ptr ptr) @ cdecl _wfdopen(long wstr) MSVCRT__wfdopen -@ cdecl _wfindfirst(wstr ptr) MSVCRT__wfindfirst -@ cdecl _wfindfirst64(wstr ptr) MSVCRT__wfindfirst64 -@ cdecl _wfindfirsti64(wstr ptr) MSVCRT__wfindfirsti64 -@ cdecl _wfindnext(long ptr) MSVCRT__wfindnext -@ cdecl _wfindnext64(long ptr) MSVCRT__wfindnext64 -@ cdecl _wfindnexti64(long ptr) MSVCRT__wfindnexti64 +@ cdecl _wfindfirst(wstr ptr) +@ cdecl _wfindfirst64(wstr ptr) +@ cdecl _wfindfirsti64(wstr ptr) +@ cdecl _wfindnext(long ptr) +@ cdecl _wfindnext64(long ptr) +@ cdecl _wfindnexti64(long ptr) @ cdecl _wfopen(wstr wstr) MSVCRT__wfopen @ cdecl _wfreopen(wstr wstr ptr) MSVCRT__wfreopen @ cdecl _wfsopen(wstr wstr long) MSVCRT__wfsopen -@ cdecl _wfullpath(ptr wstr long) MSVCRT__wfullpath -@ cdecl _wgetcwd(wstr long) MSVCRT__wgetcwd -@ cdecl _wgetdcwd(long wstr long) MSVCRT__wgetdcwd +@ cdecl _wfullpath(ptr wstr long) +@ cdecl _wgetcwd(wstr long) +@ cdecl _wgetdcwd(long wstr long) @ cdecl _wgetenv(wstr) @ extern _winmajor MSVCRT__winmajor @ extern _winminor MSVCRT__winminor @ extern _winver MSVCRT__winver -@ cdecl _wmakepath(ptr wstr wstr wstr wstr) MSVCRT__wmakepath -@ cdecl _wmkdir(wstr) MSVCRT__wmkdir +@ cdecl _wmakepath(ptr wstr wstr wstr wstr) +@ cdecl _wmkdir(wstr) @ cdecl _wmktemp(wstr) MSVCRT__wmktemp @ varargs _wopen(wstr long) MSVCRT__wopen @ cdecl _wperror(wstr) @@ -648,8 +648,8 @@ @ cdecl _wremove(wstr) MSVCRT__wremove @ cdecl _wrename(wstr wstr) MSVCRT__wrename @ cdecl _write(long ptr long) MSVCRT__write -@ cdecl _wrmdir(wstr) MSVCRT__wrmdir -@ cdecl _wsearchenv(wstr wstr ptr) MSVCRT__wsearchenv +@ cdecl _wrmdir(wstr) +@ cdecl _wsearchenv(wstr wstr ptr) @ cdecl _wsetlocale(long wstr) @ varargs _wsopen(wstr long long) MSVCRT__wsopen @ varargs _wspawnl(long wstr wstr) @@ -660,7 +660,7 @@ @ cdecl _wspawnve(long wstr ptr ptr) @ cdecl _wspawnvp(long wstr ptr) @ cdecl _wspawnvpe(long wstr ptr ptr) -@ cdecl _wsplitpath(wstr ptr ptr ptr ptr) MSVCRT__wsplitpath +@ cdecl _wsplitpath(wstr ptr ptr ptr ptr) @ cdecl _wstat(wstr ptr) MSVCRT__wstat @ cdecl _wstat64(wstr ptr) MSVCRT__wstat64 @ cdecl _wstati64(wstr ptr) MSVCRT__wstati64 diff --git a/dlls/msvcr80/msvcr80.spec b/dlls/msvcr80/msvcr80.spec index 170b20ee445..dddf3f0d02b 100644 --- a/dlls/msvcr80/msvcr80.spec +++ b/dlls/msvcr80/msvcr80.spec @@ -381,8 +381,8 @@ @ stub _cgets_s @ stub _cgetws @ stub _cgetws_s -@ cdecl _chdir(str) MSVCRT__chdir -@ cdecl _chdrive(long) MSVCRT__chdrive +@ cdecl _chdir(str) +@ cdecl _chdrive(long) @ cdecl _chgsign(double) @ cdecl -arch=!i386 _chgsignf(float) @ cdecl -arch=i386 -norelay _chkesp() @@ -475,15 +475,15 @@ @ cdecl _filelength(long) MSVCRT__filelength @ cdecl -ret64 _filelengthi64(long) MSVCRT__filelengthi64 @ cdecl _fileno(ptr) MSVCRT__fileno -@ cdecl _findclose(long) MSVCRT__findclose -@ cdecl _findfirst32(str ptr) MSVCRT__findfirst32 +@ cdecl _findclose(long) +@ cdecl _findfirst32(str ptr) @ stub _findfirst32i64 -@ cdecl _findfirst64(str ptr) MSVCRT__findfirst64 -@ cdecl _findfirst64i32(str ptr) MSVCRT__findfirst64i32 -@ cdecl _findnext32(long ptr) MSVCRT__findnext32 +@ cdecl _findfirst64(str ptr) +@ cdecl _findfirst64i32(str ptr) +@ cdecl _findnext32(long ptr) @ stub _findnext32i64 -@ cdecl _findnext64(long ptr) MSVCRT__findnext64 -@ cdecl _findnext64i32(long ptr) MSVCRT__findnext64i32 +@ cdecl _findnext64(long ptr) +@ cdecl _findnext64i32(long ptr) @ cdecl _finite(double) @ cdecl -arch=!i386 _finitef(float) @ cdecl _flsbuf(long ptr) MSVCRT__flsbuf @@ -525,7 +525,7 @@ @ cdecl _ftime64(ptr) @ cdecl _ftime64_s(ptr) @ cdecl -arch=i386 -ret64 _ftol() -@ cdecl _fullpath(ptr str long) MSVCRT__fullpath +@ cdecl _fullpath(ptr str long) @ cdecl _futime32(long ptr) @ cdecl _futime64(long ptr) @ varargs _fwprintf_l(ptr wstr ptr) MSVCRT__fwprintf_l @@ -567,12 +567,12 @@ @ cdecl _getch_nolock() @ cdecl _getche() @ cdecl _getche_nolock() -@ cdecl _getcwd(str long) MSVCRT__getcwd -@ cdecl _getdcwd(long str long) MSVCRT__getdcwd +@ cdecl _getcwd(str long) +@ cdecl _getdcwd(long str long) @ stub _getdcwd_nolock -@ cdecl _getdiskfree(long ptr) MSVCRT__getdiskfree +@ cdecl _getdiskfree(long ptr) @ cdecl _getdllprocaddr(long str long) -@ cdecl _getdrive() MSVCRT__getdrive +@ cdecl _getdrive() @ cdecl _getdrives() kernel32.GetLogicalDrives @ cdecl _getmaxstdio() MSVCRT__getmaxstdio @ cdecl _getmbcp() @@ -737,8 +737,8 @@ @ cdecl _ltoa_s(long ptr long long) @ cdecl _ltow(long ptr long) ntdll._ltow @ cdecl _ltow_s(long ptr long long) -@ cdecl _makepath(ptr str str str str) MSVCRT__makepath -@ cdecl _makepath_s(ptr long str str str str) MSVCRT__makepath_s +@ cdecl _makepath(ptr str str str str) +@ cdecl _makepath_s(ptr long str str str str) @ cdecl _malloc_crt(long) malloc @ cdecl _mbbtombc(long) @ stub _mbbtombc_l @@ -879,7 +879,7 @@ @ cdecl _memccpy(ptr ptr long long) ntdll._memccpy @ cdecl _memicmp(str str long) @ cdecl _memicmp_l(str str long ptr) -@ cdecl _mkdir(str) MSVCRT__mkdir +@ cdecl _mkdir(str) @ cdecl _mkgmtime32(ptr) @ cdecl _mkgmtime64(ptr) @ cdecl _mktemp(str) MSVCRT__mktemp @@ -923,7 +923,7 @@ @ cdecl _recalloc(ptr long long) @ stub _recalloc_crt @ cdecl _resetstkoflw() -@ cdecl _rmdir(str) MSVCRT__rmdir +@ cdecl _rmdir(str) @ cdecl _rmtmp() MSVCRT__rmtmp @ cdecl _rotl(long long) @ cdecl -ret64 _rotl64(int64 long) @@ -945,8 +945,8 @@ @ stub _scwprintf_l @ stub _scwprintf_p @ stub _scwprintf_p_l -@ cdecl _searchenv(str str ptr) MSVCRT__searchenv -@ cdecl _searchenv_s(str str ptr long) MSVCRT__searchenv_s +@ cdecl _searchenv(str str ptr) +@ cdecl _searchenv_s(str str ptr long) @ stdcall -arch=i386 _seh_longjmp_unwind4(ptr) @ stdcall -arch=i386 _seh_longjmp_unwind(ptr) @ cdecl _set_SSE2_enable(long) @@ -1000,8 +1000,8 @@ @ cdecl _spawnve(long str ptr ptr) @ cdecl _spawnvp(long str ptr) @ cdecl _spawnvpe(long str ptr ptr) -@ cdecl _splitpath(str ptr ptr ptr ptr) MSVCRT__splitpath -@ cdecl _splitpath_s(str ptr long ptr long ptr long ptr long) MSVCRT__splitpath_s +@ cdecl _splitpath(str ptr ptr ptr ptr) +@ cdecl _splitpath_s(str ptr long ptr long ptr long ptr long) @ varargs _sprintf_l(ptr str ptr) @ varargs _sprintf_p(ptr long str) @ varargs _sprintf_p_l(ptr long str ptr) @@ -1163,7 +1163,7 @@ @ cdecl _wasctime(ptr) @ cdecl _wasctime_s(ptr long ptr) @ cdecl _wassert(wstr wstr long) -@ cdecl _wchdir(wstr) MSVCRT__wchdir +@ cdecl _wchdir(wstr) @ cdecl _wchmod(wstr long) MSVCRT__wchmod @ extern _wcmdln MSVCRT__wcmdln @ cdecl _wcreat(wstr long) MSVCRT__wcreat @@ -1223,31 +1223,31 @@ @ cdecl _wexecvp(wstr ptr) @ cdecl _wexecvpe(wstr ptr ptr) @ cdecl _wfdopen(long wstr) MSVCRT__wfdopen -@ cdecl _wfindfirst32(wstr ptr) MSVCRT__wfindfirst32 +@ cdecl _wfindfirst32(wstr ptr) @ stub _wfindfirst32i64 -@ cdecl _wfindfirst64(wstr ptr) MSVCRT__wfindfirst64 -@ cdecl _wfindfirst64i32(wstr ptr) MSVCRT__wfindfirst64i32 -@ cdecl _wfindnext32(long ptr) MSVCRT__wfindnext32 +@ cdecl _wfindfirst64(wstr ptr) +@ cdecl _wfindfirst64i32(wstr ptr) +@ cdecl _wfindnext32(long ptr) @ stub _wfindnext32i64 -@ cdecl _wfindnext64(long ptr) MSVCRT__wfindnext64 -@ cdecl _wfindnext64i32(long ptr) MSVCRT__wfindnext64i32 +@ cdecl _wfindnext64(long ptr) +@ cdecl _wfindnext64i32(long ptr) @ cdecl _wfopen(wstr wstr) MSVCRT__wfopen @ cdecl _wfopen_s(ptr wstr wstr) MSVCRT__wfopen_s @ cdecl _wfreopen(wstr wstr ptr) MSVCRT__wfreopen @ cdecl _wfreopen_s(ptr wstr wstr ptr) MSVCRT__wfreopen_s @ cdecl _wfsopen(wstr wstr long) MSVCRT__wfsopen -@ cdecl _wfullpath(ptr wstr long) MSVCRT__wfullpath -@ cdecl _wgetcwd(wstr long) MSVCRT__wgetcwd -@ cdecl _wgetdcwd(long wstr long) MSVCRT__wgetdcwd +@ cdecl _wfullpath(ptr wstr long) +@ cdecl _wgetcwd(wstr long) +@ cdecl _wgetdcwd(long wstr long) @ stub _wgetdcwd_nolock @ cdecl _wgetenv(wstr) @ cdecl _wgetenv_s(ptr ptr long wstr) @ extern _winmajor MSVCRT__winmajor @ extern _winminor MSVCRT__winminor @ extern _winver MSVCRT__winver -@ cdecl _wmakepath(ptr wstr wstr wstr wstr) MSVCRT__wmakepath -@ cdecl _wmakepath_s(ptr long wstr wstr wstr wstr) MSVCRT__wmakepath_s -@ cdecl _wmkdir(wstr) MSVCRT__wmkdir +@ cdecl _wmakepath(ptr wstr wstr wstr wstr) +@ cdecl _wmakepath_s(ptr long wstr wstr wstr wstr) +@ cdecl _wmkdir(wstr) @ cdecl _wmktemp(wstr) MSVCRT__wmktemp @ cdecl _wmktemp_s(wstr long) MSVCRT__wmktemp_s @ varargs _wopen(wstr long) MSVCRT__wopen @@ -1263,11 +1263,11 @@ @ cdecl _wremove(wstr) MSVCRT__wremove @ cdecl _wrename(wstr wstr) MSVCRT__wrename @ cdecl _write(long ptr long) MSVCRT__write -@ cdecl _wrmdir(wstr) MSVCRT__wrmdir +@ cdecl _wrmdir(wstr) @ varargs _wscanf_l(wstr ptr) @ varargs _wscanf_s_l(wstr ptr) -@ cdecl _wsearchenv(wstr wstr ptr) MSVCRT__wsearchenv -@ cdecl _wsearchenv_s(wstr wstr ptr long) MSVCRT__wsearchenv_s +@ cdecl _wsearchenv(wstr wstr ptr) +@ cdecl _wsearchenv_s(wstr wstr ptr long) @ cdecl _wsetlocale(long wstr) @ varargs _wsopen(wstr long long) MSVCRT__wsopen @ cdecl _wsopen_s(ptr wstr long long long) MSVCRT__wsopen_s @@ -1279,8 +1279,8 @@ @ cdecl _wspawnve(long wstr ptr ptr) @ cdecl _wspawnvp(long wstr ptr) @ cdecl _wspawnvpe(long wstr ptr ptr) -@ cdecl _wsplitpath(wstr ptr ptr ptr ptr) MSVCRT__wsplitpath -@ cdecl _wsplitpath_s(wstr ptr long ptr long ptr long ptr long) MSVCRT__wsplitpath_s +@ cdecl _wsplitpath(wstr ptr ptr ptr ptr) +@ cdecl _wsplitpath_s(wstr ptr long ptr long ptr long ptr long) @ cdecl _wstat32(wstr ptr) MSVCRT__wstat32 @ cdecl _wstat32i64(wstr ptr) MSVCRT__wstat32i64 @ cdecl _wstat64(wstr ptr) MSVCRT__wstat64 diff --git a/dlls/msvcr90/msvcr90.spec b/dlls/msvcr90/msvcr90.spec index ba9ea959a66..103bf564aea 100644 --- a/dlls/msvcr90/msvcr90.spec +++ b/dlls/msvcr90/msvcr90.spec @@ -365,8 +365,8 @@ @ stub _cgets_s @ stub _cgetws @ stub _cgetws_s -@ cdecl _chdir(str) MSVCRT__chdir -@ cdecl _chdrive(long) MSVCRT__chdrive +@ cdecl _chdir(str) +@ cdecl _chdrive(long) @ cdecl _chgsign(double) @ cdecl -arch=i386 -norelay _chkesp() @ cdecl _chmod(str long) MSVCRT__chmod @@ -458,15 +458,15 @@ @ cdecl _filelength(long) MSVCRT__filelength @ cdecl -ret64 _filelengthi64(long) MSVCRT__filelengthi64 @ cdecl _fileno(ptr) MSVCRT__fileno -@ cdecl _findclose(long) MSVCRT__findclose -@ cdecl _findfirst32(str ptr) MSVCRT__findfirst32 +@ cdecl _findclose(long) +@ cdecl _findfirst32(str ptr) @ stub _findfirst32i64 -@ cdecl _findfirst64(str ptr) MSVCRT__findfirst64 -@ cdecl _findfirst64i32(str ptr) MSVCRT__findfirst64i32 -@ cdecl _findnext32(long ptr) MSVCRT__findnext32 +@ cdecl _findfirst64(str ptr) +@ cdecl _findfirst64i32(str ptr) +@ cdecl _findnext32(long ptr) @ stub _findnext32i64 -@ cdecl _findnext64(long ptr) MSVCRT__findnext64 -@ cdecl _findnext64i32(long ptr) MSVCRT__findnext64i32 +@ cdecl _findnext64(long ptr) +@ cdecl _findnext64i32(long ptr) @ cdecl _finite(double) @ cdecl -arch=!i386 _finitef(float) @ cdecl _flsbuf(long ptr) MSVCRT__flsbuf @@ -508,7 +508,7 @@ @ cdecl _ftime64(ptr) @ cdecl _ftime64_s(ptr) @ cdecl -arch=i386 -ret64 _ftol() -@ cdecl _fullpath(ptr str long) MSVCRT__fullpath +@ cdecl _fullpath(ptr str long) @ cdecl _futime32(long ptr) @ cdecl _futime64(long ptr) @ varargs _fwprintf_l(ptr wstr ptr) MSVCRT__fwprintf_l @@ -545,12 +545,12 @@ @ cdecl _getch_nolock() @ cdecl _getche() @ cdecl _getche_nolock() -@ cdecl _getcwd(str long) MSVCRT__getcwd -@ cdecl _getdcwd(long str long) MSVCRT__getdcwd +@ cdecl _getcwd(str long) +@ cdecl _getdcwd(long str long) @ stub _getdcwd_nolock -@ cdecl _getdiskfree(long ptr) MSVCRT__getdiskfree +@ cdecl _getdiskfree(long ptr) @ cdecl _getdllprocaddr(long str long) -@ cdecl _getdrive() MSVCRT__getdrive +@ cdecl _getdrive() @ cdecl _getdrives() kernel32.GetLogicalDrives @ cdecl _getmaxstdio() MSVCRT__getmaxstdio @ cdecl _getmbcp() @@ -715,8 +715,8 @@ @ cdecl _ltoa_s(long ptr long long) @ cdecl _ltow(long ptr long) ntdll._ltow @ cdecl _ltow_s(long ptr long long) -@ cdecl _makepath(ptr str str str str) MSVCRT__makepath -@ cdecl _makepath_s(ptr long str str str str) MSVCRT__makepath_s +@ cdecl _makepath(ptr str str str str) +@ cdecl _makepath_s(ptr long str str str str) @ cdecl _malloc_crt(long) malloc @ cdecl _mbbtombc(long) @ stub _mbbtombc_l @@ -857,7 +857,7 @@ @ cdecl _memccpy(ptr ptr long long) ntdll._memccpy @ cdecl _memicmp(str str long) @ cdecl _memicmp_l(str str long ptr) -@ cdecl _mkdir(str) MSVCRT__mkdir +@ cdecl _mkdir(str) @ cdecl _mkgmtime32(ptr) @ cdecl _mkgmtime64(ptr) @ cdecl _mktemp(str) MSVCRT__mktemp @@ -899,7 +899,7 @@ @ cdecl _recalloc(ptr long long) @ stub _recalloc_crt @ cdecl _resetstkoflw() -@ cdecl _rmdir(str) MSVCRT__rmdir +@ cdecl _rmdir(str) @ cdecl _rmtmp() MSVCRT__rmtmp @ cdecl _rotl(long long) @ cdecl -ret64 _rotl64(int64 long) @@ -921,8 +921,8 @@ @ stub _scwprintf_l @ stub _scwprintf_p @ stub _scwprintf_p_l -@ cdecl _searchenv(str str ptr) MSVCRT__searchenv -@ cdecl _searchenv_s(str str ptr long) MSVCRT__searchenv_s +@ cdecl _searchenv(str str ptr) +@ cdecl _searchenv_s(str str ptr long) @ stdcall -arch=i386 _seh_longjmp_unwind4(ptr) @ stdcall -arch=i386 _seh_longjmp_unwind(ptr) @ cdecl _set_SSE2_enable(long) @@ -975,8 +975,8 @@ @ cdecl _spawnve(long str ptr ptr) @ cdecl _spawnvp(long str ptr) @ cdecl _spawnvpe(long str ptr ptr) -@ cdecl _splitpath(str ptr ptr ptr ptr) MSVCRT__splitpath -@ cdecl _splitpath_s(str ptr long ptr long ptr long ptr long) MSVCRT__splitpath_s +@ cdecl _splitpath(str ptr ptr ptr ptr) +@ cdecl _splitpath_s(str ptr long ptr long ptr long ptr long) @ varargs _sprintf_l(ptr str ptr) @ varargs _sprintf_p(ptr long str) @ varargs _sprintf_p_l(ptr long str ptr) @@ -1138,7 +1138,7 @@ @ cdecl _wasctime(ptr) @ cdecl _wasctime_s(ptr long ptr) @ cdecl _wassert(wstr wstr long) -@ cdecl _wchdir(wstr) MSVCRT__wchdir +@ cdecl _wchdir(wstr) @ cdecl _wchmod(wstr long) MSVCRT__wchmod @ extern _wcmdln MSVCRT__wcmdln @ cdecl _wcreat(wstr long) MSVCRT__wcreat @@ -1198,28 +1198,28 @@ @ cdecl _wexecvp(wstr ptr) @ cdecl _wexecvpe(wstr ptr ptr) @ cdecl _wfdopen(long wstr) MSVCRT__wfdopen -@ cdecl _wfindfirst32(wstr ptr) MSVCRT__wfindfirst32 +@ cdecl _wfindfirst32(wstr ptr) @ stub _wfindfirst32i64 -@ cdecl _wfindfirst64(wstr ptr) MSVCRT__wfindfirst64 -@ cdecl _wfindfirst64i32(wstr ptr) MSVCRT__wfindfirst64i32 -@ cdecl _wfindnext32(long ptr) MSVCRT__wfindnext32 +@ cdecl _wfindfirst64(wstr ptr) +@ cdecl _wfindfirst64i32(wstr ptr) +@ cdecl _wfindnext32(long ptr) @ stub _wfindnext32i64 -@ cdecl _wfindnext64(long ptr) MSVCRT__wfindnext64 -@ cdecl _wfindnext64i32(long ptr) MSVCRT__wfindnext64i32 +@ cdecl _wfindnext64(long ptr) +@ cdecl _wfindnext64i32(long ptr) @ cdecl _wfopen(wstr wstr) MSVCRT__wfopen @ cdecl _wfopen_s(ptr wstr wstr) MSVCRT__wfopen_s @ cdecl _wfreopen(wstr wstr ptr) MSVCRT__wfreopen @ cdecl _wfreopen_s(ptr wstr wstr ptr) MSVCRT__wfreopen_s @ cdecl _wfsopen(wstr wstr long) MSVCRT__wfsopen -@ cdecl _wfullpath(ptr wstr long) MSVCRT__wfullpath -@ cdecl _wgetcwd(wstr long) MSVCRT__wgetcwd -@ cdecl _wgetdcwd(long wstr long) MSVCRT__wgetdcwd +@ cdecl _wfullpath(ptr wstr long) +@ cdecl _wgetcwd(wstr long) +@ cdecl _wgetdcwd(long wstr long) @ stub _wgetdcwd_nolock @ cdecl _wgetenv(wstr) @ cdecl _wgetenv_s(ptr ptr long wstr) -@ cdecl _wmakepath(ptr wstr wstr wstr wstr) MSVCRT__wmakepath -@ cdecl _wmakepath_s(ptr long wstr wstr wstr wstr) MSVCRT__wmakepath_s -@ cdecl _wmkdir(wstr) MSVCRT__wmkdir +@ cdecl _wmakepath(ptr wstr wstr wstr wstr) +@ cdecl _wmakepath_s(ptr long wstr wstr wstr wstr) +@ cdecl _wmkdir(wstr) @ cdecl _wmktemp(wstr) MSVCRT__wmktemp @ cdecl _wmktemp_s(wstr long) MSVCRT__wmktemp_s @ varargs _wopen(wstr long) MSVCRT__wopen @@ -1235,11 +1235,11 @@ @ cdecl _wremove(wstr) MSVCRT__wremove @ cdecl _wrename(wstr wstr) MSVCRT__wrename @ cdecl _write(long ptr long) MSVCRT__write -@ cdecl _wrmdir(wstr) MSVCRT__wrmdir +@ cdecl _wrmdir(wstr) @ varargs _wscanf_l(wstr ptr) @ varargs _wscanf_s_l(wstr ptr) -@ cdecl _wsearchenv(wstr wstr ptr) MSVCRT__wsearchenv -@ cdecl _wsearchenv_s(wstr wstr ptr long) MSVCRT__wsearchenv_s +@ cdecl _wsearchenv(wstr wstr ptr) +@ cdecl _wsearchenv_s(wstr wstr ptr long) @ cdecl _wsetlocale(long wstr) @ varargs _wsopen(wstr long long) MSVCRT__wsopen @ cdecl _wsopen_s(ptr wstr long long long) MSVCRT__wsopen_s @@ -1251,8 +1251,8 @@ @ cdecl _wspawnve(long wstr ptr ptr) @ cdecl _wspawnvp(long wstr ptr) @ cdecl _wspawnvpe(long wstr ptr ptr) -@ cdecl _wsplitpath(wstr ptr ptr ptr ptr) MSVCRT__wsplitpath -@ cdecl _wsplitpath_s(wstr ptr long ptr long ptr long ptr long) MSVCRT__wsplitpath_s +@ cdecl _wsplitpath(wstr ptr ptr ptr ptr) +@ cdecl _wsplitpath_s(wstr ptr long ptr long ptr long ptr long) @ cdecl _wstat32(wstr ptr) MSVCRT__wstat32 @ cdecl _wstat32i64(wstr ptr) MSVCRT__wstat32i64 @ cdecl _wstat64(wstr ptr) MSVCRT__wstat64 diff --git a/dlls/msvcrt/dir.c b/dlls/msvcrt/dir.c index 6fe32ca28e9..689cfe805d1 100644 --- a/dlls/msvcrt/dir.c +++ b/dlls/msvcrt/dir.c @@ -33,6 +33,17 @@ WINE_DEFAULT_DEBUG_CHANNEL(msvcrt); +#undef _wfindfirst +#undef _wfindfirsti64 +#undef _wfindnext +#undef _wfindnexti64 +#undef _wfindfirst32 +#undef _wfindnext32 +#undef _wfindfirst64i32 +#undef _wfindfirst64 +#undef _wfindnext64i32 +#undef _wfindnext64 + /* INTERNAL: Translate WIN32_FIND_DATAA to finddata_t */ static void msvcrt_fttofd( const WIN32_FIND_DATAA *fd, struct MSVCRT__finddata_t* ft) { @@ -74,7 +85,7 @@ static void msvcrt_fttofd32( const WIN32_FIND_DATAA *fd, struct MSVCRT__finddata } /* INTERNAL: Translate WIN32_FIND_DATAW to wfinddata_t */ -static void msvcrt_wfttofd( const WIN32_FIND_DATAW *fd, struct MSVCRT__wfinddata_t* ft) +static void msvcrt_wfttofd( const WIN32_FIND_DATAW *fd, struct _wfinddata_t* ft) { DWORD dw; @@ -94,7 +105,7 @@ static void msvcrt_wfttofd( const WIN32_FIND_DATAW *fd, struct MSVCRT__wfinddata } /* INTERNAL: Translate WIN32_FIND_DATAW to wfinddata32_t */ -static void msvcrt_wfttofd32(const WIN32_FIND_DATAW *fd, struct MSVCRT__wfinddata32_t* ft) +static void msvcrt_wfttofd32(const WIN32_FIND_DATAW *fd, struct _wfinddata32_t* ft) { DWORD dw; @@ -154,7 +165,7 @@ static void msvcrt_fttofd64( const WIN32_FIND_DATAA *fd, struct MSVCRT__finddata } /* INTERNAL: Translate WIN32_FIND_DATAW to wfinddata64_t */ -static void msvcrt_wfttofd64( const WIN32_FIND_DATAW *fd, struct MSVCRT__wfinddata64_t* ft) +static void msvcrt_wfttofd64( const WIN32_FIND_DATAW *fd, struct _wfinddata64_t* ft) { DWORD dw; @@ -194,7 +205,7 @@ static void msvcrt_fttofd64i32( const WIN32_FIND_DATAA *fd, struct MSVCRT__findd } /* INTERNAL: Translate WIN32_FIND_DATAW to wfinddatai64_t */ -static void msvcrt_wfttofdi64( const WIN32_FIND_DATAW *fd, struct MSVCRT__wfinddatai64_t* ft) +static void msvcrt_wfttofdi64( const WIN32_FIND_DATAW *fd, struct _wfinddatai64_t* ft) { DWORD dw; @@ -214,7 +225,7 @@ static void msvcrt_wfttofdi64( const WIN32_FIND_DATAW *fd, struct MSVCRT__wfindd } /* INTERNAL: Translate WIN32_FIND_DATAW to wfinddata64i32_t */ -static void msvcrt_wfttofd64i32( const WIN32_FIND_DATAW *fd, struct MSVCRT__wfinddata64i32_t* ft) +static void msvcrt_wfttofd64i32( const WIN32_FIND_DATAW *fd, struct _wfinddata64i32_t* ft) { DWORD dw; @@ -248,7 +259,7 @@ static void msvcrt_wfttofd64i32( const WIN32_FIND_DATAW *fd, struct MSVCRT__wfin * NOTES * See SetCurrentDirectoryA. */ -int CDECL MSVCRT__chdir(const char * newdir) +int CDECL _chdir(const char * newdir) { if (!SetCurrentDirectoryA(newdir)) { @@ -263,7 +274,7 @@ int CDECL MSVCRT__chdir(const char * newdir) * * Unicode version of _chdir. */ -int CDECL MSVCRT__wchdir(const wchar_t * newdir) +int CDECL _wchdir(const wchar_t * newdir) { if (!SetCurrentDirectoryW(newdir)) { @@ -288,7 +299,7 @@ int CDECL MSVCRT__wchdir(const wchar_t * newdir) * NOTES * See SetCurrentDirectoryA. */ -int CDECL MSVCRT__chdrive(int newdrive) +int CDECL _chdrive(int newdrive) { WCHAR buffer[] = L"A:"; @@ -318,7 +329,7 @@ int CDECL MSVCRT__chdrive(int newdrive) * NOTES * See FindClose. */ -int CDECL MSVCRT__findclose(intptr_t hand) +int CDECL _findclose(intptr_t hand) { TRACE(":handle %Iu\n",hand); if (!FindClose((HANDLE)hand)) @@ -346,7 +357,7 @@ int CDECL MSVCRT__findclose(intptr_t hand) * NOTES * See FindFirstFileA. */ -intptr_t CDECL MSVCRT__findfirst(const char * fspec, struct MSVCRT__finddata_t* ft) +intptr_t CDECL _findfirst(const char * fspec, struct MSVCRT__finddata_t* ft) { WIN32_FIND_DATAA find_data; HANDLE hfind; @@ -365,7 +376,7 @@ intptr_t CDECL MSVCRT__findfirst(const char * fspec, struct MSVCRT__finddata_t* /********************************************************************* * _findfirst32 (MSVCRT.@) */ -intptr_t CDECL MSVCRT__findfirst32(const char * fspec, struct MSVCRT__finddata32_t* ft) +intptr_t CDECL _findfirst32(const char * fspec, struct MSVCRT__finddata32_t* ft) { WIN32_FIND_DATAA find_data; HANDLE hfind; @@ -382,11 +393,11 @@ intptr_t CDECL MSVCRT__findfirst32(const char * fspec, struct MSVCRT__finddata32 } /********************************************************************* - * _wfindfirst (MSVCRT.@) + * _wfindfirst (MSVCRT.@) * * Unicode version of _findfirst. */ -intptr_t CDECL MSVCRT__wfindfirst(const wchar_t * fspec, struct MSVCRT__wfinddata_t* ft) +intptr_t CDECL _wfindfirst(const wchar_t * fspec, struct _wfinddata_t* ft) { WIN32_FIND_DATAW find_data; HANDLE hfind; @@ -407,7 +418,7 @@ intptr_t CDECL MSVCRT__wfindfirst(const wchar_t * fspec, struct MSVCRT__wfinddat * * Unicode version of _findfirst32. */ -intptr_t CDECL MSVCRT__wfindfirst32(const wchar_t * fspec, struct MSVCRT__wfinddata32_t* ft) +intptr_t CDECL _wfindfirst32(const wchar_t * fspec, struct _wfinddata32_t* ft) { WIN32_FIND_DATAW find_data; HANDLE hfind; @@ -428,7 +439,7 @@ intptr_t CDECL MSVCRT__wfindfirst32(const wchar_t * fspec, struct MSVCRT__wfindd * * 64-bit version of _findfirst. */ -intptr_t CDECL MSVCRT__findfirsti64(const char * fspec, struct MSVCRT__finddatai64_t* ft) +intptr_t CDECL _findfirsti64(const char * fspec, struct MSVCRT__finddatai64_t* ft) { WIN32_FIND_DATAA find_data; HANDLE hfind; @@ -449,7 +460,7 @@ intptr_t CDECL MSVCRT__findfirsti64(const char * fspec, struct MSVCRT__finddatai * * 64-bit version of _findfirst. */ -intptr_t CDECL MSVCRT__findfirst64(const char * fspec, struct MSVCRT__finddata64_t* ft) +intptr_t CDECL _findfirst64(const char * fspec, struct MSVCRT__finddata64_t* ft) { WIN32_FIND_DATAA find_data; HANDLE hfind; @@ -470,7 +481,7 @@ intptr_t CDECL MSVCRT__findfirst64(const char * fspec, struct MSVCRT__finddata64 * * Unicode version of _findfirst64. */ -intptr_t CDECL MSVCRT__wfindfirst64(const wchar_t * fspec, struct MSVCRT__wfinddata64_t* ft) +intptr_t CDECL _wfindfirst64(const wchar_t * fspec, struct _wfinddata64_t* ft) { WIN32_FIND_DATAW find_data; HANDLE hfind; @@ -491,7 +502,7 @@ intptr_t CDECL MSVCRT__wfindfirst64(const wchar_t * fspec, struct MSVCRT__wfindd * * 64-bit/32-bit version of _findfirst. */ -intptr_t CDECL MSVCRT__findfirst64i32(const char * fspec, struct MSVCRT__finddata64i32_t* ft) +intptr_t CDECL _findfirst64i32(const char * fspec, struct MSVCRT__finddata64i32_t* ft) { WIN32_FIND_DATAA find_data; HANDLE hfind; @@ -512,7 +523,7 @@ intptr_t CDECL MSVCRT__findfirst64i32(const char * fspec, struct MSVCRT__finddat * * Unicode version of _findfirst64i32. */ -intptr_t CDECL MSVCRT__wfindfirst64i32(const wchar_t * fspec, struct MSVCRT__wfinddata64i32_t* ft) +intptr_t CDECL _wfindfirst64i32(const wchar_t * fspec, struct _wfinddata64i32_t* ft) { WIN32_FIND_DATAW find_data; HANDLE hfind; @@ -533,7 +544,7 @@ intptr_t CDECL MSVCRT__wfindfirst64i32(const wchar_t * fspec, struct MSVCRT__wfi * * Unicode version of _findfirsti64. */ -intptr_t CDECL MSVCRT__wfindfirsti64(const wchar_t * fspec, struct MSVCRT__wfinddatai64_t* ft) +intptr_t CDECL _wfindfirsti64(const wchar_t * fspec, struct _wfinddatai64_t* ft) { WIN32_FIND_DATAW find_data; HANDLE hfind; @@ -565,7 +576,7 @@ intptr_t CDECL MSVCRT__wfindfirsti64(const wchar_t * fspec, struct MSVCRT__wfind * NOTES * See FindNextFileA. */ -int CDECL MSVCRT__findnext(intptr_t hand, struct MSVCRT__finddata_t * ft) +int CDECL _findnext(intptr_t hand, struct MSVCRT__finddata_t * ft) { WIN32_FIND_DATAA find_data; @@ -582,7 +593,7 @@ int CDECL MSVCRT__findnext(intptr_t hand, struct MSVCRT__finddata_t * ft) /********************************************************************* * _findnext32 (MSVCRT.@) */ -int CDECL MSVCRT__findnext32(intptr_t hand, struct MSVCRT__finddata32_t * ft) +int CDECL _findnext32(intptr_t hand, struct MSVCRT__finddata32_t * ft) { WIN32_FIND_DATAA find_data; @@ -599,7 +610,7 @@ int CDECL MSVCRT__findnext32(intptr_t hand, struct MSVCRT__finddata32_t * ft) /********************************************************************* * _wfindnext32 (MSVCRT.@) */ -int CDECL MSVCRT__wfindnext32(intptr_t hand, struct MSVCRT__wfinddata32_t * ft) +int CDECL _wfindnext32(intptr_t hand, struct _wfinddata32_t * ft) { WIN32_FIND_DATAW find_data; @@ -614,11 +625,11 @@ int CDECL MSVCRT__wfindnext32(intptr_t hand, struct MSVCRT__wfinddata32_t * ft) } /********************************************************************* - * _wfindnext (MSVCRT.@) + * _wfindnext (MSVCRT.@) * * Unicode version of _findnext. */ -int CDECL MSVCRT__wfindnext(intptr_t hand, struct MSVCRT__wfinddata_t * ft) +int CDECL _wfindnext(intptr_t hand, struct _wfinddata_t * ft) { WIN32_FIND_DATAW find_data; @@ -637,7 +648,7 @@ int CDECL MSVCRT__wfindnext(intptr_t hand, struct MSVCRT__wfinddata_t * ft) * * 64-bit version of _findnext. */ -int CDECL MSVCRT__findnexti64(intptr_t hand, struct MSVCRT__finddatai64_t * ft) +int CDECL _findnexti64(intptr_t hand, struct MSVCRT__finddatai64_t * ft) { WIN32_FIND_DATAA find_data; @@ -656,7 +667,7 @@ int CDECL MSVCRT__findnexti64(intptr_t hand, struct MSVCRT__finddatai64_t * ft) * * 64-bit version of _findnext. */ -int CDECL MSVCRT__findnext64(intptr_t hand, struct MSVCRT__finddata64_t * ft) +int CDECL _findnext64(intptr_t hand, struct MSVCRT__finddata64_t * ft) { WIN32_FIND_DATAA find_data; @@ -675,7 +686,7 @@ int CDECL MSVCRT__findnext64(intptr_t hand, struct MSVCRT__finddata64_t * ft) * * Unicode version of _wfindnext64. */ -int CDECL MSVCRT__wfindnext64(intptr_t hand, struct MSVCRT__wfinddata64_t * ft) +int CDECL _wfindnext64(intptr_t hand, struct _wfinddata64_t * ft) { WIN32_FIND_DATAW find_data; @@ -694,7 +705,7 @@ int CDECL MSVCRT__wfindnext64(intptr_t hand, struct MSVCRT__wfinddata64_t * ft) * * 64-bit/32-bit version of _findnext. */ -int CDECL MSVCRT__findnext64i32(intptr_t hand, struct MSVCRT__finddata64i32_t * ft) +int CDECL _findnext64i32(intptr_t hand, struct MSVCRT__finddata64i32_t * ft) { WIN32_FIND_DATAA find_data; @@ -713,7 +724,7 @@ int CDECL MSVCRT__findnext64i32(intptr_t hand, struct MSVCRT__finddata64i32_t * * * Unicode version of _findnexti64. */ -int CDECL MSVCRT__wfindnexti64(intptr_t hand, struct MSVCRT__wfinddatai64_t * ft) +int CDECL _wfindnexti64(intptr_t hand, struct _wfinddatai64_t * ft) { WIN32_FIND_DATAW find_data; @@ -732,7 +743,7 @@ int CDECL MSVCRT__wfindnexti64(intptr_t hand, struct MSVCRT__wfinddatai64_t * ft * * Unicode version of _findnext64i32. */ -int CDECL MSVCRT__wfindnext64i32(intptr_t hand, struct MSVCRT__wfinddata64i32_t * ft) +int CDECL _wfindnext64i32(intptr_t hand, struct _wfinddata64i32_t * ft) { WIN32_FIND_DATAW find_data; @@ -760,7 +771,7 @@ int CDECL MSVCRT__wfindnext64i32(intptr_t hand, struct MSVCRT__wfinddata64i32_t * Otherwise populates buf with the path and returns it. * Failure: NULL. errno indicates the error. */ -char* CDECL MSVCRT__getcwd(char * buf, int size) +char* CDECL _getcwd(char * buf, int size) { char dir[MAX_PATH]; int dir_len = GetCurrentDirectoryA(MAX_PATH,dir); @@ -787,7 +798,7 @@ char* CDECL MSVCRT__getcwd(char * buf, int size) * * Unicode version of _getcwd. */ -wchar_t* CDECL MSVCRT__wgetcwd(wchar_t * buf, int size) +wchar_t* CDECL _wgetcwd(wchar_t * buf, int size) { wchar_t dir[MAX_PATH]; int dir_len = GetCurrentDirectoryW(MAX_PATH,dir); @@ -821,7 +832,7 @@ wchar_t* CDECL MSVCRT__wgetcwd(wchar_t * buf, int size) * Success: The drive letter number from 1 to 26 ("A:" to "Z:"). * Failure: 0. */ -int CDECL MSVCRT__getdrive(void) +int CDECL _getdrive(void) { WCHAR buffer[MAX_PATH]; if (GetCurrentDirectoryW( MAX_PATH, buffer ) && @@ -845,14 +856,14 @@ int CDECL MSVCRT__getdrive(void) * Otherwise populates drive with the path and returns it. * Failure: NULL. errno indicates the error. */ -char* CDECL MSVCRT__getdcwd(int drive, char * buf, int size) +char* CDECL _getdcwd(int drive, char * buf, int size) { static char* dummy; TRACE(":drive %d(%c), size %d\n",drive, drive + 'A' - 1, size); - if (!drive || drive == MSVCRT__getdrive()) - return MSVCRT__getcwd(buf,size); /* current */ + if (!drive || drive == _getdrive()) + return _getcwd(buf,size); /* current */ else { char dir[MAX_PATH]; @@ -887,14 +898,14 @@ char* CDECL MSVCRT__getdcwd(int drive, char * buf, int size) * * Unicode version of _wgetdcwd. */ -wchar_t* CDECL MSVCRT__wgetdcwd(int drive, wchar_t * buf, int size) +wchar_t* CDECL _wgetdcwd(int drive, wchar_t * buf, int size) { static wchar_t* dummy; TRACE(":drive %d(%c), size %d\n",drive, drive + 'A' - 1, size); - if (!drive || drive == MSVCRT__getdrive()) - return MSVCRT__wgetcwd(buf,size); /* current */ + if (!drive || drive == _getdrive()) + return _wgetcwd(buf,size); /* current */ else { wchar_t dir[MAX_PATH]; @@ -939,7 +950,7 @@ wchar_t* CDECL MSVCRT__wgetdcwd(int drive, wchar_t * buf, int size) * NOTES * See GetLastError(). */ -unsigned int CDECL MSVCRT__getdiskfree(unsigned int disk, struct _diskfree_t * d) +unsigned int CDECL _getdiskfree(unsigned int disk, struct _diskfree_t * d) { WCHAR drivespec[] = L"@:\\"; DWORD ret[4]; @@ -978,7 +989,7 @@ unsigned int CDECL MSVCRT__getdiskfree(unsigned int disk, struct _diskfree_t * d * NOTES * See CreateDirectoryA. */ -int CDECL MSVCRT__mkdir(const char * newdir) +int CDECL _mkdir(const char * newdir) { if (CreateDirectoryA(newdir,NULL)) return 0; @@ -991,7 +1002,7 @@ int CDECL MSVCRT__mkdir(const char * newdir) * * Unicode version of _mkdir. */ -int CDECL MSVCRT__wmkdir(const wchar_t* newdir) +int CDECL _wmkdir(const wchar_t* newdir) { if (CreateDirectoryW(newdir,NULL)) return 0; @@ -1014,7 +1025,7 @@ int CDECL MSVCRT__wmkdir(const wchar_t* newdir) * NOTES * See RemoveDirectoryA. */ -int CDECL MSVCRT__rmdir(const char * dir) +int CDECL _rmdir(const char * dir) { if (RemoveDirectoryA(dir)) return 0; @@ -1027,7 +1038,7 @@ int CDECL MSVCRT__rmdir(const char * dir) * * Unicode version of _rmdir. */ -int CDECL MSVCRT__wrmdir(const wchar_t * dir) +int CDECL _wrmdir(const wchar_t * dir) { if (RemoveDirectoryW(dir)) return 0; @@ -1038,7 +1049,7 @@ int CDECL MSVCRT__wrmdir(const wchar_t * dir) /****************************************************************** * _splitpath_s (MSVCRT.@) */ -int CDECL MSVCRT__splitpath_s(const char* inpath, +int CDECL _splitpath_s(const char* inpath, char* drive, size_t sz_drive, char* dir, size_t sz_dir, char* fname, size_t sz_fname, @@ -1126,10 +1137,10 @@ do_error: /********************************************************************* * _splitpath (MSVCRT.@) */ -void CDECL MSVCRT__splitpath(const char *inpath, char *drv, char *dir, +void CDECL _splitpath(const char *inpath, char *drv, char *dir, char *fname, char *ext) { - MSVCRT__splitpath_s(inpath, drv, drv ? _MAX_DRIVE : 0, dir, dir ? _MAX_DIR : 0, + _splitpath_s(inpath, drv, drv ? _MAX_DRIVE : 0, dir, dir ? _MAX_DIR : 0, fname, fname ? _MAX_FNAME : 0, ext, ext ? _MAX_EXT : 0); } @@ -1138,7 +1149,7 @@ void CDECL MSVCRT__splitpath(const char *inpath, char *drv, char *dir, * * Secure version of _wsplitpath */ -int CDECL MSVCRT__wsplitpath_s(const wchar_t* inpath, +int CDECL _wsplitpath_s(const wchar_t* inpath, wchar_t* drive, size_t sz_drive, wchar_t* dir, size_t sz_dir, wchar_t* fname, size_t sz_fname, @@ -1220,10 +1231,10 @@ do_error: * * Unicode version of _splitpath. */ -void CDECL MSVCRT__wsplitpath(const wchar_t *inpath, wchar_t *drv, wchar_t *dir, +void CDECL _wsplitpath(const wchar_t *inpath, wchar_t *drv, wchar_t *dir, wchar_t *fname, wchar_t *ext) { - MSVCRT__wsplitpath_s(inpath, drv, drv ? _MAX_DRIVE : 0, dir, dir ? _MAX_DIR : 0, + _wsplitpath_s(inpath, drv, drv ? _MAX_DRIVE : 0, dir, dir ? _MAX_DIR : 0, fname, fname ? _MAX_FNAME : 0, ext, ext ? _MAX_EXT : 0); } @@ -1232,7 +1243,7 @@ void CDECL MSVCRT__wsplitpath(const wchar_t *inpath, wchar_t *drv, wchar_t *dir, * * Unicode version of _fullpath. */ -wchar_t * CDECL MSVCRT__wfullpath(wchar_t * absPath, const wchar_t* relPath, size_t size) +wchar_t * CDECL _wfullpath(wchar_t * absPath, const wchar_t* relPath, size_t size) { DWORD rc; WCHAR* buffer; @@ -1240,7 +1251,7 @@ wchar_t * CDECL MSVCRT__wfullpath(wchar_t * absPath, const wchar_t* relPath, siz BOOL alloced = FALSE; if (!relPath || !*relPath) - return MSVCRT__wgetcwd(absPath, size); + return _wgetcwd(absPath, size); if (absPath == NULL) { @@ -1286,7 +1297,7 @@ wchar_t * CDECL MSVCRT__wfullpath(wchar_t * absPath, const wchar_t* relPath, siz * Otherwise populates absPath with the path and returns it. * Failure: NULL. errno indicates the error. */ -char * CDECL MSVCRT__fullpath(char * absPath, const char* relPath, unsigned int size) +char * CDECL _fullpath(char * absPath, const char* relPath, size_t size) { DWORD rc; char* lastpart; @@ -1294,7 +1305,7 @@ char * CDECL MSVCRT__fullpath(char * absPath, const char* relPath, unsigned int BOOL alloced = FALSE; if (!relPath || !*relPath) - return MSVCRT__getcwd(absPath, size); + return _getcwd(absPath, size); if (absPath == NULL) { @@ -1341,7 +1352,7 @@ char * CDECL MSVCRT__fullpath(char * absPath, const char* relPath, unsigned int * Nothing. If path is not large enough to hold the resulting pathname, * random process memory will be overwritten. */ -VOID CDECL MSVCRT__makepath(char * path, const char * drive, +VOID CDECL _makepath(char * path, const char * drive, const char *directory, const char * filename, const char * extension) { @@ -1388,7 +1399,7 @@ VOID CDECL MSVCRT__makepath(char * path, const char * drive, * * Unicode version of _wmakepath. */ -VOID CDECL MSVCRT__wmakepath(wchar_t *path, const wchar_t *drive, const wchar_t *directory, +VOID CDECL _wmakepath(wchar_t *path, const wchar_t *drive, const wchar_t *directory, const wchar_t *filename, const wchar_t *extension) { wchar_t *p = path; @@ -1435,7 +1446,7 @@ VOID CDECL MSVCRT__wmakepath(wchar_t *path, const wchar_t *drive, const wchar_t * * Safe version of _makepath. */ -int CDECL MSVCRT__makepath_s(char *path, size_t size, const char *drive, +int CDECL _makepath_s(char *path, size_t size, const char *drive, const char *directory, const char *filename, const char *extension) { @@ -1539,7 +1550,7 @@ range: * * Safe version of _wmakepath. */ -int CDECL MSVCRT__wmakepath_s(wchar_t *path, size_t size, const wchar_t *drive, +int CDECL _wmakepath_s(wchar_t *path, size_t size, const wchar_t *drive, const wchar_t *directory, const wchar_t *filename, const wchar_t *extension) { @@ -1641,7 +1652,7 @@ range: /********************************************************************* * _searchenv_s (MSVCRT.@) */ -int CDECL MSVCRT__searchenv_s(const char* file, const char* env, char *buf, size_t count) +int CDECL _searchenv_s(const char* file, const char* env, char *buf, size_t count) { char *envVal, *penv, *end; char path[MAX_PATH]; @@ -1726,15 +1737,15 @@ int CDECL MSVCRT__searchenv_s(const char* file, const char* env, char *buf, size /********************************************************************* * _searchenv (MSVCRT.@) */ -void CDECL MSVCRT__searchenv(const char* file, const char* env, char *buf) +void CDECL _searchenv(const char* file, const char* env, char *buf) { - MSVCRT__searchenv_s(file, env, buf, MAX_PATH); + _searchenv_s(file, env, buf, MAX_PATH); } /********************************************************************* * _wsearchenv_s (MSVCRT.@) */ -int CDECL MSVCRT__wsearchenv_s(const wchar_t* file, const wchar_t* env, +int CDECL _wsearchenv_s(const wchar_t* file, const wchar_t* env, wchar_t *buf, size_t count) { wchar_t *envVal, *penv, *end; @@ -1820,7 +1831,7 @@ int CDECL MSVCRT__wsearchenv_s(const wchar_t* file, const wchar_t* env, /********************************************************************* * _wsearchenv (MSVCRT.@) */ -void CDECL MSVCRT__wsearchenv(const wchar_t* file, const wchar_t* env, wchar_t *buf) +void CDECL _wsearchenv(const wchar_t* file, const wchar_t* env, wchar_t *buf) { - MSVCRT__wsearchenv_s(file, env, buf, MAX_PATH); + _wsearchenv_s(file, env, buf, MAX_PATH); } diff --git a/dlls/msvcrt/file.c b/dlls/msvcrt/file.c index 27b479bbbf0..7fa40409a82 100644 --- a/dlls/msvcrt/file.c +++ b/dlls/msvcrt/file.c @@ -26,7 +26,7 @@ * Use the file flag hints O_SEQUENTIAL, O_RANDOM, O_SHORT_LIVED */ - +#include #include #include #include @@ -2997,7 +2997,7 @@ int CDECL MSVCRT_stat64(const char* path, struct MSVCRT__stat64 * buf) if (isalpha(*path)&& (*(path+1)==':')) buf->st_dev = buf->st_rdev = _toupper_l(*path, NULL) - 'A'; /* drive num */ else - buf->st_dev = buf->st_rdev = MSVCRT__getdrive() - 1; + buf->st_dev = buf->st_rdev = _getdrive() - 1; /* Dir, or regular file? */ if (hfi.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) @@ -3149,7 +3149,7 @@ int CDECL MSVCRT__wstat64(const wchar_t* path, struct MSVCRT__stat64 * buf) if (iswalpha(*path) && path[1] == ':') buf->st_dev = buf->st_rdev = towupper(*path) - 'A'; /* drive num */ else - buf->st_dev = buf->st_rdev = MSVCRT__getdrive() - 1; + buf->st_dev = buf->st_rdev = _getdrive() - 1; /* Dir, or regular file? */ if (hfi.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) diff --git a/dlls/msvcrt/msvcrt.h b/dlls/msvcrt/msvcrt.h index 67b1318d8d2..566c0fa66e6 100644 --- a/dlls/msvcrt/msvcrt.h +++ b/dlls/msvcrt/msvcrt.h @@ -651,7 +651,6 @@ int __cdecl _ismbblead_l(unsigned int, _locale_t); int __cdecl _ismbclegal(unsigned int c); int __cdecl _ismbstrail(const unsigned char* start, const unsigned char* str); void __cdecl MSVCRT__searchenv(const char*,const char*,char*); -int __cdecl MSVCRT__getdrive(void); char* __cdecl _strset(char*,int); int __cdecl _ungetch(int); int __cdecl _cputs(const char*); diff --git a/dlls/msvcrt/msvcrt.spec b/dlls/msvcrt/msvcrt.spec index 2a96183d59a..3714eb51511 100644 --- a/dlls/msvcrt/msvcrt.spec +++ b/dlls/msvcrt/msvcrt.spec @@ -349,8 +349,8 @@ # stub _cgets_s(ptr long ptr) # stub _cgetws(ptr) # stub _cgetws_s(ptr long ptr) -@ cdecl _chdir(str) MSVCRT__chdir -@ cdecl _chdrive(long) MSVCRT__chdrive +@ cdecl _chdir(str) +@ cdecl _chdrive(long) @ cdecl _chgsign(double) @ cdecl -arch=!i386 _chgsignf(float) @ cdecl -arch=i386 -norelay _chkesp() @@ -439,17 +439,17 @@ @ cdecl _filelength(long) MSVCRT__filelength @ cdecl -ret64 _filelengthi64(long) MSVCRT__filelengthi64 @ cdecl _fileno(ptr) MSVCRT__fileno -@ cdecl _findclose(long) MSVCRT__findclose -@ cdecl _findfirst(str ptr) MSVCRT__findfirst -@ cdecl _findfirst32(str ptr) MSVCRT__findfirst32 -@ cdecl _findfirst64(str ptr) MSVCRT__findfirst64 -@ cdecl _findfirst64i32(str ptr) MSVCRT__findfirst64i32 -@ cdecl _findfirsti64(str ptr) MSVCRT__findfirsti64 -@ cdecl _findnext(long ptr) MSVCRT__findnext -@ cdecl _findnext32(long ptr) MSVCRT__findnext32 -@ cdecl _findnext64(long ptr) MSVCRT__findnext64 -@ cdecl _findnext64i32(long ptr) MSVCRT__findnext64i32 -@ cdecl _findnexti64(long ptr) MSVCRT__findnexti64 +@ cdecl _findclose(long) +@ cdecl _findfirst(str ptr) +@ cdecl _findfirst32(str ptr) +@ cdecl _findfirst64(str ptr) +@ cdecl _findfirst64i32(str ptr) +@ cdecl _findfirsti64(str ptr) +@ cdecl _findnext(long ptr) +@ cdecl _findnext32(long ptr) +@ cdecl _findnext64(long ptr) +@ cdecl _findnext64i32(long ptr) +@ cdecl _findnexti64(long ptr) @ cdecl _finite(double) @ cdecl -arch=!i386 _finitef(float) @ cdecl _flsbuf(long ptr) MSVCRT__flsbuf @@ -487,7 +487,7 @@ @ cdecl -arch=i386 -ret64 _ftol2() _ftol @ cdecl -arch=i386 -ret64 _ftol2_sse() _ftol #FIXME: SSE variant should be implemented # stub _ftol2_sse_excpt -@ cdecl _fullpath(ptr str long) MSVCRT__fullpath +@ cdecl _fullpath(ptr str long) # stub _fullpath_dbg(ptr str long long str long) @ cdecl -arch=win32 _futime(long ptr) _futime32 @ cdecl -arch=win64 _futime(long ptr) _futime64 @@ -524,11 +524,11 @@ @ cdecl _get_unexpected() @ cdecl _getch() @ cdecl _getche() -@ cdecl _getcwd(str long) MSVCRT__getcwd -@ cdecl _getdcwd(long str long) MSVCRT__getdcwd -@ cdecl _getdiskfree(long ptr) MSVCRT__getdiskfree +@ cdecl _getcwd(str long) +@ cdecl _getdcwd(long str long) +@ cdecl _getdiskfree(long ptr) @ cdecl _getdllprocaddr(long str long) -@ cdecl _getdrive() MSVCRT__getdrive +@ cdecl _getdrive() @ cdecl _getdrives() kernel32.GetLogicalDrives @ cdecl _getmaxstdio() MSVCRT__getmaxstdio @ cdecl _getmbcp() @@ -682,8 +682,8 @@ @ cdecl _ltoa_s(long ptr long long) @ cdecl _ltow(long ptr long) ntdll._ltow @ cdecl _ltow_s(long ptr long long) -@ cdecl _makepath(ptr str str str str) MSVCRT__makepath -@ cdecl _makepath_s(ptr long str str str str) MSVCRT__makepath_s +@ cdecl _makepath(ptr str str str str) +@ cdecl _makepath_s(ptr long str str str str) # stub _malloc_dbg(long long str long) @ cdecl _mbbtombc(long) # stub _mbbtombc_l(long ptr) @@ -827,7 +827,7 @@ @ cdecl _memccpy(ptr ptr long long) ntdll._memccpy @ cdecl _memicmp(str str long) @ cdecl _memicmp_l(str str long ptr) -@ cdecl _mkdir(str) MSVCRT__mkdir +@ cdecl _mkdir(str) @ cdecl -arch=win32 _mkgmtime(ptr) _mkgmtime32 @ cdecl -arch=win64 _mkgmtime(ptr) _mkgmtime64 @ cdecl _mkgmtime32(ptr) @@ -869,7 +869,7 @@ @ cdecl _read(long ptr long) MSVCRT__read # stub _realloc_dbg(ptr long long str long) @ cdecl _resetstkoflw() -@ cdecl _rmdir(str) MSVCRT__rmdir +@ cdecl _rmdir(str) @ cdecl _rmtmp() MSVCRT__rmtmp @ cdecl _rotl(long long) @ cdecl -ret64 _rotl64(int64 long) @@ -889,8 +889,8 @@ @ varargs _scwprintf(wstr) # stub _scwprintf_l(wstr ptr) # stub _scwprintf_p_l(wstr ptr) -@ cdecl _searchenv(str str ptr) MSVCRT__searchenv -@ cdecl _searchenv_s(str str ptr long) MSVCRT__searchenv_s +@ cdecl _searchenv(str str ptr) +@ cdecl _searchenv_s(str str ptr long) @ stdcall -arch=i386 _seh_longjmp_unwind4(ptr) @ stdcall -arch=i386 _seh_longjmp_unwind(ptr) @ cdecl _set_SSE2_enable(long) @@ -939,8 +939,8 @@ @ cdecl _spawnve(long str ptr ptr) @ cdecl _spawnvp(long str ptr) @ cdecl _spawnvpe(long str ptr ptr) -@ cdecl _splitpath(str ptr ptr ptr ptr) MSVCRT__splitpath -@ cdecl _splitpath_s(str ptr long ptr long ptr long ptr long) MSVCRT__splitpath_s +@ cdecl _splitpath(str ptr ptr ptr ptr) +@ cdecl _splitpath_s(str ptr long ptr long ptr long ptr long) @ varargs _sprintf_l(ptr str ptr) @ varargs _sprintf_p_l(ptr long str ptr) @ varargs _sprintf_s_l(ptr long str ptr) @@ -1095,7 +1095,7 @@ @ cdecl _wasctime(ptr) @ cdecl _wasctime_s(ptr long ptr) @ cdecl _wassert(wstr wstr long) -@ cdecl _wchdir(wstr) MSVCRT__wchdir +@ cdecl _wchdir(wstr) @ cdecl _wchmod(wstr long) MSVCRT__wchmod @ extern _wcmdln MSVCRT__wcmdln @ cdecl _wcreat(wstr long) MSVCRT__wcreat @@ -1157,33 +1157,33 @@ @ cdecl _wexecvp(wstr ptr) @ cdecl _wexecvpe(wstr ptr ptr) @ cdecl _wfdopen(long wstr) MSVCRT__wfdopen -@ cdecl _wfindfirst(wstr ptr) MSVCRT__wfindfirst -@ cdecl _wfindfirst32(wstr ptr) MSVCRT__wfindfirst32 -@ cdecl _wfindfirst64(wstr ptr) MSVCRT__wfindfirst64 -@ cdecl _wfindfirsti64(wstr ptr) MSVCRT__wfindfirsti64 -@ cdecl _wfindfirst64i32(wstr ptr) MSVCRT__wfindfirst64i32 -@ cdecl _wfindnext(long ptr) MSVCRT__wfindnext -@ cdecl _wfindnext64(long ptr) MSVCRT__wfindnext64 -@ cdecl _wfindnext64i32(long ptr) MSVCRT__wfindnext64i32 -@ cdecl _wfindnexti64(long ptr) MSVCRT__wfindnexti64 +@ cdecl _wfindfirst(wstr ptr) +@ cdecl _wfindfirst32(wstr ptr) +@ cdecl _wfindfirst64(wstr ptr) +@ cdecl _wfindfirsti64(wstr ptr) +@ cdecl _wfindfirst64i32(wstr ptr) +@ cdecl _wfindnext(long ptr) +@ cdecl _wfindnext64(long ptr) +@ cdecl _wfindnext64i32(long ptr) +@ cdecl _wfindnexti64(long ptr) @ cdecl _wfopen(wstr wstr) MSVCRT__wfopen @ cdecl _wfopen_s(ptr wstr wstr) MSVCRT__wfopen_s @ cdecl _wfreopen(wstr wstr ptr) MSVCRT__wfreopen @ cdecl _wfreopen_s(ptr wstr wstr ptr) MSVCRT__wfreopen_s @ cdecl _wfsopen(wstr wstr long) MSVCRT__wfsopen -@ cdecl _wfullpath(ptr wstr long) MSVCRT__wfullpath +@ cdecl _wfullpath(ptr wstr long) # stub _wfullpath_dbg(ptr wstr long long str long) -@ cdecl _wgetcwd(wstr long) MSVCRT__wgetcwd -@ cdecl _wgetdcwd(long wstr long) MSVCRT__wgetdcwd +@ cdecl _wgetcwd(wstr long) +@ cdecl _wgetdcwd(long wstr long) @ cdecl _wgetenv(wstr) @ cdecl _wgetenv_s(ptr ptr long wstr) @ extern _winmajor MSVCRT__winmajor @ extern _winminor MSVCRT__winminor # stub _winput_s @ extern _winver MSVCRT__winver -@ cdecl _wmakepath(ptr wstr wstr wstr wstr) MSVCRT__wmakepath -@ cdecl _wmakepath_s(ptr long wstr wstr wstr wstr) MSVCRT__wmakepath_s -@ cdecl _wmkdir(wstr) MSVCRT__wmkdir +@ cdecl _wmakepath(ptr wstr wstr wstr wstr) +@ cdecl _wmakepath_s(ptr long wstr wstr wstr wstr) +@ cdecl _wmkdir(wstr) @ cdecl _wmktemp(wstr) MSVCRT__wmktemp @ cdecl _wmktemp_s(wstr long) MSVCRT__wmktemp_s @ varargs _wopen(wstr long) MSVCRT__wopen @@ -1200,11 +1200,11 @@ @ cdecl _wremove(wstr) MSVCRT__wremove @ cdecl _wrename(wstr wstr) MSVCRT__wrename @ cdecl _write(long ptr long) MSVCRT__write -@ cdecl _wrmdir(wstr) MSVCRT__wrmdir +@ cdecl _wrmdir(wstr) @ varargs _wscanf_l(wstr ptr) @ varargs _wscanf_s_l(wstr ptr) -@ cdecl _wsearchenv(wstr wstr ptr) MSVCRT__wsearchenv -@ cdecl _wsearchenv_s(wstr wstr ptr long) MSVCRT__wsearchenv_s +@ cdecl _wsearchenv(wstr wstr ptr) +@ cdecl _wsearchenv_s(wstr wstr ptr long) @ cdecl _wsetlocale(long wstr) @ varargs _wsopen(wstr long long) MSVCRT__wsopen @ cdecl _wsopen_s(ptr wstr long long long) MSVCRT__wsopen_s @@ -1216,8 +1216,8 @@ @ cdecl _wspawnve(long wstr ptr ptr) @ cdecl _wspawnvp(long wstr ptr) @ cdecl _wspawnvpe(long wstr ptr ptr) -@ cdecl _wsplitpath(wstr ptr ptr ptr ptr) MSVCRT__wsplitpath -@ cdecl _wsplitpath_s(wstr ptr long ptr long ptr long ptr long) MSVCRT__wsplitpath_s +@ cdecl _wsplitpath(wstr ptr ptr ptr ptr) +@ cdecl _wsplitpath_s(wstr ptr long ptr long ptr long ptr long) @ cdecl _wstat(wstr ptr) MSVCRT__wstat @ cdecl _wstati64(wstr ptr) MSVCRT__wstati64 @ cdecl _wstat64(wstr ptr) MSVCRT__wstat64 diff --git a/dlls/msvcrtd/msvcrtd.spec b/dlls/msvcrtd/msvcrtd.spec index 1a348160a78..c06bd44f759 100644 --- a/dlls/msvcrtd/msvcrtd.spec +++ b/dlls/msvcrtd/msvcrtd.spec @@ -229,8 +229,8 @@ @ cdecl _calloc_dbg(long long) calloc @ cdecl _cexit() @ cdecl _cgets(ptr) -@ cdecl _chdir(str) MSVCRT__chdir -@ cdecl _chdrive(long) MSVCRT__chdrive +@ cdecl _chdir(str) +@ cdecl _chdrive(long) @ cdecl _chgsign(double) @ cdecl -arch=i386 -norelay _chkesp() @ cdecl _chmod(str long) MSVCRT__chmod @@ -284,11 +284,11 @@ @ cdecl _filelength(long) MSVCRT__filelength @ cdecl -ret64 _filelengthi64(long) MSVCRT__filelengthi64 @ cdecl _fileno(ptr) MSVCRT__fileno -@ cdecl _findclose(long) MSVCRT__findclose -@ cdecl _findfirst(str ptr) MSVCRT__findfirst -@ cdecl _findfirsti64(str ptr) MSVCRT__findfirsti64 -@ cdecl _findnext(long ptr) MSVCRT__findnext -@ cdecl _findnexti64(long ptr) MSVCRT__findnexti64 +@ cdecl _findclose(long) +@ cdecl _findfirst(str ptr) +@ cdecl _findfirsti64(str ptr) +@ cdecl _findnext(long ptr) +@ cdecl _findnexti64(long ptr) @ cdecl _finite(double) @ cdecl _flsbuf(long ptr) MSVCRT__flsbuf @ cdecl _flushall() MSVCRT__flushall @@ -305,7 +305,7 @@ @ cdecl -arch=win32 _ftime(ptr) _ftime32 @ cdecl -arch=win64 _ftime(ptr) _ftime64 @ cdecl -arch=i386 -ret64 _ftol() -@ cdecl _fullpath(ptr str long) MSVCRT__fullpath +@ cdecl _fullpath(ptr str long) @ cdecl -arch=win32 _futime(long ptr) _futime32 @ cdecl -arch=win64 _futime(long ptr) _futime64 @ cdecl _gcvt(double long str) @@ -313,11 +313,11 @@ @ cdecl _get_sbh_threshold() @ cdecl _getch() @ cdecl _getche() -@ cdecl _getcwd(str long) MSVCRT__getcwd -@ cdecl _getdcwd(long str long) MSVCRT__getdcwd -@ cdecl _getdiskfree(long ptr) MSVCRT__getdiskfree +@ cdecl _getcwd(str long) +@ cdecl _getdcwd(long str long) +@ cdecl _getdiskfree(long ptr) @ cdecl _getdllprocaddr(long str long) -@ cdecl _getdrive() MSVCRT__getdrive +@ cdecl _getdrive() @ cdecl _getdrives() kernel32.GetLogicalDrives @ cdecl _getmaxstdio() MSVCRT__getmaxstdio @ cdecl _getmbcp() @@ -393,7 +393,7 @@ @ cdecl -ret64 _lseeki64(long int64 long) MSVCRT__lseeki64 @ cdecl _ltoa(long ptr long) ntdll._ltoa @ cdecl _ltow(long ptr long) ntdll._ltow -@ cdecl _makepath(ptr str str str str) MSVCRT__makepath +@ cdecl _makepath(ptr str str str str) @ cdecl _malloc_dbg(long) malloc @ cdecl _mbbtombc(long) @ cdecl _mbbtype(long long) @@ -452,7 +452,7 @@ @ cdecl _mbsupr(str) @ cdecl _memccpy(ptr ptr long long) ntdll._memccpy @ cdecl _memicmp(str str long) -@ cdecl _mkdir(str) MSVCRT__mkdir +@ cdecl _mkdir(str) @ cdecl _mktemp(str) MSVCRT__mktemp @ cdecl _msize(ptr) @ cdecl _msize_dbg(ptr) _msize @@ -477,7 +477,7 @@ @ extern _pwctype MSVCRT__pwctype @ cdecl _read(long ptr long) MSVCRT__read @ cdecl _realloc_dbg(ptr long) realloc -@ cdecl _rmdir(str) MSVCRT__rmdir +@ cdecl _rmdir(str) @ cdecl _rmtmp() MSVCRT__rmtmp @ cdecl _rotl(long long) @ cdecl _rotr(long long) @@ -486,7 +486,7 @@ @ cdecl -arch=i386 _safe_fprem() @ cdecl -arch=i386 _safe_fprem1() @ cdecl _scalb(double long) -@ cdecl _searchenv(str str ptr) MSVCRT__searchenv +@ cdecl _searchenv(str str ptr) @ stdcall -arch=i386 _seh_longjmp_unwind4(ptr) @ stdcall -arch=i386 _seh_longjmp_unwind(ptr) @ cdecl _set_error_mode(long) @@ -510,7 +510,7 @@ @ cdecl _spawnve(long str ptr ptr) @ cdecl _spawnvp(long str ptr) @ cdecl _spawnvpe(long str ptr ptr) -@ cdecl _splitpath(str ptr ptr ptr ptr) MSVCRT__splitpath +@ cdecl _splitpath(str ptr ptr ptr ptr) @ cdecl _stat(str ptr) MSVCRT_stat @ cdecl _stati64(str ptr) MSVCRT_stati64 @ cdecl _statusfp() @@ -555,7 +555,7 @@ @ cdecl _vsnwprintf(ptr long wstr ptr) @ cdecl _waccess(wstr long) MSVCRT__waccess @ cdecl _wasctime(ptr) -@ cdecl _wchdir(wstr) MSVCRT__wchdir +@ cdecl _wchdir(wstr) @ cdecl _wchmod(wstr long) MSVCRT__wchmod @ extern _wcmdln MSVCRT__wcmdln @ cdecl _wcreat(wstr long) MSVCRT__wcreat @@ -582,22 +582,22 @@ @ cdecl _wexecvp(wstr ptr) @ cdecl _wexecvpe(wstr ptr ptr) @ cdecl _wfdopen(long wstr) MSVCRT__wfdopen -@ cdecl _wfindfirst(wstr ptr) MSVCRT__wfindfirst -@ cdecl _wfindfirsti64(wstr ptr) MSVCRT__wfindfirsti64 -@ cdecl _wfindnext(long ptr) MSVCRT__wfindnext -@ cdecl _wfindnexti64(long ptr) MSVCRT__wfindnexti64 +@ cdecl _wfindfirst(wstr ptr) +@ cdecl _wfindfirsti64(wstr ptr) +@ cdecl _wfindnext(long ptr) +@ cdecl _wfindnexti64(long ptr) @ cdecl _wfopen(wstr wstr) MSVCRT__wfopen @ cdecl _wfreopen(wstr wstr ptr) MSVCRT__wfreopen @ cdecl _wfsopen(wstr wstr long) MSVCRT__wfsopen -@ cdecl _wfullpath(ptr wstr long) MSVCRT__wfullpath -@ cdecl _wgetcwd(wstr long) MSVCRT__wgetcwd -@ cdecl _wgetdcwd(long wstr long) MSVCRT__wgetdcwd +@ cdecl _wfullpath(ptr wstr long) +@ cdecl _wgetcwd(wstr long) +@ cdecl _wgetdcwd(long wstr long) @ cdecl _wgetenv(wstr) @ extern _winmajor MSVCRT__winmajor @ extern _winminor MSVCRT__winminor @ extern _winver MSVCRT__winver -@ cdecl _wmakepath(ptr wstr wstr wstr wstr) MSVCRT__wmakepath -@ cdecl _wmkdir(wstr) MSVCRT__wmkdir +@ cdecl _wmakepath(ptr wstr wstr wstr wstr) +@ cdecl _wmkdir(wstr) @ cdecl _wmktemp(wstr) MSVCRT__wmktemp @ varargs _wopen(wstr long) MSVCRT__wopen @ cdecl _wperror(wstr) @@ -607,8 +607,8 @@ @ cdecl _wremove(wstr) MSVCRT__wremove @ cdecl _wrename(wstr wstr) MSVCRT__wrename @ cdecl _write(long ptr long) MSVCRT__write -@ cdecl _wrmdir(wstr) MSVCRT__wrmdir -@ cdecl _wsearchenv(wstr wstr ptr) MSVCRT__wsearchenv +@ cdecl _wrmdir(wstr) +@ cdecl _wsearchenv(wstr wstr ptr) @ cdecl _wsetlocale(long wstr) @ varargs _wsopen(wstr long long) MSVCRT__wsopen @ varargs _wspawnl(long wstr wstr) @@ -619,7 +619,7 @@ @ cdecl _wspawnve(long wstr ptr ptr) @ cdecl _wspawnvp(long wstr ptr) @ cdecl _wspawnvpe(long wstr ptr ptr) -@ cdecl _wsplitpath(wstr ptr ptr ptr ptr) MSVCRT__wsplitpath +@ cdecl _wsplitpath(wstr ptr ptr ptr ptr) @ cdecl _wstat(wstr ptr) MSVCRT__wstat @ cdecl _wstati64(wstr ptr) MSVCRT__wstati64 @ cdecl _wstrdate(ptr) diff --git a/dlls/ucrtbase/ucrtbase.spec b/dlls/ucrtbase/ucrtbase.spec index 49f7862c8f9..6dd14251745 100644 --- a/dlls/ucrtbase/ucrtbase.spec +++ b/dlls/ucrtbase/ucrtbase.spec @@ -217,8 +217,8 @@ @ stub _cgets_s @ stub _cgetws @ stub _cgetws_s -@ cdecl _chdir(str) MSVCRT__chdir -@ cdecl _chdrive(long) MSVCRT__chdrive +@ cdecl _chdir(str) +@ cdecl _chdrive(long) @ cdecl _chgsign(double) @ cdecl _chgsignf(float) @ cdecl -arch=i386 -norelay _chkesp() @@ -311,15 +311,15 @@ @ cdecl _filelength(long) MSVCRT__filelength @ cdecl -ret64 _filelengthi64(long) MSVCRT__filelengthi64 @ cdecl _fileno(ptr) MSVCRT__fileno -@ cdecl _findclose(long) MSVCRT__findclose -@ cdecl _findfirst32(str ptr) MSVCRT__findfirst32 +@ cdecl _findclose(long) +@ cdecl _findfirst32(str ptr) @ stub _findfirst32i64 -@ cdecl _findfirst64(str ptr) MSVCRT__findfirst64 -@ cdecl _findfirst64i32(str ptr) MSVCRT__findfirst64i32 -@ cdecl _findnext32(long ptr) MSVCRT__findnext32 +@ cdecl _findfirst64(str ptr) +@ cdecl _findfirst64i32(str ptr) +@ cdecl _findnext32(long ptr) @ stub _findnext32i64 -@ cdecl _findnext64(long ptr) MSVCRT__findnext64 -@ cdecl _findnext64i32(long ptr) MSVCRT__findnext64i32 +@ cdecl _findnext64(long ptr) +@ cdecl _findnext64i32(long ptr) @ cdecl _finite(double) @ cdecl -arch=!i386 _finitef(float) @ cdecl _flushall() MSVCRT__flushall @@ -351,7 +351,7 @@ @ cdecl _ftime64(ptr) @ cdecl _ftime64_s(ptr) @ cdecl -arch=i386 -ret64 _ftol() -@ cdecl _fullpath(ptr str long) MSVCRT__fullpath +@ cdecl _fullpath(ptr str long) @ cdecl _futime32(long ptr) @ cdecl _futime64(long ptr) @ cdecl _fwrite_nolock(ptr long long ptr) MSVCRT__fwrite_nolock @@ -386,11 +386,11 @@ @ cdecl _getch_nolock() @ cdecl _getche() @ cdecl _getche_nolock() -@ cdecl _getcwd(str long) MSVCRT__getcwd -@ cdecl _getdcwd(long str long) MSVCRT__getdcwd -@ cdecl _getdiskfree(long ptr) MSVCRT__getdiskfree +@ cdecl _getcwd(str long) +@ cdecl _getdcwd(long str long) +@ cdecl _getdiskfree(long ptr) @ cdecl _getdllprocaddr(long str long) -@ cdecl _getdrive() MSVCRT__getdrive +@ cdecl _getdrive() @ cdecl _getdrives() kernel32.GetLogicalDrives @ cdecl _getmaxstdio() MSVCRT__getmaxstdio @ cdecl _getmbcp() @@ -578,8 +578,8 @@ @ cdecl _ltoa_s(long ptr long long) @ cdecl _ltow(long ptr long) ntdll._ltow @ cdecl _ltow_s(long ptr long long) -@ cdecl _makepath(ptr str str str str) MSVCRT__makepath -@ cdecl _makepath_s(ptr long str str str str) MSVCRT__makepath_s +@ cdecl _makepath(ptr str str str str) +@ cdecl _makepath_s(ptr long str str str str) @ cdecl _malloc_base(long) @ cdecl _mbbtombc(long) @ stub _mbbtombc_l @@ -720,7 +720,7 @@ @ cdecl _memccpy(ptr ptr long long) ntdll._memccpy @ cdecl _memicmp(str str long) @ cdecl _memicmp_l(str str long ptr) -@ cdecl _mkdir(str) MSVCRT__mkdir +@ cdecl _mkdir(str) @ cdecl _mkgmtime32(ptr) @ cdecl _mkgmtime64(ptr) @ cdecl _mktemp(str) MSVCRT__mktemp @@ -864,8 +864,8 @@ @ stub _o__cgets_s @ stub _o__cgetws @ stub _o__cgetws_s -@ cdecl _o__chdir(str) MSVCRT__chdir -@ cdecl _o__chdrive(long) MSVCRT__chdrive +@ cdecl _o__chdir(str) _chdir +@ cdecl _o__chdrive(long) _chdrive @ cdecl _o__chmod(str long) MSVCRT__chmod @ cdecl _o__chsize(long long) MSVCRT__chsize @ cdecl _o__chsize_s(long int64) MSVCRT__chsize_s @@ -935,15 +935,15 @@ @ cdecl _o__filelength(long) MSVCRT__filelength @ cdecl -ret64 _o__filelengthi64(long) MSVCRT__filelengthi64 @ cdecl _o__fileno(ptr) MSVCRT__fileno -@ cdecl _o__findclose(long) MSVCRT__findclose -@ cdecl _o__findfirst32(str ptr) MSVCRT__findfirst32 +@ cdecl _o__findclose(long) _findclose +@ cdecl _o__findfirst32(str ptr) _findfirst32 @ stub _o__findfirst32i64 -@ cdecl _o__findfirst64(str ptr) MSVCRT__findfirst64 -@ cdecl _o__findfirst64i32(str ptr) MSVCRT__findfirst64i32 -@ cdecl _o__findnext32(long ptr) MSVCRT__findnext32 +@ cdecl _o__findfirst64(str ptr) _findfirst64 +@ cdecl _o__findfirst64i32(str ptr) _findfirst64i32 +@ cdecl _o__findnext32(long ptr) _findnext32 @ stub _o__findnext32i64 -@ cdecl _o__findnext64(long ptr) MSVCRT__findnext64 -@ cdecl _o__findnext64i32(long ptr) MSVCRT__findnext64i32 +@ cdecl _o__findnext64(long ptr) _findnext64 +@ cdecl _o__findnext64i32(long ptr) _findnext64i32 @ cdecl _o__flushall() MSVCRT__flushall @ cdecl _o__fpclass(double) _fpclass @ cdecl -arch=!i386 _o__fpclassf(float) _fpclassf @@ -970,7 +970,7 @@ @ cdecl _o__ftime32_s(ptr) _ftime32_s @ cdecl _o__ftime64(ptr) _ftime64 @ cdecl _o__ftime64_s(ptr) _ftime64_s -@ cdecl _o__fullpath(ptr str long) MSVCRT__fullpath +@ cdecl _o__fullpath(ptr str long) _fullpath @ cdecl _o__futime32(long ptr) _futime32 @ cdecl _o__futime64(long ptr) _futime64 @ cdecl _o__fwrite_nolock(ptr long long ptr) MSVCRT__fwrite_nolock @@ -1000,11 +1000,11 @@ @ cdecl _o__getch_nolock() _getch_nolock @ cdecl _o__getche() _getche @ cdecl _o__getche_nolock() _getche_nolock -@ cdecl _o__getcwd(str long) MSVCRT__getcwd -@ cdecl _o__getdcwd(long str long) MSVCRT__getdcwd -@ cdecl _o__getdiskfree(long ptr) MSVCRT__getdiskfree +@ cdecl _o__getcwd(str long) _getcwd +@ cdecl _o__getdcwd(long str long) _getdcwd +@ cdecl _o__getdiskfree(long ptr) _getdiskfree @ cdecl _o__getdllprocaddr(long str long) _getdllprocaddr -@ cdecl _o__getdrive() MSVCRT__getdrive +@ cdecl _o__getdrive() _getdrive @ cdecl _o__getdrives() kernel32.GetLogicalDrives @ cdecl _o__getmbcp() _getmbcp @ stub _o__getsystime @@ -1149,8 +1149,8 @@ @ cdecl _o__ltoa_s(long ptr long long) _ltoa_s @ cdecl _o__ltow(long ptr long) ntdll._ltow @ cdecl _o__ltow_s(long ptr long long) _ltow_s -@ cdecl _o__makepath(ptr str str str str) MSVCRT__makepath -@ cdecl _o__makepath_s(ptr long str str str str) MSVCRT__makepath_s +@ cdecl _o__makepath(ptr str str str str) _makepath +@ cdecl _o__makepath_s(ptr long str str str str) _makepath_s @ cdecl _o__malloc_base(long) _malloc_base @ cdecl _o__mbbtombc(long) _mbbtombc @ stub _o__mbbtombc_l @@ -1288,7 +1288,7 @@ @ cdecl _o__mbtowc_l(ptr str long ptr) _mbtowc_l @ cdecl _o__memicmp(str str long) _memicmp @ cdecl _o__memicmp_l(str str long ptr) _memicmp_l -@ cdecl _o__mkdir(str) MSVCRT__mkdir +@ cdecl _o__mkdir(str) _mkdir @ cdecl _o__mkgmtime32(ptr) _mkgmtime32 @ cdecl _o__mkgmtime64(ptr) _mkgmtime64 @ cdecl _o__mktemp(str) MSVCRT__mktemp @@ -1318,12 +1318,12 @@ @ cdecl _o__recalloc(ptr long long) _recalloc @ cdecl _o__register_onexit_function(ptr ptr) _register_onexit_function @ cdecl _o__resetstkoflw() _resetstkoflw -@ cdecl _o__rmdir(str) MSVCRT__rmdir +@ cdecl _o__rmdir(str) _rmdir @ cdecl _o__rmtmp() MSVCRT__rmtmp @ cdecl _o__scalb(double long) _scalb @ cdecl -arch=x86_64 _o__scalbf(float long) _scalbf -@ cdecl _o__searchenv(str str ptr) MSVCRT__searchenv -@ cdecl _o__searchenv_s(str str ptr long) MSVCRT__searchenv_s +@ cdecl _o__searchenv(str str ptr) _searchenv +@ cdecl _o__searchenv_s(str str ptr long) _searchenv_s @ cdecl _o__seh_filter_dll(long ptr) __CppXcptFilter @ cdecl _o__seh_filter_exe(long ptr) _XcptFilter @ cdecl _o__set_abort_behavior(long long) _set_abort_behavior @@ -1347,8 +1347,8 @@ @ cdecl _o__spawnve(long str ptr ptr) _spawnve @ cdecl _o__spawnvp(long str ptr) _spawnvp @ cdecl _o__spawnvpe(long str ptr ptr) _spawnvpe -@ cdecl _o__splitpath(str ptr ptr ptr ptr) MSVCRT__splitpath -@ cdecl _o__splitpath_s(str ptr long ptr long ptr long ptr long) MSVCRT__splitpath_s +@ cdecl _o__splitpath(str ptr ptr ptr ptr) _splitpath +@ cdecl _o__splitpath_s(str ptr long ptr long ptr long ptr long) _splitpath_s @ cdecl _o__stat32(str ptr) MSVCRT__stat32 @ cdecl _o__stat32i64(str ptr) MSVCRT__stat32i64 @ cdecl _o__stat64(str ptr) MSVCRT_stat64 @@ -1431,7 +1431,7 @@ @ cdecl _o__waccess_s(wstr long) MSVCRT__waccess_s @ cdecl _o__wasctime(ptr) _wasctime @ cdecl _o__wasctime_s(ptr long ptr) _wasctime_s -@ cdecl _o__wchdir(wstr) MSVCRT__wchdir +@ cdecl _o__wchdir(wstr) _wchdir @ cdecl _o__wchmod(wstr long) MSVCRT__wchmod @ cdecl _o__wcreat(wstr long) MSVCRT__wcreat @ cdecl _o__wcreate_locale(long wstr) _wcreate_locale @@ -1488,27 +1488,27 @@ @ cdecl _o__wexecvp(wstr ptr) _wexecvp @ cdecl _o__wexecvpe(wstr ptr ptr) _wexecvpe @ cdecl _o__wfdopen(long wstr) MSVCRT__wfdopen -@ cdecl _o__wfindfirst32(wstr ptr) MSVCRT__wfindfirst32 +@ cdecl _o__wfindfirst32(wstr ptr) _wfindfirst32 @ stub _o__wfindfirst32i64 -@ cdecl _o__wfindfirst64(wstr ptr) MSVCRT__wfindfirst64 -@ cdecl _o__wfindfirst64i32(wstr ptr) MSVCRT__wfindfirst64i32 -@ cdecl _o__wfindnext32(long ptr) MSVCRT__wfindnext32 +@ cdecl _o__wfindfirst64(wstr ptr) _wfindfirst64 +@ cdecl _o__wfindfirst64i32(wstr ptr) _wfindfirst64i32 +@ cdecl _o__wfindnext32(long ptr) _wfindnext32 @ stub _o__wfindnext32i64 -@ cdecl _o__wfindnext64(long ptr) MSVCRT__wfindnext64 -@ cdecl _o__wfindnext64i32(long ptr) MSVCRT__wfindnext64i32 +@ cdecl _o__wfindnext64(long ptr) _wfindnext64 +@ cdecl _o__wfindnext64i32(long ptr) _wfindnext64i32 @ cdecl _o__wfopen(wstr wstr) MSVCRT__wfopen @ cdecl _o__wfopen_s(ptr wstr wstr) MSVCRT__wfopen_s @ cdecl _o__wfreopen(wstr wstr ptr) MSVCRT__wfreopen @ cdecl _o__wfreopen_s(ptr wstr wstr ptr) MSVCRT__wfreopen_s @ cdecl _o__wfsopen(wstr wstr long) MSVCRT__wfsopen -@ cdecl _o__wfullpath(ptr wstr long) MSVCRT__wfullpath -@ cdecl _o__wgetcwd(wstr long) MSVCRT__wgetcwd -@ cdecl _o__wgetdcwd(long wstr long) MSVCRT__wgetdcwd +@ cdecl _o__wfullpath(ptr wstr long) _wfullpath +@ cdecl _o__wgetcwd(wstr long) _wgetcwd +@ cdecl _o__wgetdcwd(long wstr long) _wgetdcwd @ cdecl _o__wgetenv(wstr) _wgetenv @ cdecl _o__wgetenv_s(ptr ptr long wstr) _wgetenv_s -@ cdecl _o__wmakepath(ptr wstr wstr wstr wstr) MSVCRT__wmakepath -@ cdecl _o__wmakepath_s(ptr long wstr wstr wstr wstr) MSVCRT__wmakepath_s -@ cdecl _o__wmkdir(wstr) MSVCRT__wmkdir +@ cdecl _o__wmakepath(ptr wstr wstr wstr wstr) _wmakepath +@ cdecl _o__wmakepath_s(ptr long wstr wstr wstr wstr) _wmakepath_s +@ cdecl _o__wmkdir(wstr) _wmkdir @ cdecl _o__wmktemp(wstr) MSVCRT__wmktemp @ cdecl _o__wmktemp_s(wstr long) MSVCRT__wmktemp_s @ cdecl _o__wperror(wstr) _wperror @@ -1518,9 +1518,9 @@ @ cdecl _o__wremove(wstr) MSVCRT__wremove @ cdecl _o__wrename(wstr wstr) MSVCRT__wrename @ cdecl _o__write(long ptr long) MSVCRT__write -@ cdecl _o__wrmdir(wstr) MSVCRT__wrmdir -@ cdecl _o__wsearchenv(wstr wstr ptr) MSVCRT__wsearchenv -@ cdecl _o__wsearchenv_s(wstr wstr ptr long) MSVCRT__wsearchenv_s +@ cdecl _o__wrmdir(wstr) _wrmdir +@ cdecl _o__wsearchenv(wstr wstr ptr) _wsearchenv +@ cdecl _o__wsearchenv_s(wstr wstr ptr long) _wsearchenv_s @ cdecl _o__wsetlocale(long wstr) _wsetlocale @ cdecl _o__wsopen_dispatch(wstr long long long ptr long) MSVCRT__wsopen_dispatch @ cdecl _o__wsopen_s(ptr wstr long long long) MSVCRT__wsopen_s @@ -1528,8 +1528,8 @@ @ cdecl _o__wspawnve(long wstr ptr ptr) _wspawnve @ cdecl _o__wspawnvp(long wstr ptr) _wspawnvp @ cdecl _o__wspawnvpe(long wstr ptr ptr) _wspawnvpe -@ cdecl _o__wsplitpath(wstr ptr ptr ptr ptr) MSVCRT__wsplitpath -@ cdecl _o__wsplitpath_s(wstr ptr long ptr long ptr long ptr long) MSVCRT__wsplitpath_s +@ cdecl _o__wsplitpath(wstr ptr ptr ptr ptr) _wsplitpath +@ cdecl _o__wsplitpath_s(wstr ptr long ptr long ptr long ptr long) _wsplitpath_s @ cdecl _o__wstat32(wstr ptr) MSVCRT__wstat32 @ cdecl _o__wstat32i64(wstr ptr) MSVCRT__wstat32i64 @ cdecl _o__wstat64(wstr ptr) MSVCRT__wstat64 @@ -1864,7 +1864,7 @@ @ cdecl _register_onexit_function(ptr ptr) @ cdecl _register_thread_local_exe_atexit_callback(ptr) @ cdecl _resetstkoflw() -@ cdecl _rmdir(str) MSVCRT__rmdir +@ cdecl _rmdir(str) @ cdecl _rmtmp() MSVCRT__rmtmp @ cdecl _rotl(long long) @ cdecl -ret64 _rotl64(int64 long) @@ -1872,8 +1872,8 @@ @ cdecl -ret64 _rotr64(int64 long) @ cdecl _scalb(double long) @ cdecl -arch=x86_64 _scalbf(float long) -@ cdecl _searchenv(str str ptr) MSVCRT__searchenv -@ cdecl _searchenv_s(str str ptr long) MSVCRT__searchenv_s +@ cdecl _searchenv(str str ptr) +@ cdecl _searchenv_s(str str ptr long) @ cdecl -arch=i386,x86_64,arm,arm64 _seh_filter_dll(long ptr) __CppXcptFilter @ cdecl _seh_filter_exe(long ptr) _XcptFilter @ cdecl -arch=win64 _set_FMA3_enable(long) @@ -1912,8 +1912,8 @@ @ cdecl _spawnve(long str ptr ptr) @ cdecl _spawnvp(long str ptr) @ cdecl _spawnvpe(long str ptr ptr) -@ cdecl _splitpath(str ptr ptr ptr ptr) MSVCRT__splitpath -@ cdecl _splitpath_s(str ptr long ptr long ptr long ptr long) MSVCRT__splitpath_s +@ cdecl _splitpath(str ptr ptr ptr ptr) +@ cdecl _splitpath_s(str ptr long ptr long ptr long ptr long) @ cdecl _stat32(str ptr) MSVCRT__stat32 @ cdecl _stat32i64(str ptr) MSVCRT__stat32i64 @ cdecl _stat64(str ptr) MSVCRT_stat64 @@ -2008,7 +2008,7 @@ @ cdecl _wasctime(ptr) @ cdecl _wasctime_s(ptr long ptr) @ cdecl _wassert(wstr wstr long) -@ cdecl _wchdir(wstr) MSVCRT__wchdir +@ cdecl _wchdir(wstr) @ cdecl _wchmod(wstr long) MSVCRT__wchmod @ cdecl _wcreat(wstr long) MSVCRT__wcreat @ cdecl _wcreate_locale(long wstr) @@ -2073,27 +2073,27 @@ @ cdecl _wexecvp(wstr ptr) @ cdecl _wexecvpe(wstr ptr ptr) @ cdecl _wfdopen(long wstr) MSVCRT__wfdopen -@ cdecl _wfindfirst32(wstr ptr) MSVCRT__wfindfirst32 +@ cdecl _wfindfirst32(wstr ptr) @ stub _wfindfirst32i64 -@ cdecl _wfindfirst64(wstr ptr) MSVCRT__wfindfirst64 -@ cdecl _wfindfirst64i32(wstr ptr) MSVCRT__wfindfirst64i32 -@ cdecl _wfindnext32(long ptr) MSVCRT__wfindnext32 +@ cdecl _wfindfirst64(wstr ptr) +@ cdecl _wfindfirst64i32(wstr ptr) +@ cdecl _wfindnext32(long ptr) @ stub _wfindnext32i64 -@ cdecl _wfindnext64(long ptr) MSVCRT__wfindnext64 -@ cdecl _wfindnext64i32(long ptr) MSVCRT__wfindnext64i32 +@ cdecl _wfindnext64(long ptr) +@ cdecl _wfindnext64i32(long ptr) @ cdecl _wfopen(wstr wstr) MSVCRT__wfopen @ cdecl _wfopen_s(ptr wstr wstr) MSVCRT__wfopen_s @ cdecl _wfreopen(wstr wstr ptr) MSVCRT__wfreopen @ cdecl _wfreopen_s(ptr wstr wstr ptr) MSVCRT__wfreopen_s @ cdecl _wfsopen(wstr wstr long) MSVCRT__wfsopen -@ cdecl _wfullpath(ptr wstr long) MSVCRT__wfullpath -@ cdecl _wgetcwd(wstr long) MSVCRT__wgetcwd -@ cdecl _wgetdcwd(long wstr long) MSVCRT__wgetdcwd +@ cdecl _wfullpath(ptr wstr long) +@ cdecl _wgetcwd(wstr long) +@ cdecl _wgetdcwd(long wstr long) @ cdecl _wgetenv(wstr) @ cdecl _wgetenv_s(ptr ptr long wstr) -@ cdecl _wmakepath(ptr wstr wstr wstr wstr) MSVCRT__wmakepath -@ cdecl _wmakepath_s(ptr long wstr wstr wstr wstr) MSVCRT__wmakepath_s -@ cdecl _wmkdir(wstr) MSVCRT__wmkdir +@ cdecl _wmakepath(ptr wstr wstr wstr wstr) +@ cdecl _wmakepath_s(ptr long wstr wstr wstr wstr) +@ cdecl _wmkdir(wstr) @ cdecl _wmktemp(wstr) MSVCRT__wmktemp @ cdecl _wmktemp_s(wstr long) MSVCRT__wmktemp_s @ varargs _wopen(wstr long) MSVCRT__wopen @@ -2104,9 +2104,9 @@ @ cdecl _wremove(wstr) MSVCRT__wremove @ cdecl _wrename(wstr wstr) MSVCRT__wrename @ cdecl _write(long ptr long) MSVCRT__write -@ cdecl _wrmdir(wstr) MSVCRT__wrmdir -@ cdecl _wsearchenv(wstr wstr ptr) MSVCRT__wsearchenv -@ cdecl _wsearchenv_s(wstr wstr ptr long) MSVCRT__wsearchenv_s +@ cdecl _wrmdir(wstr) +@ cdecl _wsearchenv(wstr wstr ptr) +@ cdecl _wsearchenv_s(wstr wstr ptr long) @ cdecl _wsetlocale(long wstr) @ varargs _wsopen(wstr long long) MSVCRT__wsopen @ cdecl _wsopen_dispatch(wstr long long long ptr long) MSVCRT__wsopen_dispatch @@ -2119,8 +2119,8 @@ @ cdecl _wspawnve(long wstr ptr ptr) @ cdecl _wspawnvp(long wstr ptr) @ cdecl _wspawnvpe(long wstr ptr ptr) -@ cdecl _wsplitpath(wstr ptr ptr ptr ptr) MSVCRT__wsplitpath -@ cdecl _wsplitpath_s(wstr ptr long ptr long ptr long ptr long) MSVCRT__wsplitpath_s +@ cdecl _wsplitpath(wstr ptr ptr ptr ptr) +@ cdecl _wsplitpath_s(wstr ptr long ptr long ptr long ptr long) @ cdecl _wstat32(wstr ptr) MSVCRT__wstat32 @ cdecl _wstat32i64(wstr ptr) MSVCRT__wstat32i64 @ cdecl _wstat64(wstr ptr) MSVCRT__wstat64