Changeset 5626 for trunk/src


Ignore:
Timestamp:
Apr 28, 2001, 6:19:29 PM (24 years ago)
Author:
sandervl
Message:

compile fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/pidl.h

    r5618 r5626  
    170170 * debug helper
    171171 */
    172 void    pdump   (LPCITEMIDLIST pidl);
    173 BOOL    pcheck  (LPCITEMIDLIST pidl);
     172#if defined(__WIN32OS2__) && defined(DEBUG)
     173void pdump (LPCITEMIDLIST pidl);
     174#else
     175#define pdump(pidl)
     176#endif
     177BOOL pcheck (LPCITEMIDLIST pidl);
    174178
    175179/*
Note: See TracChangeset for help on using the changeset viewer.