mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 01:34:11 +00:00
xwin: ddraw: Moved the include guard to its correct location.
The include guard in this file has been incorrectly moved up breaking the #include_next behavior on MS Windows builds. Moved it to its correct location. Signed-off-by: b-aaz <b-aazbsd@proton.me>
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
#ifndef __XWIN_DDRAW_H
|
||||
#define __XWIN_DDRAW_H
|
||||
|
||||
#ifdef __MINGW64_VERSION_MAJOR
|
||||
#include_next <ddraw.h>
|
||||
#define __XWIN_DDRAW_H
|
||||
#endif
|
||||
|
||||
#ifndef __XWIN_DDRAW_H
|
||||
#define __XWIN_DDRAW_H
|
||||
|
||||
|
||||
#include <winnt.h>
|
||||
#include <wingdi.h>
|
||||
#include <objbase.h>
|
||||
|
||||
Reference in New Issue
Block a user