diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-09-02 18:01:45 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-09-02 18:02:52 +0200 |
commit | c4f210f55881b186034b838c60665bbff392f289 (patch) | |
tree | 462cace3a615af591d95af21788dec4512399b3c /dtrans | |
parent | cf5f20b3ddfe87162c7701aa1523b1a6ab4a90b8 (diff) |
dtrans, winaccessibility: consistently use $(gb_UWINAPI)
Change-Id: Ica85fbd62bdc67d17b33a27e9bd67997495120a4
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/Library_mcnttype.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dtrans/Library_mcnttype.mk b/dtrans/Library_mcnttype.mk index 8ed23c33bd62..2470f1bffca8 100644 --- a/dtrans/Library_mcnttype.mk +++ b/dtrans/Library_mcnttype.mk @@ -36,10 +36,4 @@ $(eval $(call gb_Library_add_exception_objects,mcnttype,\ dtrans/source/cnttype/mctfentry \ )) -ifeq ($(OS),WNT) -$(eval $(call gb_Library_use_libraries,mcnttype,\ - uwinapi \ -)) -endif - # vim: set noet sw=4 ts=4: |