summaryrefslogtreecommitdiff
path: root/canvas/StaticLibrary_directxcanvas.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-12-10 17:45:00 +0100
committerMichael Stahl <mstahl@redhat.com>2014-12-10 17:47:18 +0100
commitff17c5a2b06367e9fdeff2d5763ccaeb9725511f (patch)
tree124c6c34b168b3bf6d024dfe6e51db878501df5e /canvas/StaticLibrary_directxcanvas.mk
parent67f5fa5a23c9678a83eb75534307385475f1d586 (diff)
canvas: remove Windows SDK #ifdefs - all supported MSVC/SDK have DirectX
Change-Id: I5106593ad5472992e3607665849fb35802b6e266
Diffstat (limited to 'canvas/StaticLibrary_directxcanvas.mk')
-rw-r--r--canvas/StaticLibrary_directxcanvas.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/canvas/StaticLibrary_directxcanvas.mk b/canvas/StaticLibrary_directxcanvas.mk
index dabe9c3bc976..da7f380a7a39 100644
--- a/canvas/StaticLibrary_directxcanvas.mk
+++ b/canvas/StaticLibrary_directxcanvas.mk
@@ -23,12 +23,6 @@ $(eval $(call gb_StaticLibrary_add_defs,directxcanvas,\
-UNOMINMAX \
))
-ifneq ($(filter 80 81,$(WINDOWS_SDK_VERSION)),)
-$(eval $(call gb_StaticLibrary_add_defs,directxcanvas,\
- -DWIN8_SDK=1 \
-))
-endif
-
$(eval $(call gb_StaticLibrary_add_exception_objects,directxcanvas,\
canvas/source/directx/dx_bitmap \
canvas/source/directx/dx_bitmapcanvashelper \