Ignore:
Timestamp:
Feb 13, 2017, 5:53:40 AM (8 years ago)
Author:
Alex Taylor
Message:

Added some more documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rxprtutl/trunk/rxprtutl.c

    r32 r37  
    11/******************************************************************************
    22 * REXX OS/2 Printer Utility API (RXPRTUTL.DLL)                               *
    3  * (C) 2011 Alex Taylor                                                       *
     3 * (C) 2011,2016 Alex Taylor                                                  *
    44 *                                                                            *
    55 * LICENSE:                                                                   *
     
    6161
    6262#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:
    6366//#define SZ_ERROR_NAME           "RPUERROR"  // REXX variable used to store error codes
    64 #define SZ_VERSION              "0.2.4"     // Current version of this library
    6567
    6668#define APPNAME_LEAD_STR        "PM_"
Note: See TracChangeset for help on using the changeset viewer.