mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
no message
svn path=/trunk/; revision=267
This commit is contained in:
parent
d9625dff78
commit
7946500988
2 changed files with 2 additions and 1 deletions
|
@ -37,6 +37,7 @@ void _fwalk(void (*)(FILE *));
|
|||
char __is_text_file(FILE *p);
|
||||
|
||||
int _doprnt(const char *fmt, va_list args, FILE *f);
|
||||
int _dowprnt(const char *fmt, va_list args, FILE *f);
|
||||
int _doscan(FILE *iop, const char *fmt, void **argp);
|
||||
|
||||
void *filehnd(int fileno);
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include <process.h>
|
||||
#include <windows.h>
|
||||
|
||||
int _system(const char *command)
|
||||
int system(const char *command)
|
||||
{
|
||||
char CmdLine[MAX_PATH];
|
||||
char *comspec = getenv("COMSPEC");
|
||||
|
|
Loading…
Reference in a new issue