diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2017-02-15 22:35:52 +0200 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2017-02-15 22:35:52 +0200 |
| commit | 96fad648096614c13e784f11f0e90a583e567de1 (patch) | |
| tree | 24931f887bc29764a2db1b1ed09b5a7b268d16c8 /src/misc.h | |
| parent | d94ae26d161be87c58906dac10519e8156469923 (diff) | |
| download | mqtt-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 'src/misc.h')
| -rw-r--r-- | src/misc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ Returns the current time as milliseconds. The return value can only be compared to another return value of the function. */ -int64_t GetCurrentTime(); +int64_t MqttGetCurrentTime(); /* Simple hexdump to stdout. |
