mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +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);
|
char __is_text_file(FILE *p);
|
||||||
|
|
||||||
int _doprnt(const char *fmt, va_list args, FILE *f);
|
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);
|
int _doscan(FILE *iop, const char *fmt, void **argp);
|
||||||
|
|
||||||
void *filehnd(int fileno);
|
void *filehnd(int fileno);
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#include <process.h>
|
#include <process.h>
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
int _system(const char *command)
|
int system(const char *command)
|
||||||
{
|
{
|
||||||
char CmdLine[MAX_PATH];
|
char CmdLine[MAX_PATH];
|
||||||
char *comspec = getenv("COMSPEC");
|
char *comspec = getenv("COMSPEC");
|
||||||
|
|
Loading…
Reference in a new issue