From 1ee5e0629535501d9f0dfe146bc0d740f18fec79 Mon Sep 17 00:00:00 2001 From: sezero Date: Tue, 14 Aug 2018 02:40:55 +0300 Subject: [PATCH] h5, gpio.c: removed watcom workaround for building under dos --- glide3x/h5/minihwc/gpio.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/glide3x/h5/minihwc/gpio.c b/glide3x/h5/minihwc/gpio.c index ac9a5dc..348f3da 100644 --- a/glide3x/h5/minihwc/gpio.c +++ b/glide3x/h5/minihwc/gpio.c @@ -7,11 +7,9 @@ #include "minihwc.h" #ifdef __WATCOMC__ #include -#include "h3cini~1.h" #define usleep(x) delay((x) / 1000) -#else -#include "h3cinitdd.h" #endif +#include "h3cinitdd.h" #define USEC (1000)