Changeset 4081 for trunk/src/shlwapi/ordinal.cpp
- Timestamp:
- Aug 24, 2000, 11:33:33 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shlwapi/ordinal.cpp
r3942 r4081 1 /* $Id: ordinal.cpp,v 1. 4 2000-08-02 20:18:23 birdExp $ */1 /* $Id: ordinal.cpp,v 1.5 2000-08-24 09:32:42 sandervl Exp $ */ 2 2 3 3 /* … … 58 58 59 59 #include "shlwapi.h" 60 #include "shlwapi_odin.h" 60 61 61 62 … … 1634 1635 return flagIsLowMemoryMachine; 1635 1636 } 1637 1638 /************************************************************************* 1639 * SHCreateShellPalette [SHLWAPI.@] 1640 */ 1641 HPALETTE WINAPI SHCreateShellPalette(HDC hdc) 1642 { 1643 FIXME("stub\n"); 1644 return CreateHalftonePalette(hdc); 1645 }
Note:
See TracChangeset
for help on using the changeset viewer.