h3cinit.c: removed an ugly hack for building under dos.

This commit is contained in:
sezero
2018-08-03 18:43:33 +03:00
parent 371f2af8ec
commit d257dd2bc2
2 changed files with 0 additions and 10 deletions

View File

@@ -333,12 +333,7 @@
#include <h3cinit.h> #include <h3cinit.h>
#include <h3.h> #include <h3.h>
/* 8.3 fun */
#ifdef __DOS32__
#include "h3cini~1.h"
#else
#include "h3cinitdd.h" #include "h3cinitdd.h"
#endif
// Fixing support for H4 pll tables. // Fixing support for H4 pll tables.
#ifdef H4 #ifdef H4

View File

@@ -333,12 +333,7 @@
#include <h3cinit.h> #include <h3cinit.h>
#include <h3.h> #include <h3.h>
/* 8.3 fun */
#ifdef __DOS32__
#include "h3cini~1.h"
#else
#include "h3cinitdd.h" #include "h3cinitdd.h"
#endif
// Fixing support for H4 pll tables. // Fixing support for H4 pll tables.
#ifdef H4 #ifdef H4