]> de.git.xonotic.org Git - xonotic/gmqcc.git/commit
Wrapper around FILE to take advantage of MSVC "secure" CRT. We don't actually defend...
authorDale Weiler <killfieldengine@gmail.com>
Sun, 23 Dec 2012 06:05:22 +0000 (06:05 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Sun, 23 Dec 2012 06:05:22 +0000 (06:05 +0000)
commit13003bf6af9cf8c76cd024b0bf11695b92fba093
tree9389ce15853dc064e68fd466302e8a2312122049
parentb4e38a8fed378b3da091d50aa78dc99925654c75
Wrapper around FILE to take advantage of MSVC "secure" CRT.  We don't actually defend bounds checks (we just hack in the few ones to silent MSVC .. and to pass WinRT "native code" rules)
12 files changed:
Makefile
code.c
conout.c
exec.c
file.c [new file with mode: 0644]
ftepp.c
gmqcc.h
lexer.c
main.c
opts.c
test.c
util.c