mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 13:16:07 +00:00
fixing a path issue so it is compatible with linux
svn path=/trunk/; revision=26746
This commit is contained in:
parent
c21f54bb23
commit
968fb23c3b
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
|||
#include <d3dhal.h>
|
||||
#include <ddrawgdi.h>
|
||||
|
||||
#include "Ddraw\ddraw.h"
|
||||
#include "Surface\surface.h"
|
||||
#include "Ddraw/ddraw.h"
|
||||
#include "Surface/surface.h"
|
||||
|
||||
/* DirectDraw startup code only internal use */
|
||||
extern DDRAWI_DIRECTDRAW_GBL ddgbl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue