Update build.h
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
#define _CRT_SECURE_NO_WARNINGS
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
@@ -24,4 +25,4 @@ int run(const char *cmd, ...) {
|
|||||||
va_end(args);
|
va_end(args);
|
||||||
printf("--> %s\n\n", buf);
|
printf("--> %s\n\n", buf);
|
||||||
return system(buf);
|
return system(buf);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user