diff options
Diffstat (limited to 'src/net/win2mac.h')
-rw-r--r-- | src/net/win2mac.h | 12 |
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 |