]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Add spaces to system include lines to that mkfiles.pl doesn't try to
authorBen Harris <bjh21@bjh21.me.uk>
Mon, 30 Dec 2002 14:17:51 +0000 (14:17 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Mon, 30 Dec 2002 14:17:51 +0000 (14:17 +0000)
follow them (silly Rez can't do angle-bracket includes).

[originally from svn r2384]

mac/mac_res.r

index 01ac6b15f5859bec1c704434af832d0e4070997e..984df167376646e3ee26b9c599dc16776a661fa8 100644 (file)
@@ -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.
 
 /* 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"