Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
4d14f2dd
Commit
4d14f2dd
authored
Jul 29, 2023
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Jul 31, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
inetcpl.cpl: Remove DECLSPEC_HIDDEN usage.
parent
3969c56e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
inetcpl.c
dlls/inetcpl.cpl/inetcpl.c
+1
-1
inetcpl.h
dlls/inetcpl.cpl/inetcpl.h
+4
-4
No files found.
dlls/inetcpl.cpl/inetcpl.c
View file @
4d14f2dd
...
...
@@ -38,7 +38,7 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
inetcpl
);
DECLSPEC_HIDDEN
HMODULE
hcpl
;
HMODULE
hcpl
;
/*********************************************************************
* DllMain (inetcpl.@)
...
...
dlls/inetcpl.cpl/inetcpl.h
View file @
4d14f2dd
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment