[Wine-patches] [eterhack] mountmgr.sys: Mark internal symbols with hidden visibility.

Alexander Morozov amorozov на etersoft.ru
Пн Июл 25 16:47:42 MSD 2011


----------- следующая часть -----------
From ea8a170c682d070763e4cef489a2ba01fad37c58 Mon Sep 17 00:00:00 2001
From: Alexander Morozov <amorozov на etersoft.ru>
Date: Mon, 25 Jul 2011 16:40:32 +0400
Subject: [eterhack] mountmgr.sys: Mark internal symbols with hidden
 visibility.

---
 dlls/mountmgr.sys/mountmgr.h |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/dlls/mountmgr.sys/mountmgr.h b/dlls/mountmgr.sys/mountmgr.h
index c71e5e9..32558bc 100644
--- a/dlls/mountmgr.sys/mountmgr.h
+++ b/dlls/mountmgr.sys/mountmgr.h
@@ -39,8 +39,10 @@
 extern void initialize_hal(void) DECLSPEC_HIDDEN;
 extern void initialize_diskarbitration(void) DECLSPEC_HIDDEN;
 
-extern NTSTATUS WINAPI usbhub_driver_entry( DRIVER_OBJECT *driver, UNICODE_STRING *path );
-extern NTSTATUS WINAPI parport_driver_entry( DRIVER_OBJECT *driver, UNICODE_STRING *path );
+extern NTSTATUS WINAPI usbhub_driver_entry( DRIVER_OBJECT *driver,
+                                            UNICODE_STRING *path ) DECLSPEC_HIDDEN;
+extern NTSTATUS WINAPI parport_driver_entry( DRIVER_OBJECT *driver,
+                                             UNICODE_STRING *path ) DECLSPEC_HIDDEN;
 
 /* device functions */
 
@@ -80,5 +82,5 @@ extern void set_mount_point_id( struct mount_point *mount, const void *id, unsig
 
 /* usb functions */
 
-extern void add_usb_devices(void);
-extern void remove_usb_devices(void);
+extern void add_usb_devices(void) DECLSPEC_HIDDEN;
+extern void remove_usb_devices(void) DECLSPEC_HIDDEN;
-- 
1.7.5.4



Подробная информация о списке рассылки Wine-patches