Changeset 37 for rxprtutl/trunk/rxprtutl.c
- Timestamp:
- Feb 13, 2017, 5:53:40 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rxprtutl/trunk/rxprtutl.c
r32 r37 1 1 /****************************************************************************** 2 2 * REXX OS/2 Printer Utility API (RXPRTUTL.DLL) * 3 * (C) 2011 Alex Taylor*3 * (C) 2011,2016 Alex Taylor * 4 4 * * 5 5 * LICENSE: * … … 61 61 62 62 #define SZ_LIBRARY_NAME "RXPRTUTL" // Name of this library 63 #define SZ_VERSION "0.2.4" // Current version of this library 64 65 //This is now defined by the Makefile: 63 66 //#define SZ_ERROR_NAME "RPUERROR" // REXX variable used to store error codes 64 #define SZ_VERSION "0.2.4" // Current version of this library65 67 66 68 #define APPNAME_LEAD_STR "PM_"
Note:
See TracChangeset
for help on using the changeset viewer.