Skip to content

Commit 065256b

Browse files
committed
nominmax define
1 parent 1e350fc commit 065256b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

premake5.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ workspace("kit")
33

44
configurations {"Debug", "Release"}
55

6-
defines { "GLM_FORCE_RADIANS", "DO_NOT_USE_WMAIN" }
6+
defines { "GLM_FORCE_RADIANS", "DO_NOT_USE_WMAIN", "NOMINMAX" }
77

88
-- Debug Config
99
configuration "Debug"

0 commit comments

Comments
 (0)