From 4f4e1de2d07ebcdc9c12d98cec2b8b51bd2208a1 Mon Sep 17 00:00:00 2001 From: bl0ckeduser Date: Wed, 16 Nov 2011 23:19:05 -0500 Subject: [PATCH] Win32: add notice on removal of DirectDraw in recent DX APIs --- win32/docs/how2compile.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/win32/docs/how2compile.txt b/win32/docs/how2compile.txt index 0e50be36..5d7e5e67 100644 --- a/win32/docs/how2compile.txt +++ b/win32/docs/how2compile.txt @@ -8,6 +8,8 @@ NOTE: Unicode support requires a special zlib build - see the end of the zlib en your own project file for earlier MSVC versions - A recent DirectX SDK. The official binary is compiled against the June 2008 SDK. + Note that as of the June 2010 release of the DirectX SDK, DirectDraw (which is + necessary to compile) has been removed. - zlib(optional) - The release binaries are built against a static zlib compiled against VC's multi-threaded C runtime and renamed to zlibmt.lib, to avoid linker conflicts.