mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
- Prevent PEVENT type redifinition (which is fine with MSVC but not with GCC).
svn path=/trunk/; revision=41675
This commit is contained in:
parent
92fa1b9f95
commit
5f39190d38
2 changed files with 4 additions and 0 deletions
|
@ -426,7 +426,9 @@ typedef struct _VIDEO_HARDWARE_STATE {
|
|||
#define VIDEO_DUALVIEW_PRIMARY 0x80000000
|
||||
#define VIDEO_DUALVIEW_SECONDARY 0x40000000
|
||||
|
||||
#ifndef _WINDDI_
|
||||
typedef struct _ENG_EVENT *PEVENT;
|
||||
#endif
|
||||
|
||||
typedef struct _ENG_EVENT
|
||||
{
|
||||
|
|
|
@ -84,7 +84,9 @@ DECLARE_HANDLE(DHSURF);
|
|||
DECLARE_HANDLE(DHPDEV);
|
||||
DECLARE_HANDLE(HDRVOBJ);
|
||||
|
||||
#ifndef __NTDDVDEO_H
|
||||
typedef struct _ENG_EVENT *PEVENT;
|
||||
#endif
|
||||
|
||||
#define OPENGL_CMD 4352
|
||||
#define OPENGL_GETINFO 4353
|
||||
|
|
Loading…
Reference in a new issue