home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / psion / opp16f_zip / INCLUDE / SDK / OLIB.OPH < prev    next >
Encoding:
Text File  |  1995-12-21  |  237 b   |  20 lines

  1. #define OLIB_OPH
  2.  
  3. #ifndef P_OBJECT_OPH
  4. #include <p\object>
  5. #endif
  6.  
  7. /* EPOC */
  8.  
  9. #define CAT_OLIB_OLIB 0
  10.  
  11. /* Property of root */
  12.  
  13. STRUCT PRS_ROOT
  14.     pc#(SIZEOF(P_OBJECT))
  15. ENDS
  16.  
  17. STRUCT PR_ROOT
  18.     root#(SIZEOF(PRS_ROOT))
  19. ENDS
  20.