瀏覽代碼

Removing unecessary line

Not sure what the context is for it, grabbed it from raylib's bindings. Tested without it, everything works fine.
Guilherme Fernandes 2 年之前
父節點
當前提交
f48531efaf
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      vendor/raylib/raygui.odin

+ 0 - 1
vendor/raylib/raygui.odin

@@ -3,7 +3,6 @@ package raylib
 import c "core:c/libc"
 
 when ODIN_OS == .Windows {
-	@(extra_linker_flags="/NODEFAULTLIB:libcmt")
 	foreign import lib {
 		"windows/raygui.lib",
 	}