From e25257a0431ef475e5106f7534319b161b81fcae Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Mon, 22 Aug 2022 15:57:38 -0400 Subject: windows buildable; needs debugging --- defines.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'defines.h') diff --git a/defines.h b/defines.h index d3ccc16..c124f53 100644 --- a/defines.h +++ b/defines.h @@ -15,8 +15,8 @@ typedef double real64; typedef uint64 ptrsize; // is there a compiler variable for 32 vs 64 bit like this? -#define NORMALIZED_COL_MIN { .col = V4(0.0f, 0.0f, 0.0f, 0.0f) } -#define NORMALIZED_COL_MAX { .col = V4(1.0f, 1.0f, 1.0f, 1.0f) } +#define NORMALIZED_COL_MIN V4(0.0f, 0.0f, 0.0f, 0.0f) +#define NORMALIZED_COL_MAX V4(1.0f, 1.0f, 1.0f, 1.0f) #define NORMALIZED_REAL_MIN { 0.0f } #define NORMALIZED_REAL_MAX { 1.0f } -- cgit v1.2.3