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
b93c6dfc
Commit
b93c6dfc
authored
May 13, 2011
by
Marcus Meissner
Committed by
Alexandre Julliard
May 20, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mapi32: Mark internal symbols with hidden visibility.
parent
fb484144
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
mapi32_main.c
dlls/mapi32/mapi32_main.c
+2
-2
util.h
dlls/mapi32/util.h
+4
-4
No files found.
dlls/mapi32/mapi32_main.c
View file @
b93c6dfc
...
@@ -33,8 +33,8 @@
...
@@ -33,8 +33,8 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
mapi
);
WINE_DEFAULT_DEBUG_CHANNEL
(
mapi
);
LONG
MAPI_ObjectCount
=
0
;
DECLSPEC_HIDDEN
LONG
MAPI_ObjectCount
=
0
;
HINSTANCE
hInstMAPI32
;
DECLSPEC_HIDDEN
HINSTANCE
hInstMAPI32
;
/***********************************************************************
/***********************************************************************
* DllMain (MAPI32.init)
* DllMain (MAPI32.init)
...
...
dlls/mapi32/util.h
View file @
b93c6dfc
...
@@ -25,8 +25,8 @@
...
@@ -25,8 +25,8 @@
#include <mapi.h>
#include <mapi.h>
#include <mapix.h>
#include <mapix.h>
extern
void
load_mapi_providers
(
void
);
extern
void
load_mapi_providers
(
void
)
DECLSPEC_HIDDEN
;
extern
void
unload_mapi_providers
(
void
);
extern
void
unload_mapi_providers
(
void
)
DECLSPEC_HIDDEN
;
typedef
struct
MAPI_FUNCTIONS
{
typedef
struct
MAPI_FUNCTIONS
{
LPMAPIADDRESS
MAPIAddress
;
LPMAPIADDRESS
MAPIAddress
;
...
@@ -60,7 +60,7 @@ typedef struct MAPI_FUNCTIONS {
...
@@ -60,7 +60,7 @@ typedef struct MAPI_FUNCTIONS {
SCODE
(
WINAPI
*
ScInitMapiUtil
)
(
ULONG
ulReserved
);
SCODE
(
WINAPI
*
ScInitMapiUtil
)
(
ULONG
ulReserved
);
}
MAPI_FUNCTIONS
;
}
MAPI_FUNCTIONS
;
extern
MAPI_FUNCTIONS
mapiFunctions
;
extern
MAPI_FUNCTIONS
mapiFunctions
DECLSPEC_HIDDEN
;
extern
HINSTANCE
hInstMAPI32
;
extern
HINSTANCE
hInstMAPI32
DECLSPEC_HIDDEN
;
#endif
#endif
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