Changeset 156
- Timestamp:
- Jun 18, 2009, 8:25:34 PM (16 years ago)
- Location:
- trunk/src/plugins/org.eclipse.swt/Eclipse SWT PI/pm/library
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plugins/org.eclipse.swt/Eclipse SWT PI/pm/library/editcol.c
r14 r156 32 32 PAPPDATA pad; 33 33 ULONG i; 34 int rc; 34 35 35 36 // allocate storage for application data … … 59 60 return CLR_ERROR; 60 61 // get the module handle to load the dialog from the DLL 61 if ( DosQueryModuleHandle(SZ_MODULE, &pad->hDlgMod))62 if (rc = DosLoadModule(NULL, 0, SZ_MODULE, &pad->hDlgMod)) 62 63 return CLR_ERROR; 63 64 // copy the start color -
trunk/src/plugins/org.eclipse.swt/Eclipse SWT PI/pm/library/editcol.h
r14 r156 42 42 43 43 #define MAXTITLESIZE 128 // max length of dialog title 44 #define SZ_MODULE " EDITCOL.DLL" // DLL name44 #define SZ_MODULE "SWTP2049.DLL" // DLL name 45 45 46 46 -
trunk/src/plugins/org.eclipse.swt/Eclipse SWT PI/pm/library/make_os2.icc
r14 r156 24 24 target $SWT_LIB 25 25 { 26 source "E:\\tmp\\inst\\dllsrc\\editcol.c"27 source "E:\\tmp\\inst\\dllsrc\\editcol.h"28 source "E:\\tmp\\inst\\dllsrc\\editcol.rc"29 source " swt.c", "structs.c", "callback.c"26 // source "c:\\apps\\dev\\swt2\\trunk\\src\\plugins\\org.eclipse.swt\\Eclipse SWT PI\\pm\\library\\editcol.c" 27 // source "c:\\apps\\dev\\swt2\\trunk\\src\\plugins\\org.eclipse.swt\\Eclipse SWT PI\\pm\\library\\editcol.h" 28 // source "c:\\apps\\dev\\swt2\\trunk\\src\\plugins\\org.eclipse.swt\\Eclipse SWT PI\\pm\\library\\editcol.rc" 29 source "editcol.c", "editcol.h", "editcol.rc", "swt.c", "structs.c", "callback.c" 30 30 } 31 31 }
Note:
See TracChangeset
for help on using the changeset viewer.