mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:03:00 +00:00
Update to build cmd separately.
svn path=/trunk/; revision=461
This commit is contained in:
parent
2711eadf8a
commit
e1e75da515
1 changed files with 8 additions and 8 deletions
|
@ -17,9 +17,9 @@
|
||||||
; DISCLAMED. This includes but is not limited to warrenties of
|
; DISCLAMED. This includes but is not limited to warrenties of
|
||||||
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
;
|
;
|
||||||
; $Revision: 1.8 $
|
; $Revision: 1.9 $
|
||||||
; $Author: dwelch $
|
; $Author: ekohl $
|
||||||
; $Date: 1999/04/18 08:56:06 $
|
; $Date: 1999/05/11 22:50:44 $
|
||||||
;
|
;
|
||||||
; These three functions appear to be name mangled in some way, so GCC is
|
; These three functions appear to be name mangled in some way, so GCC is
|
||||||
; probably not going to be able to use them in any case.
|
; probably not going to be able to use them in any case.
|
||||||
|
@ -215,7 +215,7 @@ _isctype
|
||||||
;_lsearch
|
;_lsearch
|
||||||
_lseek
|
_lseek
|
||||||
;_ltoa
|
;_ltoa
|
||||||
;_makepath
|
_makepath
|
||||||
;_matherr
|
;_matherr
|
||||||
;_mbbtombc
|
;_mbbtombc
|
||||||
;_mbbtype
|
;_mbbtype
|
||||||
|
@ -312,18 +312,18 @@ _spawnv
|
||||||
_spawnve
|
_spawnve
|
||||||
_spawnvp
|
_spawnvp
|
||||||
_spawnvpe
|
_spawnvpe
|
||||||
;_splitpath
|
_splitpath
|
||||||
_stat
|
_stat
|
||||||
;_statusfp
|
;_statusfp
|
||||||
;_strcmpi
|
;_strcmpi
|
||||||
;_strdate
|
;_strdate
|
||||||
;_strdec
|
;_strdec
|
||||||
;_strdup
|
_strdup
|
||||||
;_strerror
|
;_strerror
|
||||||
_stricmp
|
_stricmp
|
||||||
;_stricoll
|
;_stricoll
|
||||||
;_strinc
|
;_strinc
|
||||||
;_strlwr
|
_strlwr
|
||||||
;_strncnt
|
;_strncnt
|
||||||
;_strnextc
|
;_strnextc
|
||||||
_strnicmp
|
_strnicmp
|
||||||
|
@ -333,7 +333,7 @@ _strnicmp
|
||||||
;_strset
|
;_strset
|
||||||
;_strspnp
|
;_strspnp
|
||||||
;_strtime
|
;_strtime
|
||||||
;_strupr
|
_strupr
|
||||||
;_swab
|
;_swab
|
||||||
;_sys_errlist
|
;_sys_errlist
|
||||||
;_sys_nerr_dll
|
;_sys_nerr_dll
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue