1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Removing os2def.h

removed:
  storage/connect/os2def.h
modified:
  storage/connect/fmdlex.c
  storage/connect/maputil.cpp
  storage/connect/tabcol.cpp
  storage/connect/tabfmt.cpp
  storage/connect/tabmul.cpp
  storage/connect/tabmysql.cpp
This commit is contained in:
Alexander Barkov
2013-01-29 23:23:03 +04:00
parent a9d06e1066
commit c87004d817
7 changed files with 3 additions and 213 deletions

View File

@@ -9,11 +9,7 @@
/***********************************************************************/
/* Include relevant MariaDB header file. */
/***********************************************************************/
#if defined(OS16) || defined(OS32)
#include <os2def.h>
#else
#include "my_global.h"
#endif
/***********************************************************************/
/* Include required application header files */