From 2e47f002aff970ee1dd0a22c88febd5682ed2482 Mon Sep 17 00:00:00 2001 From: senator Date: Mon, 24 Mar 2008 14:21:34 +0000 Subject: win32 compatibility for sleep function in sendrecieve.cc --- client/client.pro | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client/client.pro') diff --git a/client/client.pro b/client/client.pro index 8989180..3ab8855 100644 --- a/client/client.pro +++ b/client/client.pro @@ -36,3 +36,7 @@ SOURCES += main.cc sendrecieve.cc macro.cc builder.cc \ widgets/checkbox.cc \ widgets/window.cc QT += core gui network xml + +win32 { + DEFINES += HOST_WIN32 +} -- cgit v1.2.3