# HG changeset patch # User charles # Date 1233025777 0 # Node ID 8605e62d8ed00a100912ae6c2586bc84c2f736c6 # Parent c3d9f32545992f5d32999d6751e74fd0fb8b94ef Change string concats to work with all OSs diff --git a/direct/ydirectenv.h b/direct/ydirectenv.h --- 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