Changeset 1148
- Timestamp:
- 6/27/2009 8:55:34 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/eraser6/ShellExt/CtxMenu.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser6/ShellExt/CtxMenu.cpp
r1030 r1148 283 283 284 284 static HMODULE shellAPI = LoadLibrary(L"Shell32.dll"); 285 typedef HRESULT ( *pSHGetStockIconInfo)(SHSTOCKICONID siid, UINT uFlags,286 SHSTOCKICONINFO *psii);285 typedef HRESULT (__stdcall *pSHGetStockIconInfo)(SHSTOCKICONID siid, UINT uFlags, 286 SHSTOCKICONINFO* psii); 287 287 pSHGetStockIconInfo SHGetStockIconInfo = reinterpret_cast<pSHGetStockIconInfo>( 288 288 GetProcAddress(shellAPI, "SHGetStockIconInfo"));
Note: See TracChangeset
for help on using the changeset viewer.
