diff --git a/glide3x/h3/glide3/src/gsfc.c b/glide3x/h3/glide3/src/gsfc.c index 40b1766..c1dcbfb 100644 --- a/glide3x/h3/glide3/src/gsfc.c +++ b/glide3x/h3/glide3/src/gsfc.c @@ -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 diff --git a/glide3x/h5/glide3/src/gsfc.c b/glide3x/h5/glide3/src/gsfc.c index 54f4050..08a49ab 100644 --- a/glide3x/h5/glide3/src/gsfc.c +++ b/glide3x/h5/glide3/src/gsfc.c @@ -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)