Fix compilation.
This commit is contained in:
@ -14,12 +14,13 @@
|
||||
/*
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include <wctype.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
#include <ILibrarySys.h>*/
|
||||
|
||||
#include <wctype.h>
|
||||
|
||||
TextParsers g_TextParser;
|
||||
ITextParsers *textparsers = &g_TextParser;
|
||||
|
||||
|
Reference in New Issue
Block a user