Commit aafbee0f authored by Ian Craggs's avatar Ian Craggs

Fix builds on Windows

parent 3ed24e22
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
#define URI_TCP "tcp://" #define URI_TCP "tcp://"
#include <VersionInfo.h> #include "VersionInfo.h"
char* client_timestamp_eye = "MQTTAsyncV3_Timestamp " BUILD_TIMESTAMP; char* client_timestamp_eye = "MQTTAsyncV3_Timestamp " BUILD_TIMESTAMP;
char* client_version_eye = "MQTTAsyncV3_Version " CLIENT_VERSION; char* client_version_eye = "MQTTAsyncV3_Version " CLIENT_VERSION;
......
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
#define URI_TCP "tcp://" #define URI_TCP "tcp://"
#include <VersionInfo.h> #include "VersionInfo.h"
char* client_timestamp_eye = "MQTTClientV3_Timestamp " BUILD_TIMESTAMP; char* client_timestamp_eye = "MQTTClientV3_Timestamp " BUILD_TIMESTAMP;
char* client_version_eye = "MQTTClientV3_Version " CLIENT_VERSION; char* client_version_eye = "MQTTClientV3_Version " CLIENT_VERSION;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment