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

  1. #define PMODLOCS_OPH
  2.  
  3. #ifndef FACTIVE_OPH
  4. #include <sdk\factive>
  5. #endif
  6.  
  7. /* AC: Don't need this */
  8. /*#ifndef PRNTDLGS_OPH
  9. #include <sdk\prntdlgs>
  10. #endif*/
  11.  
  12. /* Property of pmodlocs */
  13.  
  14. STRUCT PRS_PMODLOCS
  15.     dl%
  16. ENDS
  17.  
  18. STRUCT PR_PMODLOCS
  19.     root#(SIZEOF(PRS_ROOT))
  20.     locs#(SIZEOF(PRS_LOCS))
  21.     pmodlocs#(SIZEOF(PRS_PMODLOCS))
  22. ENDS
  23.