From 8a406cba3d2797db829fe08dc917e52b47faaf29 Mon Sep 17 00:00:00 2001 From: sezero Date: Fri, 10 Aug 2018 20:38:32 +0300 Subject: [PATCH] h3, h5: gsfc.c: replace backslash path separators in include directive. --- glide3x/h3/glide3/src/gsfc.c | 2 +- glide3x/h5/glide3/src/gsfc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)