1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-28 17:36:30 +03:00

Commit changes pulled from ob-10.0

This commit is contained in:
Olivier Bertrand
2015-06-02 10:34:51 +02:00
parent 893631a8c1
commit e8ea671c25
66 changed files with 862 additions and 733 deletions

View File

@@ -19,14 +19,14 @@
#include "sql_class.h"
//#include "sql_time.h"
#if defined(WIN32)
#if defined(__WIN__)
//#include <windows.h>
#else // !WIN32
#else // !__WIN__
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <stdint.h> // for uintprt_h
#endif // !WIN32
#endif // !__WIN__
/***********************************************************************/
/* Include required application header files */