Changeset 242 for trunk/nom/class_c


Ignore:
Timestamp:
Mar 6, 2007, 8:47:37 PM (18 years ago)
Author:
cinc
Message:

WC2007 patches for drag and drop implementation.

Location:
trunk/nom/class_c
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/nom/class_c/nomclassmanager.c

    r239 r242  
    261261{
    262262/* NOMClassMgrData* nomThis=NOMClassMgrGetData(nomSelf); */
     263#if 0
     264  /* We have a circular reference here to the voyfcls.dll containing NOMPath, which needs nomtk.a
     265     to be built. */
    263266  NOMPath* thePath;
    264267
     
    272275  thePath=NOMPath_assignCString(thePath, g_get_current_dir(), NULL);
    273276  thePath=NOMPath_appendCString(thePath, "classlist.ini", NULL);
     277#endif
    274278
    275279  return NULL;
  • trunk/nom/class_c/nomcls.c

    r219 r242  
    1616* The Initial Developer of the Original Code is
    1717* netlabs.org: Chris Wohlgemuth <cinc-ml@netlabs.org>.
    18 * Portions created by the Initial Developer are Copyright (C) 2005-2006
     18* Portions created by the Initial Developer are Copyright (C) 2005-2007
    1919* the Initial Developer. All Rights Reserved.
    2020*
Note: See TracChangeset for help on using the changeset viewer.