mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2025-12-31 06:30:52 +00:00
change some includes
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@123 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#include "Mw/Error.h"
|
||||
/* $Id$ */
|
||||
#include <Mw/Milsko.h>
|
||||
#include "error_internal.h"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#define MAX_ERROR_LEN 512
|
||||
|
||||
@@ -10,7 +9,7 @@ char error[MAX_ERROR_LEN + 1] = {0};
|
||||
|
||||
const char* MwGetLastError() {
|
||||
return error;
|
||||
};
|
||||
}
|
||||
|
||||
void setLastError(const char* fmt, ...) {
|
||||
va_list va;
|
||||
|
||||
Reference in New Issue
Block a user