Added case insensitivity to XML elements.
This commit is contained in:
parent
7b600bf889
commit
e2799bbbb3
6 changed files with 83 additions and 57 deletions
|
@ -24,7 +24,7 @@
|
|||
#include <time.h>
|
||||
|
||||
// Function pointer to function which handles to output
|
||||
typedef int (*LogOutputFp)(const char *);
|
||||
typedef int (*LogOutputFp)(const char *, ...);
|
||||
|
||||
|
||||
/*!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue