Changeset 7958 for trunk/src/ole32/clipboard.c
- Timestamp:
- Feb 19, 2002, 1:36:54 PM (24 years ago)
- File:
-
- 1 edited
-
trunk/src/ole32/clipboard.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ole32/clipboard.c
r7955 r7958 296 296 */ 297 297 298 #ifdef __WIN32OS2__299 HRESULT WINAPI OleSetClipboard(LPDATAOBJECT pDataObj)300 #else301 298 HRESULT WINAPI OleSetClipboard(IDataObject* pDataObj) 302 #endif303 299 { 304 300 HRESULT hr = S_OK; … … 575 571 * OleIsCurrentClipboard [OLE32.110] 576 572 */ 577 #ifdef __WIN32OS2__578 HRESULT WINAPI OleIsCurrentClipboard(LPDATAOBJECT pDataObject)579 #else580 573 HRESULT WINAPI OleIsCurrentClipboard ( IDataObject *pDataObject) 581 #endif582 574 { 583 575 TRACE("()\n");
Note:
See TracChangeset
for help on using the changeset viewer.
