From 2996ff0ef728a18d78f44d43288ddbe4eb230f9e Mon Sep 17 00:00:00 2001 From: midipix Date: Sep 26 2015 15:05:22 +0000 Subject: dalist.lzy: add missing -U flags for psxtypes. --- diff --git a/dalist.lzy b/dalist.lzy index 1b82f7b..cf4eef9 100644 --- a/dalist.lzy +++ b/dalist.lzy @@ -13,7 +13,7 @@ lz_project_definitions() lz_cflags_common="-DMIDIPIX_FREESTANDING -D__NT$lz_arch_bits \ - -UWIN32 -U_WIN32 -U__WIN32__ -UWIN64 -U_WIN64 -U__WIN64__ \ + -UWIN32 -U_WIN32 -U__WIN32 -U__WIN32__ -UWIN64 -U_WIN64 -U__WIN64 -U__WIN64__ \ -Werror=all -fno-builtin -ffreestanding"