Changeset 1299 for trunk/src/user32/user32.cpp
- Timestamp:
- Oct 14, 1999, 9:31:32 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/user32.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/user32.cpp
r1267 r1299 1 /* $Id: user32.cpp,v 1.4 1 1999-10-13 16:02:42 phallerExp $ */1 /* $Id: user32.cpp,v 1.42 1999-10-14 19:31:31 sandervl Exp $ */ 2 2 3 3 /* … … 2317 2317 #endif 2318 2318 2319 /* Resource Functions */2320 2321 HANDLE WIN32API CopyImage(HANDLE hImage, UINT uType, int cxDesired, int cyDesired, UINT fuFlags)2322 {2323 #ifdef DEBUG2324 WriteLog("USER32: CopyImage, not implemented\n");2325 #endif2326 switch(uType) {2327 case IMAGE_BITMAP:2328 case IMAGE_CURSOR:2329 case IMAGE_ICON:2330 default:2331 #ifdef DEBUG2332 WriteLog("USER32: CopyImage, unknown type\n");2333 #endif2334 return(NULL);2335 }2336 return(NULL);2337 }2338 2339 2319 /* Icon Functions */ 2340 2320
Note:
See TracChangeset
for help on using the changeset viewer.
