Changeset 156


Ignore:
Timestamp:
Jun 18, 2009, 8:25:34 PM (16 years ago)
Author:
lpino
Message:
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  
    3232   PAPPDATA pad;
    3333   ULONG i;
     34   int rc;
    3435
    3536   // allocate storage for application data
     
    5960      return CLR_ERROR;
    6061   // 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))
    6263      return CLR_ERROR;
    6364   // copy the start color
  • trunk/src/plugins/org.eclipse.swt/Eclipse SWT PI/pm/library/editcol.h

    r14 r156  
    4242
    4343#define MAXTITLESIZE           128     // max length of dialog title
    44 #define SZ_MODULE     "EDITCOL.DLL"    // DLL name
     44#define SZ_MODULE     "SWTP2049.DLL"    // DLL name
    4545
    4646
  • trunk/src/plugins/org.eclipse.swt/Eclipse SWT PI/pm/library/make_os2.icc

    r14 r156  
    2424        target $SWT_LIB
    2525        {
    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"
    3030        }
    3131    }
Note: See TracChangeset for help on using the changeset viewer.