- Timestamp:
- Jan 26, 2002, 11:54:29 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ole32/clipboard.c
r7786 r7788 1257 1257 memcpy(dest, src, size); 1258 1258 GlobalUnlock(hDest); 1259 }1260 GlobalUnlock(hData);1261 hData = hDest;1259 GlobalUnlock(hData); 1260 hData = hDest; 1261 } 1262 1262 } 1263 1263 #endif
Note:
See TracChangeset
for help on using the changeset viewer.