mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
14 lines
625 B
Plaintext
14 lines
625 B
Plaintext
$NetBSD: patch-ao,v 1.2 2006/03/18 15:56:00 ben Exp $
|
|
|
|
--- i386/sa1struc.h.orig 2004-12-30 14:15:44.000000000 -0800
|
|
+++ i386/sa1struc.h
|
|
@@ -86,7 +86,7 @@
|
|
Super NES and Super Nintendo Entertainment System are trademarks of
|
|
Nintendo Co., Limited and its subsidiary companies.
|
|
*******************************************************************************/
|
|
-#if defined(__DJGCC) || defined(MICROSOFT_C) || defined(_WINDOWS)
|
|
+#if defined(__DJGCC) || defined(MICROSOFT_C) || defined(_WINDOWS) || defined(_ASM_UNDERBARS)
|
|
#define S9xTraceMessage _S9xTraceMessage
|
|
#define S9xGetPPU _S9xGetPPU
|
|
#define S9xSetPPU _S9xSetPPU
|