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

@@ -37,9 +37,7 @@
/* Include relevant section of system dependant header files. */
/***********************************************************************/
#include "my_global.h"
#if defined(OS16) || defined(OS32)
#include <os2def.h>
#elif defined(WIN32)
#if defined(WIN32)
#include <stdlib.h>
#include <stdio.h>
#if defined(__BORLANDC__)