summaryrefslogtreecommitdiff
path: root/src/net/win2mac.h
diff options
context:
space:
mode:
authorDuane Bailey <nayryeliab@gmail.com>2005-09-22 23:28:58 +0000
committerDuane Bailey <nayryeliab@gmail.com>2005-09-22 23:28:58 +0000
commit6e383d8867081d3ec6b57b4d2f171a4382e83195 (patch)
tree3c658e7e8068f7f0a13c8434dd1fac0e47b43ab1 /src/net/win2mac.h
parent59796855784a34e35d09c5cb3750dd5a9b421c10 (diff)
downloadmana-6e383d8867081d3ec6b57b4d2f171a4382e83195.tar.gz
mana-6e383d8867081d3ec6b57b4d2f171a4382e83195.tar.bz2
mana-6e383d8867081d3ec6b57b4d2f171a4382e83195.tar.xz
mana-6e383d8867081d3ec6b57b4d2f171a4382e83195.zip
removed win2mac support
Diffstat (limited to 'src/net/win2mac.h')
-rw-r--r--src/net/win2mac.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/net/win2mac.h b/src/net/win2mac.h
deleted file mode 100644
index d0a99dad..00000000
--- a/src/net/win2mac.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef _TMW_WIN2MAC_
-#define _TMW_WIN2MAC_
-
-#include <stdio.h>
-
-#define UInt16 unsigned short int
-#define UInt32 unsigned long int
-
-UInt32 DR_SwapFourBytes(UInt32 dw);
-UInt16 DR_SwapTwoBytes(UInt16 w);
-
-#endif