summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
Diffstat (limited to 'io')
-rw-r--r--io/Library_acceptor.mk1
-rw-r--r--io/Library_connector.mk1
-rw-r--r--io/Library_streams.mk1
-rw-r--r--io/Library_textinstream.mk1
-rw-r--r--io/Library_textoutstream.mk1
5 files changed, 5 insertions, 0 deletions
diff --git a/io/Library_acceptor.mk b/io/Library_acceptor.mk
index 80062249654c..a07da5d58765 100644
--- a/io/Library_acceptor.mk
+++ b/io/Library_acceptor.mk
@@ -33,6 +33,7 @@ $(eval $(call gb_Library_use_libraries,acceptor,\
cppu \
cppuhelper \
sal \
+ $(gb_UWINAPI) \
$(gb_STDLIBS) \
))
diff --git a/io/Library_connector.mk b/io/Library_connector.mk
index c2147e7d3f31..2bbe7257e922 100644
--- a/io/Library_connector.mk
+++ b/io/Library_connector.mk
@@ -33,6 +33,7 @@ $(eval $(call gb_Library_use_libraries,connector,\
cppu \
cppuhelper \
sal \
+ $(gb_UWINAPI) \
$(gb_STDLIBS) \
))
diff --git a/io/Library_streams.mk b/io/Library_streams.mk
index 696bc4716c77..bb79154ff61a 100644
--- a/io/Library_streams.mk
+++ b/io/Library_streams.mk
@@ -33,6 +33,7 @@ $(eval $(call gb_Library_use_libraries,streams,\
cppu \
cppuhelper \
sal \
+ $(gb_UWINAPI) \
$(gb_STDLIBS) \
))
diff --git a/io/Library_textinstream.mk b/io/Library_textinstream.mk
index d9c67a245fc1..b921a206792d 100644
--- a/io/Library_textinstream.mk
+++ b/io/Library_textinstream.mk
@@ -35,6 +35,7 @@ $(eval $(call gb_Library_use_libraries,textinstream,\
cppu \
cppuhelper \
sal \
+ $(gb_UWINAPI) \
$(gb_STDLIBS) \
))
diff --git a/io/Library_textoutstream.mk b/io/Library_textoutstream.mk
index 0fdaf7ffd9c9..17fe1ec591a3 100644
--- a/io/Library_textoutstream.mk
+++ b/io/Library_textoutstream.mk
@@ -35,6 +35,7 @@ $(eval $(call gb_Library_use_libraries,textoutstream,\
cppu \
cppuhelper \
sal \
+ $(gb_UWINAPI) \
$(gb_STDLIBS) \
))