From 15f58acdcfb1380d324a5a15909b76672e668532 Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 30 Dec 2002 14:17:51 +0000 Subject: [PATCH] Add spaces to system include lines to that mkfiles.pl doesn't try to follow them (silly Rez can't do angle-bracket includes). git-svn-id: svn://svn.tartarus.org/sgt/putty@2384 cda61777-01e9-0310-a592-d414129be87e --- mac/mac_res.r | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/mac/mac_res.r b/mac/mac_res.r index 01ac6b15..984df167 100644 --- a/mac/mac_res.r +++ b/mac/mac_res.r @@ -1,4 +1,4 @@ -/* $Id: mac_res.r,v 1.4 2002/12/13 00:45:08 ben Exp $ */ +/* $Id: mac_res.r,v 1.5 2002/12/30 14:17:51 ben Exp $ */ /* * Copyright (c) 1999 Ben Harris * All rights reserved. @@ -27,9 +27,15 @@ /* PuTTY resources */ -#include "Types.r" -#include "Dialogs.r" -#include "Palettes.r" +/* + * The space after the # for system includes is to stop mkfiles.pl + * trying to chase them (Rez doesn't support the angle-bracket + * syntax). + */ + +# include "Types.r" +# include "Dialogs.r" +# include "Palettes.r" /* Get resource IDs we share with C code */ #include "macresid.h" -- 2.11.0