dwmain.rc 1017 B

1234567891011121314151617181920212223242526272829303132333435
  1. /* Copyright (C) 1996, 1998 Russell Lang. All rights reserved.
  2. This software is provided AS-IS with no warranty, either express or
  3. implied.
  4. This software is distributed under license and may not be copied,
  5. modified or distributed except as expressly authorized under the terms
  6. of the license contained in the file LICENSE in this distribution.
  7. For more information about licensing, please refer to
  8. http://www.ghostscript.com/licensing/. For information on
  9. commercial licensing, go to http://www.artifex.com/licensing/ or
  10. contact Artifex Software, Inc., 101 Lucas Valley Road #110,
  11. San Rafael, CA 94903, U.S.A., +1(415)492-9861.
  12. */
  13. /* $Id: dwmain.rc,v 1.5 2002/03/30 01:29:38 ghostgum Exp $*/
  14. #include <windows.h>
  15. #include "dwmain.h"
  16. #ifndef gstext_ico
  17. #define gstext_ico gswin.ico
  18. #endif
  19. #ifndef gsgraph_ico
  20. #define gsgraph_ico gswin.ico
  21. #endif
  22. GSTEXT_ICON ICON gstext_ico
  23. GSIMAGE_ICON ICON gsgraph_ico
  24. #ifndef DS_3DLOOK
  25. #define DS_3DLOOK 0x0004L /* for Windows 95 look */
  26. #endif