Changeset 3462 for trunk/src/user32/clipboard.cpp
- Timestamp:
- Apr 29, 2000, 8:28:41 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/clipboard.cpp
r3215 r3462 1 /* $Id: clipboard.cpp,v 1. 6 2000-03-24 17:12:19 cbratschiExp $ */1 /* $Id: clipboard.cpp,v 1.7 2000-04-29 18:28:34 sandervl Exp $ */ 2 2 3 3 /* … … 182 182 UINT WIN32API RegisterClipboardFormatA( LPCSTR arg1) 183 183 { 184 dprintf(("USER32: RegisterClipboardFormatA \n"));184 dprintf(("USER32: RegisterClipboardFormatA %s", arg1)); 185 185 return O32_RegisterClipboardFormat(arg1); 186 186 }
Note:
See TracChangeset
for help on using the changeset viewer.