1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

Fixed compilations problems and warnings on windows

This commit is contained in:
monty@mysql.com/narttu.mysql.fi
2007-02-23 22:48:15 +02:00
parent 6d78655a97
commit 520d1b4144
14 changed files with 53 additions and 49 deletions

View File

@@ -42,7 +42,7 @@ extern "C" {
#ifndef _global_h /* If not standard header */
#include <sys/types.h>
#ifdef __LCC__
#include <winsock.h> /* For windows */
#include <winsock2.h> /* For windows */
#endif
typedef char my_bool;
#if (defined(_WIN32) || defined(_WIN64)) && !defined(__WIN__)