remove obsoletes

This commit is contained in:
freemine 2020-10-26 19:58:50 +08:00
parent 48b1fd65f1
commit 9be73e7b6c
1 changed files with 0 additions and 5 deletions

View File

@ -1,14 +1,9 @@
%{
#include <winsock2.h>
#include <windows.h>
#include <sql.h>
#include "todbc_util.h"
#include <stdio.h>
#ifdef _MSC_VER
#include "msvcLibgen.h"
#define strncasecmp _strnicmp
#define strcasecmp _stricmp
#endif