1/* Copyright (C) 1996, 1998 Russell Lang.  All rights reserved.
2
3  This program is free software; you can redistribute it and/or modify it
4  under the terms of the GNU General Public License as published by the
5  Free Software Foundation; either version 2 of the License, or (at your
6  option) any later version.
7
8  This program is distributed in the hope that it will be useful, but
9  WITHOUT ANY WARRANTY; without even the implied warranty of
10  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11  General Public License for more details.
12
13  You should have received a copy of the GNU General Public License along
14  with this program; if not, write to the Free Software Foundation, Inc.,
15  59 Temple Place, Suite 330, Boston, MA, 02111-1307.
16
17*/
18
19
20/*$Id: dwmain.rc,v 1.2.6.2.2.1 2003/01/17 00:49:00 giles Exp $*/
21
22#include <windows.h>
23#include "dwmain.h"
24
25#ifndef gstext_ico
26#define gstext_ico gswin.ico
27#endif
28#ifndef gsgraph_ico
29#define gsgraph_ico gswin.ico
30#endif
31
32GSTEXT_ICON ICON gstext_ico
33GSIMAGE_ICON ICON gsgraph_ico
34
35#ifndef DS_3DLOOK
36#define DS_3DLOOK 0x0004L	/* for Windows 95 look */
37#endif
38