Merge pull request #11 from bl0ckeduser/patch-4

Win32: add notice on removal of DirectDraw in recent DX APIs
This commit is contained in:
OV2 2011-11-18 07:02:09 -08:00
commit 596697217a
1 changed files with 2 additions and 0 deletions

View File

@ -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.