diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-08-22 15:11:52 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-08-22 15:12:22 +0200 |
commit | 6fb127a62e8f6f55b41eb75e5f7c20339886e021 (patch) | |
tree | 22dc0b89038b817672c7ab94bf7ac6bd365fc1d1 /shell/Library_wininetbe.mk | |
parent | f9fa180e42453b95b75d97dc8e50eab7e38c7464 (diff) |
Replace use_internal_api with use_udk_api etc. where appropriate
Change-Id: I5e216ca01830a6568159ee8e9265938667f201a1
Diffstat (limited to 'shell/Library_wininetbe.mk')
-rw-r--r-- | shell/Library_wininetbe.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shell/Library_wininetbe.mk b/shell/Library_wininetbe.mk index c6ba04c0a856..9853c2cba6f6 100644 --- a/shell/Library_wininetbe.mk +++ b/shell/Library_wininetbe.mk @@ -27,9 +27,7 @@ $(eval $(call gb_Library_Library,wininetbe1)) -$(eval $(call gb_Library_use_internal_api,wininetbe1,\ - wininetbe \ -)) +$(eval $(call gb_Library_use_sdk_api,wininetbe1)) $(eval $(call gb_Library_use_libraries,wininetbe1,\ cppu \ |