mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05:00
Add spaces to system include lines to that mkfiles.pl doesn't try to
follow them (silly Rez can't do angle-bracket includes). [originally from svn r2384]
This commit is contained in:
parent
f5578ea873
commit
6ca089d035
@ -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
|
* Copyright (c) 1999 Ben Harris
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
@ -27,6 +27,12 @@
|
|||||||
|
|
||||||
/* PuTTY resources */
|
/* PuTTY resources */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* 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 "Types.r"
|
||||||
# include "Dialogs.r"
|
# include "Dialogs.r"
|
||||||
# include "Palettes.r"
|
# include "Palettes.r"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user