Ported to MinGW
[libisds.git] / src / system.h
blobe78a752a9e3171257fa8e8be3881d6990af4ea07
1 #ifndef __ISDS_SYSTEM_H__
2 #define __ISDS_SYSTEM_H__
4 #include "isds.h"
6 #ifdef _WIN32
7 #include "win32.h"
8 #else
9 #include "unix.h"
10 #endif
12 isds_error datestring2tm(const xmlChar *string, struct tm *time);
13 #endif