18 May 2013 16:12
inetcpl.cpl: Add stub for LaunchConnectionDialog
André Hentschel <nerv <at> dawncrow.de>
2013-05-18 14:12:05 GMT
2013-05-18 14:12:05 GMT
For Intel Beacon Mountain 0.5
---
dlls/inetcpl.cpl/inetcpl.c | 12 +++++++++++-
dlls/inetcpl.cpl/inetcpl.cpl.spec | 2 +-
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/dlls/inetcpl.cpl/inetcpl.c b/dlls/inetcpl.cpl/inetcpl.c
index e11bf85..7a5ba07 100644
--- a/dlls/inetcpl.cpl/inetcpl.c
+++ b/dlls/inetcpl.cpl/inetcpl.c
<at> <at> -212,11 +212,21 <at> <at> BOOL WINAPI LaunchInternetControlPanel(HWND parent)
}
/*********************************************************************
+ * LaunchConnectionDialog (inetcpl. <at> )
+ *
+ */
+BOOL WINAPI LaunchConnectionDialog(HWND hParent)
+{
+ FIXME("(%p): stub\n", hParent);
+ return FALSE;
+}
+
+/*********************************************************************
* LaunchInternetControlPanel (inetcpl. <at> )
*
*/
BOOL WINAPI LaunchPrivacyDialog(HWND hParent)
{
- FIXME(": stub\n");
(Continue reading)
With his patch, CInt could be implementd in a clean way, without
any introduced helper function.
This patch also add tests for any corner cases, and it has passed testbot's
testing.
---
dlls/vbscript/global.c | 14 ++++++++++++--
dlls/vbscript/tests/api.vbs | 23 +++++++++++++++++++++++
2 files changed, 35 insertions(+), 2 deletions(-)
--
Regards,
Zhan Jianyu
RSS Feed