Removed warnings when compiling under MSVC

This commit is contained in:
Alexey Romanov
2010-12-12 10:59:58 +03:00
parent f9d21ff6db
commit cf864c1a13
3 changed files with 10 additions and 10 deletions

View File

@@ -3,6 +3,8 @@
#define __WIN32__
#endif
#define _CRT_SECURE_NO_WARNINGS // secure functions aren't cross-platform
#include <erl_driver.h>
#include <erl_interface.h>
#include <ei.h>