dwmain.h 1.0 KB

1234567891011121314151617181920212223242526
  1. /* Copyright (C) 1996, 2001, Ghostgum Software Pty Ltd. All rights reserved.
  2. This file is part of AFPL Ghostscript.
  3. AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND. No author or
  4. distributor accepts any responsibility for the consequences of using it, or
  5. for whether it serves any particular purpose or works at all, unless he or
  6. she says so in writing. Refer to the Aladdin Free Public License (the
  7. "License") for full details.
  8. Every copy of AFPL Ghostscript must include a copy of the License, normally
  9. in a plain ASCII text file named PUBLIC. The License grants you the right
  10. to copy, modify and redistribute AFPL Ghostscript, but only under certain
  11. conditions described in the License. Among other things, the License
  12. requires that the copyright notice and this notice be preserved on all
  13. copies.
  14. */
  15. /* $Id: dwmain.h,v 1.3 2001/03/13 07:09:28 ghostgum Exp $ */
  16. /* Icon index definitions - needed by resources */
  17. #define GSTEXT_ICON 50
  18. #define GSIMAGE_ICON 51
  19. extern HWND hwndtext;