From 0ffa196f29dafa43481690e695b9469c728fd953 Mon Sep 17 00:00:00 2001 From: Andrew Tonner Date: Wed, 18 Jan 2017 14:44:33 -0800 Subject: [PATCH] remove PASCAL undef --- SheepShaver/src/Windows/sysdeps.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/SheepShaver/src/Windows/sysdeps.h b/SheepShaver/src/Windows/sysdeps.h index 0236d74e..04dcff68 100755 --- a/SheepShaver/src/Windows/sysdeps.h +++ b/SheepShaver/src/Windows/sysdeps.h @@ -34,10 +34,6 @@ #error "You don't have ANSI C header files." #endif -#ifndef PASCAL -#define PASCAL -#endif - #include #include #include