mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 09:52:56 +00:00
fix the thrunk so it compiles again after me
svn path=/trunk/; revision=18715
This commit is contained in:
parent
3990f85a1a
commit
36717587bb
1 changed files with 3 additions and 3 deletions
|
@ -9,15 +9,15 @@
|
||||||
#ifndef _NO_COM
|
#ifndef _NO_COM
|
||||||
#define _NO_COM
|
#define _NO_COM
|
||||||
#include <ddraw.h>
|
#include <ddraw.h>
|
||||||
#include <dvp.h>
|
#include <ddk/ddrawi.h> /* FIXME: We shouldn't include this header. */
|
||||||
#undef _NO_COM
|
#undef _NO_COM
|
||||||
#else
|
#else
|
||||||
#include <ddraw.h>
|
#include <ddraw.h>
|
||||||
#include <dvp.h>
|
#include <ddk/ddrawi.h> /* FIXME: We shouldn't include this header. */
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
#include <ddraw.h>
|
#include <ddraw.h>
|
||||||
#include <dvp.h>
|
#include <ddk/ddrawi.h> /* FIXME: We shouldn't include this header. */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue