diff options
Diffstat (limited to 'plugins/HTTPServer')
-rw-r--r-- | plugins/HTTPServer/src/GuiElements.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/HTTPServer/src/GuiElements.cpp b/plugins/HTTPServer/src/GuiElements.cpp index 54adc72e0c..12085df132 100644 --- a/plugins/HTTPServer/src/GuiElements.cpp +++ b/plugins/HTTPServer/src/GuiElements.cpp @@ -982,7 +982,7 @@ static INT_PTR CALLBACK DlgProcStatsticView(HWND hwndDlg, UINT msg, WPARAM wPara /////////////////////////////////////////////////////////////////////
// Member Function : SendLinkToUser
// Type : Global
-// Parameters : wParam - (WPARAM)(HANDLE)hContact
+// Parameters : wParam - (MCONTACT)hContact
// lParam - ?
// Returns : static int
// Description : Send the link to the given contact
@@ -1001,7 +1001,7 @@ void SendLinkToUser(WPARAM wParam, char *pszSrvPath) { /////////////////////////////////////////////////////////////////////
// Member Function : nShareNewFile
// Type : Global
-// Parameters : wParam - (WPARAM)(HANDLE)hContact
+// Parameters : wParam - (MCONTACT)hContact
// lParam - ?
// Returns : static int
|