Changeset 7103 for trunk/src


Ignore:
Timestamp:
Oct 18, 2001, 9:48:39 AM (24 years ago)
Author:
sandervl
Message:

compile fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/shellord.c

    r7085 r7103  
    14861486  BOOL boldpidl;
    14871487 
     1488#ifndef __WIN32OS2__
    14881489  if (TRACE_ON(shell)) {
    14891490    TRACE("(%p, %ld, %p, %p)\n", pidlFolder, cpidlFiles,
     
    14991500    __SET_DEBUGGING(__DBCL_TRACE, __wine_dbch_pidl, boldpidl);
    15001501  }
     1502#endif
     1503
    15011504  *ppdataObject = IDataObject_Constructor( hwnd, pidlFolder,
    15021505                                          lppidlFiles, cpidlFiles);
Note: See TracChangeset for help on using the changeset viewer.