You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-04-13 14:42:51 -07:00
Rebase against 1b9d48a7b01e2b715af46bc1f8d5fe6f1529782c.
This commit is contained in:
@@ -28,7 +28,7 @@ index 274db8c22b..ba02e811cc 100644
|
||||
+ break;
|
||||
+ case WM_KEYUP:
|
||||
+ {
|
||||
+ TRACE("Processing key %ld\n", lpmsg->wParam);
|
||||
+ TRACE("Processing key %I64d\n", lpmsg->wParam);
|
||||
+ if (lpmsg->wParam == VK_F5)
|
||||
+ hres = IOleCommandTarget_Exec(&This->IOleCommandTarget_iface, NULL, OLECMDID_REFRESH, 0, NULL, NULL);
|
||||
+
|
||||
@@ -38,7 +38,7 @@ index 274db8c22b..ba02e811cc 100644
|
||||
+ FIXME("Unsupported message %04x\n", lpmsg->message);
|
||||
+ }
|
||||
+
|
||||
+ TRACE("result 0x%08x\n", hres);
|
||||
+ TRACE("result 0x%08lx\n", hres);
|
||||
+ return hres;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user