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


Ignore:
Timestamp:
Apr 21, 2010, 7:37:01 PM (15 years ago)
Author:
herwigb
Message:

Implemented Find button, fixed length limit

File:
1 edited

Legend:

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

    r26 r29  
    4444#define  INCL_DOSERRORS
    4545#define  INCL_WINHOOKS
     46#define  INCL_WINSTDDLGS           /* CUA controls and dialogs */
    4647
    4748#include <os2.h>
     
    239240} PORTNAMES, *PPORTNAMES;
    240241
    241 #define GB_UNICFG                   206
    242 #define ID_PROGRAM                  210
    243 #define DT_PROGRAM                  211
    244 #define ID_PARAMETERS               212
    245 #define DT_PARAMETERS               213
    246 #define DT_DIRECTORY                214
    247 #define ID_DIRECTORY                215
    248 #define PB_FIND                     216
     242#define GB_UNICFG                   201
     243#define ID_PROGRAM                  202
     244#define DT_PROGRAM                  203
     245#define ID_PARAMETERS               204
     246#define DT_PARAMETERS               205
     247#define DT_DIRECTORY                206
     248#define ID_DIRECTORY                207
     249#define DID_FIND                    208
     250#define DID_SETUPWIZARD             209
Note: See TracChangeset for help on using the changeset viewer.