summaryrefslogtreecommitdiff
path: root/shell/Library_propertyhdl.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_propertyhdl.mk
parent22e8f9b907d4ec183adfecbae279a1039b6f571d (diff)
partially revert 3ca7b8c296bcda699bcf642db3932b3fdbe7ad06
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_propertyhdl.mk')
-rw-r--r--shell/Library_propertyhdl.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/Library_propertyhdl.mk b/shell/Library_propertyhdl.mk
index 8b7d7ff732b4..4d701cd781d8 100644
--- a/shell/Library_propertyhdl.mk
+++ b/shell/Library_propertyhdl.mk
@@ -74,8 +74,8 @@ $(eval $(call gb_Library_use_static_libraries,propertyhdl,\
))
$(eval $(call gb_Library_add_ldflags,propertyhdl,\
- /EXPORT:DllCanUnloadNow,PRIVATE \
- /EXPORT:DllGetClassObject,PRIVATE \
+ /EXPORT:DllCanUnloadNow \
+ /EXPORT:DllGetClassObject \
))
$(eval $(call gb_Library_add_exception_objects,propertyhdl,\