Kaydet (Commit) abb8ce43 authored tarafından Riccardo Magliocchetti's avatar Riccardo Magliocchetti Kaydeden (comit) Noel Grandin

Kill unused directx < 9 ifdefery

Change-Id: I2cd5dd5b4f723e26802930003c68433917af782d
Reviewed-on: https://gerrit.libreoffice.org/13371Reviewed-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
Tested-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
üst 5141f2e0
......@@ -56,22 +56,7 @@
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#if DIRECTX_VERSION < 0x0900
#include <multimon.h>
// Be compatible with directdraw 3.0. Lets see how far this takes us
#define DIRECTDRAW_VERSION 0x0300
#include <ddraw.h>
// Be compatible with direct3d 5.0. Lets see how far this takes us
#define DIRECT3D_VERSION 0x0500
#define D3D_OVERLOADS
#include <d3d.h>
typedef IDirectDrawSurface surface_type;
#elif WIN8_SDK == 1 || defined(_USING_V110_SDK71_)
#if WIN8_SDK == 1 || defined(_USING_V110_SDK71_)
#include <d3d9.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment