summaryrefslogtreecommitdiff
path: root/gs/src/dwmain.rc
blob: a022fb8d958dc9e49e7fee6d654ad4bc2ae499df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* Copyright (C) 1996, 1998 Russell Lang.  All rights reserved.
  
  This software is licensed to a single customer by Artifex Software Inc.
  under the terms of a specific OEM agreement.
*/


/*$RCSfile$ $Revision$*/

#include <windows.h>
#include "dwmain.h"

#ifndef gstext_ico
#define gstext_ico gstext.ico
#endif
#ifndef gsgraph_ico
#define gsgraph_ico gsgraph.ico
#endif

GSTEXT_ICON ICON gstext_ico
GSIMAGE_ICON ICON gsgraph_ico

#ifndef DS_3DLOOK
#define DS_3DLOOK 0x0004L	/* for Windows 95 look */
#endif