mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
[SHIMGVW]
Implement imageview_fullscreenW. svn path=/trunk/; revision=51454
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user