diff options
Diffstat (limited to 'protocols/Weather/weather.h')
-rw-r--r-- | protocols/Weather/weather.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Weather/weather.h b/protocols/Weather/weather.h index ecca3deecf..e2b4f268cd 100644 --- a/protocols/Weather/weather.h +++ b/protocols/Weather/weather.h @@ -22,6 +22,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
//============ THE INCLUDES ===========
+
+#define _CRT_SECURE_NO_WARNINGS
#include <m_stdhdr.h>
#include <stdio.h>
|