Mention a patch needed to dinput.h.

svn path=/trunk/; revision=21965
This commit is contained in:
Tor Lillqvist 2007-02-20 20:02:40 +00:00
parent 2534e1258e
commit 052be623f8
1 changed files with 7 additions and 0 deletions

View File

@ -21,6 +21,13 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
/* When using gcc with the February 2007 version of the DirectX SDK,
* at least, you need to fix a couple of duplicate typedefs in the
* DirectX <dinput.h>. Unfortunately I can't include the diff here,
* both for copyright reasons, and because that would confuse the C
* lexer even if inside #if 0.
*/
#include "config.h" #include "config.h"
#include <errno.h> #include <errno.h>