From f0c6ff82454cfd651d259095d8f87429bc0a0e55 Mon Sep 17 00:00:00 2001 From: saramibreak Date: Tue, 1 Oct 2019 14:59:25 +0900 Subject: [PATCH] added: TEXT() macro --- DiscImageCreator/_linux/defineForLinux.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DiscImageCreator/_linux/defineForLinux.h b/DiscImageCreator/_linux/defineForLinux.h index 348eace..65fe8e4 100644 --- a/DiscImageCreator/_linux/defineForLinux.h +++ b/DiscImageCreator/_linux/defineForLinux.h @@ -133,6 +133,9 @@ typedef PZZSTR PZZTSTR, PUZZTSTR; typedef PCZZSTR PCZZTSTR, PCUZZTSTR; typedef PNZCH PNZTCH, PUNZTCH; typedef PCNZCH PCNZTCH, PCUNZTCH; +#define __TEXT(quote) quote // r_winnt + +#define TEXT(quote) __TEXT(quote) // r_winnt typedef SHORT *PSHORT; typedef LONG *PLONG;