change some includes
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@123 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
e8f4b2fca4
commit
f702cb46dc
1 changed files with 3 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue