Ignore:
Timestamp:
Feb 19, 2002, 1:36:54 PM (24 years ago)
Author:
sandervl
Message:

put back old code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ole32/clipboard.c

    r7955 r7958  
    296296 */
    297297
    298 #ifdef __WIN32OS2__
    299 HRESULT     WINAPI OleSetClipboard(LPDATAOBJECT pDataObj)
    300 #else
    301298HRESULT WINAPI OleSetClipboard(IDataObject* pDataObj)
    302 #endif
    303299{
    304300  HRESULT hr = S_OK;
     
    575571 *           OleIsCurrentClipboard [OLE32.110]
    576572 */
    577 #ifdef __WIN32OS2__
    578 HRESULT     WINAPI OleIsCurrentClipboard(LPDATAOBJECT pDataObject)
    579 #else
    580573HRESULT WINAPI OleIsCurrentClipboard (  IDataObject *pDataObject)
    581 #endif
    582574{
    583575  TRACE("()\n");
Note: See TracChangeset for help on using the changeset viewer.