aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorOskari Timperi <oskari.timperi@iki.fi>2017-02-15 22:35:52 +0200
committerOskari Timperi <oskari.timperi@iki.fi>2017-02-15 22:35:52 +0200
commit96fad648096614c13e784f11f0e90a583e567de1 (patch)
tree24931f887bc29764a2db1b1ed09b5a7b268d16c8 /tools
parentd94ae26d161be87c58906dac10519e8156469923 (diff)
downloadmqtt-96fad648096614c13e784f11f0e90a583e567de1.tar.gz
mqtt-96fad648096614c13e784f11f0e90a583e567de1.zip
Make the code compile using MinGW
- implemented GetCurrentTime() for Windows - had to rename GetCurrentTime() to MqttGetCurrentTime() because of name clashes - setup headers correctly
Diffstat (limited to 'tools')
-rw-r--r--tools/amalgamate.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/amalgamate.py b/tools/amalgamate.py
index 03d2a14..f3fd6ba 100644
--- a/tools/amalgamate.py
+++ b/tools/amalgamate.py
@@ -8,6 +8,7 @@ src_dir = os.path.join(this_dir, '..', 'src')
sources = (
'config.h',
+ 'win32.h',
'queue.h',
'log.h',
'misc.c',