gsdllos2.h 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. /* Copyright (C) 1994-1996, Russell Lang. 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: gsdllos2.h,v 1.2 2000/09/19 19:00:27 lpd Exp $ */
  16. /* gsdll extension for OS/2 platforms */
  17. #ifndef gsdllos2_INCLUDED
  18. # define gsdllos2_INCLUDED
  19. /* DLL exported functions */
  20. /* for load time dynamic linking */
  21. unsigned long gsdll_get_bitmap(unsigned char *device, unsigned char **pbitmap);
  22. /* Function pointer typedefs */
  23. /* for run time dynamic linking */
  24. typedef long (*GSDLLAPI PFN_gsdll_get_bitmap) (unsigned char *, unsigned char **);
  25. #endif /* gsdllos2_INCLUDED */