home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / css10.zip / CSS.H < prev    next >
C/C++ Source or Header  |  1995-12-17  |  2KB  |  59 lines

  1. /*-----------------------------------------------------------------------------
  2. ;                                 ***keywords*** "%l"
  3. ; LOCK STATUS       "PAULG/GO"
  4. ;
  5. ; project name
  6. ; Copyright (c) Paul Gallagher 1995
  7. ;
  8. ;                                 ***keywords*** "%n"
  9. ; Filename          "CSS.H"
  10. ; Platform          DOS/Windows (Borland C++ 3.1)
  11. ;                   OS/2 (Borland C++ 1.01)
  12. ;
  13. ; Authors           Paul Gallagher (paulpg@ibm.net)
  14. ;
  15. ; Description       
  16. ;
  17. ;                                 ***keywords*** "Version: %v  Date: %d %t"
  18. ; "Version: 1  Date: 17-Dec-95 22:03:32"
  19. ;
  20. ; Revision History
  21. ;                                 ***revision-history***
  22. ; 1 CSS.H 17-Dec-95,22:03:32,`PAULG/GO' First release
  23. ;                                 ***revision-history***
  24. ;----------------------------------------------------------------------------*/
  25.                                   //
  26. #ifndef __OS2__
  27. //#ifndef _Windows
  28. //                                ***keywords*** "%n"
  29. #error "CSS.H" is intended for use in OS/2 applications only
  30. //#error "" is intended for use in MS Windows applications only
  31. #endif
  32.  
  33. #if !defined( pg__GO_H )
  34. #define pg__GO_H
  35.  
  36. /*-----------------------------------------------------------------------------
  37. ;                   OS & C defines and includes
  38. ;----------------------------------------------------------------------------*/
  39.  
  40. /*-----------------------------------------------------------------------------
  41. ;                   My lib defines and includes
  42. ;----------------------------------------------------------------------------*/
  43.  
  44. /*-----------------------------------------------------------------------------
  45. ;                   Application defines and includes
  46. ;----------------------------------------------------------------------------*/
  47. #define ID_APPNAME   1
  48. #define IDS_MSG1   101
  49. #define IDS_MSG2   102
  50. #define IDS_MSG3   103
  51.  
  52. #define IDM_ABOUT  100
  53.  
  54. /*-----------------------------------------------------------------------------
  55. ;                   Declarations
  56. ;----------------------------------------------------------------------------*/
  57.  
  58. #endif
  59.