From 96fad648096614c13e784f11f0e90a583e567de1 Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Wed, 15 Feb 2017 22:35:52 +0200 Subject: Make the code compile using MinGW - implemented GetCurrentTime() for Windows - had to rename GetCurrentTime() to MqttGetCurrentTime() because of name clashes - setup headers correctly --- tools/amalgamate.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') 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', -- cgit v1.2.3