summaryrefslogtreecommitdiff
path: root/shell/Library_shlxthdl.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-05-28 15:23:46 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-29 07:36:12 +0200
commit16f09b72e235f3763d3822357bac6013ee9d965b (patch)
tree1f8b90941e80e12a71a1f419642e3f2c853b4e7e /shell/Library_shlxthdl.mk
parent22e8f9b907d4ec183adfecbae279a1039b6f571d (diff)
It is not possible to use PRIVATE this way. So, there are still warnings as: LINK : warning LNK4104: export of symbol 'DllCanUnloadNow' should be PRIVATE Change-Id: I9f14dd95b611475ef89914270c931a7115f1f5c8
Diffstat (limited to 'shell/Library_shlxthdl.mk')
-rw-r--r--shell/Library_shlxthdl.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/shell/Library_shlxthdl.mk b/shell/Library_shlxthdl.mk
index c546db6101ff..b8df8a93cbb5 100644
--- a/shell/Library_shlxthdl.mk
+++ b/shell/Library_shlxthdl.mk
@@ -74,10 +74,10 @@ $(eval $(call gb_Library_use_static_libraries,shlxthdl,\
$(eval $(call gb_Library_add_nativeres,shlxthdl,shlxthdl))
$(eval $(call gb_Library_add_ldflags,shlxthdl,\
- /EXPORT:DllCanUnloadNow,PRIVATE \
- /EXPORT:DllGetClassObject,PRIVATE \
- /EXPORT:DllRegisterServer,PRIVATE \
- /EXPORT:DllUnregisterServer,PRIVATE \
+ /EXPORT:DllCanUnloadNow \
+ /EXPORT:DllGetClassObject \
+ /EXPORT:DllRegisterServer \
+ /EXPORT:DllUnregisterServer \
))
$(eval $(call gb_Library_add_exception_objects,shlxthdl,\