summaryrefslogtreecommitdiff
path: root/src/net/win2mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/win2mac.h')
-rw-r--r--src/net/win2mac.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/net/win2mac.h b/src/net/win2mac.h
index 8159f4a3..29102fae 100644
--- a/src/net/win2mac.h
+++ b/src/net/win2mac.h
@@ -1,13 +1,10 @@
-#ifndef _TMW_MAC_H
-#define _TMW_MAC_H
+#ifndef _TMW_WIN2MAC_
+#define _TMW_WIN2MAC_
#include <stdio.h>
#define UInt16 unsigned short int
-#define INT16 short int
#define UInt32 unsigned long int
-#define INT32 long int
-#define SWAP( a, b ) { char c; c=a; a=b; b=c; }
UInt32 DR_SwapFourBytes(UInt32 dw);
UInt16 DR_SwapTwoBytes(UInt16 w);