diff options
Diffstat (limited to 'ContactsPlus')
-rw-r--r-- | ContactsPlus/contacts.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ContactsPlus/contacts.h b/ContactsPlus/contacts.h index 915fb96..73123a4 100644 --- a/ContactsPlus/contacts.h +++ b/ContactsPlus/contacts.h @@ -21,6 +21,8 @@ //
// ---------------------------------------------------------------------------
+#define _CRT_SECURE_NO_WARNINGS
+#define _CRT_NONSTDC_NO_WARNINGS
#include <windows.h>
#include <commctrl.h>
|