summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--premake5.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua
index 2f7fbdc..161cd06 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -12,7 +12,7 @@ project "openalias"
files { "openalias.c" }
filter "system:windows"
- defines {"_WIN32" }
+ defines {"_WIN32", "_CRT_SECURE_NO_WARNINGS"}
links { "dnsapi" }
systemversion "latest"