Changeset 26 for branches/1.0/src/uni.h
- Timestamp:
- Apr 19, 2010, 5:34:31 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/src/uni.h
r20 r26 1 #define INCL_DOS 2 #define INCL_GPI 3 #undef INCL_GPI 4 #define INCL_DEV 5 #define INCL_DOSMEMMGR /* Include standard OS/2 support */ 6 #define INCL_DOSMODULEMGR /* For DosLoadModule */ 7 #define INCL_DOSPROCESS 8 #define INCL_GPILCIDS 9 #define INCL_WINCOMMON /* Include Window Management support */ 10 #define INCL_WINDOWMGR 11 #define INCL_WINSWITCHLIST 12 #define INCL_WINPROGRAMLIST 13 #define INCL_WINMENUS 14 #define INCL_WINWINDOWMGR 15 #define INCL_WINMESSAGEMGR 16 #define INCL_WINDIALOGS 17 #define INCL_WINSTATICS 18 #define INCL_WINLISTBOXES 19 #define INCL_WINMENUS 20 #define INCL_WINSYS 21 #define INCL_WINFRAMEMGR 22 #define INCL_INCLWINACCELERATORS 23 #define INCL_WINPOINTERS 24 #define INCL_WINERRORS 25 #define INCL_WINSHELLDATA 26 27 #define INCL_WINTYPES 28 #define INCL_WINACCELERATORS 29 #define INCL_WINBUTTONS 30 #define INCL_WINENTRYFIELDS 31 #define INCL_WINRECTANGLES 32 #define INCL_WINTIMER 33 #define INCL_WINSCROLLBARS 34 #define INCL_WINHEAP 35 #define INCL_SHLERRORS 36 #define INCL_WININPUT 37 #define INCL_WINHELP 38 #define INCL_WINSTDSPIN 39 40 #define INCL_SPL 41 #define INCL_SPLP 42 #define INCL_SPLERRORS 43 #define INCL_SHLERRORS 44 #define INCL_DOSERRORS 45 #define INCL_WINHOOKS 46 47 #include <os2.h> 48 1 49 #define PATH_UNI_PDR "?:\\OS2\\DLL\\UNI.PDR" 2 50 #define UNI_DLL "UNI.PDR" … … 175 223 #define ID_FIRST_DESC_LINES 8001 176 224 177 typedef struct _ LPRDATA225 typedef struct _UNIDATA 178 226 { 179 227 HAB hAB; … … 183 231 CHAR szSaveLprSetting[PORT_ENTRY_LEN+1]; 184 232 ULONG lfModified; 185 } LPRDATA, *PLPRDATA; 233 } UNIDATA, *PUNIDATA; 234 235 typedef struct _PORTNAMES 236 { 237 PSZ pszPortName; /* -> name of port(ie "LPT1) */ 238 PSZ pszPortDesc; /* -> description of port(ie "Parallel Port 1") */ 239 } PORTNAMES, *PPORTNAMES; 186 240 187 241 #define GB_UNICFG 206
Note:
See TracChangeset
for help on using the changeset viewer.