h3, h5: gsfc.c: replace backslash path separators in include directive.

This commit is contained in:
sezero
2018-08-10 20:38:32 +03:00
parent da4d6857ba
commit 8a406cba3d
2 changed files with 2 additions and 2 deletions

View File

@@ -184,7 +184,7 @@
* This little bit of stupidity is so that we can get the
* various fifo types that the 2d driver knows about.
*/
#include "..\..\minihwc\hwcext.h"
#include "../../minihwc/hwcext.h"
/*-------------------------------------------------------------------
Function: grSurfaceCreateContext

View File

@@ -250,7 +250,7 @@
* This little bit of stupidity is so that we can get the
* various fifo types that the 2d driver knows about.
*/
#include "..\..\minihwc\hwcext.h"
#include "../../minihwc/hwcext.h"
#elif (GLIDE_PLATFORM & GLIDE_OS_MACOS)