mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
fixes for windows
This commit is contained in:
parent
b3223453f7
commit
aeaa112edb
31 changed files with 57 additions and 145 deletions
|
|
@ -24,7 +24,7 @@
|
|||
#include "timer.hpp"
|
||||
|
||||
#ifdef _WIN32
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#define WIN32_LEAN_AND_MEAN 1
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <sys/time.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue