Commit 4d14f2dd authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

inetcpl.cpl: Remove DECLSPEC_HIDDEN usage.

parent 3969c56e
......@@ -38,7 +38,7 @@
WINE_DEFAULT_DEBUG_CHANNEL(inetcpl);
DECLSPEC_HIDDEN HMODULE hcpl;
HMODULE hcpl;
/*********************************************************************
* DllMain (inetcpl.@)
......
......@@ -27,10 +27,10 @@
#include <commctrl.h>
extern HMODULE hcpl;
INT_PTR CALLBACK connections_dlgproc(HWND, UINT, WPARAM, LPARAM) DECLSPEC_HIDDEN;
INT_PTR CALLBACK content_dlgproc(HWND, UINT, WPARAM, LPARAM) DECLSPEC_HIDDEN;
INT_PTR CALLBACK general_dlgproc(HWND, UINT, WPARAM, LPARAM) DECLSPEC_HIDDEN;
INT_PTR CALLBACK security_dlgproc(HWND, UINT, WPARAM, LPARAM) DECLSPEC_HIDDEN;
INT_PTR CALLBACK connections_dlgproc(HWND, UINT, WPARAM, LPARAM);
INT_PTR CALLBACK content_dlgproc(HWND, UINT, WPARAM, LPARAM);
INT_PTR CALLBACK general_dlgproc(HWND, UINT, WPARAM, LPARAM);
INT_PTR CALLBACK security_dlgproc(HWND, UINT, WPARAM, LPARAM);
#define NUM_PROPERTY_PAGES 8
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment