Changeset 12 for branches/1.0/src


Ignore:
Timestamp:
Mar 19, 2010, 11:40:36 AM (15 years ago)
Author:
herwigb
Message:

Make sure uni.h is taken from proper location

Location:
branches/1.0/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/1.0/src/de/uni.dlg

    r11 r12  
    22   #include <os2.h>
    33#endif
    4 DLGINCLUDE 1 "U:\Develop\unipdr\src\de\UNI.h"
     4DLGINCLUDE 1 "U:\Develop\unipdr\src\UNI.h"
    55
    66DLGTEMPLATE IDD_UNI LOADONCALL MOVEABLE DISCARDABLE
  • branches/1.0/src/en/uni.dlg

    r11 r12  
    22   #include <os2.h>
    33#endif
    4 DLGINCLUDE 1 "U:\Develop\unipdr\src\de\UNI.h"
     4DLGINCLUDE 1 "U:\Develop\unipdr\src\UNI.h"
    55
    66DLGTEMPLATE IDD_UNI LOADONCALL MOVEABLE DISCARDABLE
  • branches/1.0/src/uni.h

    r11 r12  
    184184   ULONG    lfModified;
    185185} LPRDATA, *PLPRDATA;
    186 #define ID_PROGRAM                  201
    187 #define DT_PROGRAM                  202
    188 #define ID_PARAMETERS               203
    189 #define DT_PARAMETERS               204
    190 #define GB_UNICFG                   205
    191 #define DT_UNIQUEUE                 206
    192 #define ID_UNIQUEUE                 207
    193 #define ID_BINARY                   208
    194 #define GB_COPIES                   209
    195 #define DT_COPIES                   210
    196 #define ID_COPIES                   211
    197 #define DT_COPIES2                  212
    198 
    199 /* #define ID_SPOOL_PATH               204 */
    200 /* #define DT_USER                     209 */
    201 /* #define ID_USER                     210 */
    202 /* #define DT_PASSWORD                 211 */
    203 /* #define ID_PASSWORD                 212 */
     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
     192#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 DT_PROGRAM                  217
     204#define DT_PARAMETERS               218
Note: See TracChangeset for help on using the changeset viewer.