mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 01:46:21 +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
|
||||
#define _NO_COM
|
||||
#include <ddraw.h>
|
||||
#include <dvp.h>
|
||||
#include <ddk/ddrawi.h> /* FIXME: We shouldn't include this header. */
|
||||
#undef _NO_COM
|
||||
#else
|
||||
#include <ddraw.h>
|
||||
#include <dvp.h>
|
||||
#include <ddk/ddrawi.h> /* FIXME: We shouldn't include this header. */
|
||||
#endif
|
||||
#else
|
||||
#include <ddraw.h>
|
||||
#include <dvp.h>
|
||||
#include <ddk/ddrawi.h> /* FIXME: We shouldn't include this header. */
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue