Changeset 38 for rxprtutl/trunk
- Timestamp:
- Feb 13, 2017, 5:57:46 AM (9 years ago)
- Location:
- rxprtutl/trunk
- Files:
- 
      - 3 edited
 
 - 
          
  rxprtutl.c (modified) (1 diff)
- 
          
  rxprtutl.def (modified) (1 diff)
- 
          
  testlib.cmd (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      rxprtutl/trunk/rxprtutl.cr37 r38 61 61 62 62 #define SZ_LIBRARY_NAME "RXPRTUTL" // Name of this library 63 #define SZ_VERSION "0. 2.4"// Current version of this library63 #define SZ_VERSION "0.3" // Current version of this library 64 64 65 65 //This is now defined by the Makefile: 
- 
      rxprtutl/trunk/rxprtutl.defr32 r38 1 1 LIBRARY RXPRTUTL INITINSTANCE TERMINSTANCE 2 2 DATA MULTIPLE NONSHARED 3 DESCRIPTION '@#Alex Taylor:0. 2.4#@##1## 11 May 2016 18:58:22REINFORCE::::::@@REXX Printer Management Utilities'3 DESCRIPTION '@#Alex Taylor:0.3#@##1## 13 Feb 2017 13:55:59 REINFORCE::::::@@REXX Printer Management Utilities' 4 4 5 5 EXPORTS RPULoadFuncs 
- 
      rxprtutl/trunk/testlib.cmdr37 r38 67 67 SAY 68 68 69 /*70 69 IF printers.0 > 0 THEN DO 71 70 rc = RPUOpenView( printers.1.!queue, 'O') … … 73 72 END 74 73 74 /* 75 75 rc = RPUQueueHold( printers.1.!queue, 'N') 76 76 IF rc == 0 THEN SAY RPUERROR 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
