mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[SHIMGVW]
Implement imageview_fullscreenW. svn path=/trunk/; revision=51454
This commit is contained in:
parent
50c0e55317
commit
d3561afa95
2 changed files with 1 additions and 7 deletions
|
@ -519,12 +519,6 @@ ImageView_PrintToW(HWND hwnd, HINSTANCE hInst, LPCWSTR path, int nShow)
|
|||
DPRINT("ImageView_PrintToW() not implemented\n");
|
||||
}
|
||||
|
||||
VOID WINAPI
|
||||
imageview_fullscreenW(HWND hwnd, HINSTANCE hInst, LPCWSTR path, int nShow)
|
||||
{
|
||||
DPRINT("ImageView_fullscreenW() not implemented\n");
|
||||
}
|
||||
|
||||
BOOL WINAPI
|
||||
DllMain(IN HINSTANCE hinstDLL,
|
||||
IN DWORD dwReason,
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
@ stdcall ImageView_PrintTo(ptr ptr wstr long)
|
||||
@ stdcall ImageView_PrintToA(ptr ptr str long)
|
||||
@ stdcall ImageView_PrintToW(ptr ptr wstr long)
|
||||
@ stdcall imageview_fullscreenW(ptr ptr wstr long)
|
||||
@ stdcall imageview_fullscreenW(ptr ptr wstr long) ImageView_FullscreenW
|
||||
@ stub ConvertDIBSECTIONToThumbnail
|
||||
@ stub DllCanUnloadNow
|
||||
@ stub DllGetClassObject
|
||||
|
|
Loading…
Reference in a new issue