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

WC2007 patches for drag and drop implementation.

File:
1 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;
Note: See TracChangeset for help on using the changeset viewer.