home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / psion / opp16f_zip / INCLUDE / OS / WSERV.OPH < prev   
Encoding:
Text File  |  1995-12-21  |  228 b   |  12 lines

  1. #ifndef OS_WSERV_OPH
  2. #define OS_WSERV_OPH
  3.  
  4. #define WservFunctions        $D6
  5. #define WservOpcodes        $8D
  6.  
  7. #define GET_SWITCHON    call($6c8d)
  8. #define TO_FOREGROUND    call($198d,0,0)
  9. #define TO_BACKGROUND    call($198d,100,0)
  10.  
  11. #endif
  12.