Changeset 20 for branches/1.0/src/uni.h


Ignore:
Timestamp:
Apr 18, 2010, 8:03:29 PM (15 years ago)
Author:
herwigb
Message:

Several fixes/enhancements over 1.0 alpha 1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.0/src/uni.h

    r14 r20  
    156156   ** port defaults
    157157   */
    158 #define DEF_INITIALIZATION        "ePDF.EXE#-PS:'file';"
     158#define DEF_INITIALIZATION        ".exe#%file%#;"
    159159#define DEF_TERMINATION           ";"
    160160#define DEF_PORTDRIVER            "UNI;"
     
    184184   ULONG    lfModified;
    185185} LPRDATA, *PLPRDATA;
    186 #define ID_IP                       201
    187 #define ID_UNIQUEUE                 202
    188 #define ID_BINARY                   203
    189 /* #define ID_SPOOL_PATH            204 */
    190 #define DT_UNIQUEUE                 204
    191 #define DT_IP                       205
     186
    192187#define GB_UNICFG                   206
    193 #define DT_WORKGROUP                207
    194 #define ID_WORKGROUP                208
    195 #define DT_USER                     209
    196 #define ID_USER                     210
    197 #define DT_PASSWORD                 211
    198 #define ID_PASSWORD                 212
    199 #define GB_COPIES                   213
    200 #define ID_COPIES                   214
    201 #define DT_COPIES                   215
    202 #define DT_COPIES2                  216
    203 #define ID_PROGRAM                  217
    204 #define DT_PROGRAM                  218
    205 #define ID_PARAMETERS               219
    206 #define DT_PARAMETERS               220
     188#define ID_PROGRAM                  210
     189#define DT_PROGRAM                  211
     190#define ID_PARAMETERS               212
     191#define DT_PARAMETERS               213
     192#define DT_DIRECTORY                214
     193#define ID_DIRECTORY                215
     194#define PB_FIND                     216
Note: See TracChangeset for help on using the changeset viewer.