From fb8d28fbcc2aec0d05b0aa547bd81a97ab289ca3 Mon Sep 17 00:00:00 2001 From: charles Date: Tue, 27 Jan 2009 03:09:37 +0000 Subject: [PATCH] Change string concats to work with all OSs --- direct/ydirectenv.h | 1 + 1 file changed, 1 insertion(+) diff --git a/direct/ydirectenv.h b/direct/ydirectenv.h index 78169b4..3c009a4 100644 --- a/direct/ydirectenv.h +++ b/direct/ydirectenv.h @@ -70,6 +70,7 @@ #define TENDSTR "\n" #define TSTR(x) x +#define TCONT(x) x #define TOUT(p) printf p -- 2.30.2