home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / utility / gsview13 / src / gdevpm.h < prev    next >
Text File  |  1995-12-09  |  1KB  |  35 lines

  1. /* Copyright (C) 1993, 1994, Russell Lang.  All rights reserved.
  2.   
  3.   This file is part of GSview.
  4.   
  5.   This program is distributed with NO WARRANTY OF ANY KIND.  No author
  6.   or distributor accepts any responsibility for the consequences of using it,
  7.   or for whether it serves any particular purpose or works at all, unless he
  8.   or she says so in writing.  Refer to the GSview Free Public Licence 
  9.   (the "Licence") for full details.
  10.   
  11.   Every copy of GSview must include a copy of the Licence, normally in a 
  12.   plain ASCII text file named LICENCE.  The Licence grants you the right 
  13.   to copy, modify and redistribute GSview, but only under certain conditions 
  14.   described in the Licence.  Among other things, the Licence requires that 
  15.   the copyright notice and this notice be preserved on all copies.
  16. */
  17.  
  18. /* gdevpm.h */
  19. /* Defines common to gdevpm.c, gspmdrv.c and PM GSview */
  20.  
  21. #define SHARED_NAME "\\SHAREMEM\\%s"
  22. #define SYNC_NAME   "\\SEM32\\SYNC_%s"
  23. #define NEXT_NAME   "\\SEM32\\NEXT_%s"
  24. #define MUTEX_NAME  "\\SEM32\\MUTEX_%s"
  25. #define QUEUE_NAME  "\\QUEUES\\%s"
  26.  
  27. #define GS_UPDATING    1
  28. #define GS_SYNC        2
  29. #define GS_PAGE        3
  30. #define GS_CLOSE    4
  31. #define GS_ERROR    5
  32. #define GS_PALCHANGE    6
  33. #define GS_BEGIN    7
  34. #define GS_END        8
  35.