diff --git a/README.md b/README.md index 6595b3e..187f156 100644 --- a/README.md +++ b/README.md @@ -275,7 +275,7 @@ Configuration truncated and ellipsized at or before this length is reached. A value of 0 (zero) will disable this option. -* `message_url = ""` +* `message_uri = ""` URI that will be sent with the notification to Notifo. This could be a web address or a local scheme to access a mobile application. Keyword expansion is performed on this diff --git a/push.cpp b/push.cpp index ba469c1..0e0e441 100644 --- a/push.cpp +++ b/push.cpp @@ -10,6 +10,9 @@ #define REQUIRESSL +#ifdef WIN_MSVC +#include "stdafx.hpp" +#endif #include "znc.h" #include "Chan.h" #include "User.h"