diff options
| author | Steven Fuller <relnev@icculus.org> | 2008-05-04 15:17:55 -0700 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:37 +0200 |
| commit | 9b449609fac7b23f2f9655ce2d766f1f56679ba4 (patch) | |
| tree | 437781bff4f72b2d4bd3220f657a58ef516c18b5 /src/win95 | |
| parent | 361c1319328308341d00a8c6dacc28e6096dd041 (diff) | |
Removed SupportWindows95 and platform_pc macros.
Diffstat (limited to 'src/win95')
| -rw-r--r-- | src/win95/platform.h | 2 | ||||
| -rw-r--r-- | src/win95/plspecfn.c | 4 |
2 files changed, 0 insertions, 6 deletions
diff --git a/src/win95/platform.h b/src/win95/platform.h index d49d4f6..fabeaf5 100644 --- a/src/win95/platform.h +++ b/src/win95/platform.h @@ -15,8 +15,6 @@ extern "C" { #endif -#define platform_pc Yes - /* Types */ typedef struct LONGLONGCH { diff --git a/src/win95/plspecfn.c b/src/win95/plspecfn.c index c3d033d..217fdd6 100644 --- a/src/win95/plspecfn.c +++ b/src/win95/plspecfn.c @@ -10,12 +10,8 @@ #include "bh_types.h" #include "pvisible.h" - - -#if SupportWindows95 #include "kzsort.h" #include "kshape.h" -#endif /* |
