X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=src%2Ftypes.h;fp=src%2Ftypes.h;h=0000000000000000000000000000000000000000;hp=a5b540d73cbe20824d8e0b8fba367a9d8848792f;hb=a21341eac3150807626c4bdebc6333835cefd617;hpb=d85b2f74a1b0a98b31d8fb31d181b36903dd0d59 diff --git a/src/types.h b/src/types.h deleted file mode 100644 index a5b540d..0000000 --- a/src/types.h +++ /dev/null @@ -1,33 +0,0 @@ -/* types.h - Some typedefs to make life simpler. If this file causes you problems, you might - try to remove all #include "types.h" and live with what configure does define. - - Part of the swftools package. - - Copyright (c) 2001 Matthias Kramm - - This file is distributed under the GPL, see file COPYING for details */ - -#ifndef __types_h__ -#define __types_h__ -typedef long unsigned w32; -typedef short unsigned w16; -typedef unsigned char u8; -typedef signed char s8; -typedef short unsigned u16; -typedef short signed s16; -typedef long unsigned u32; -typedef long signed s32; -typedef long long unsigned u64; -typedef long long signed s64; -typedef unsigned char byte; -typedef unsigned char uchar; -typedef signed char sbyte; -typedef unsigned short int word; -typedef signed short int sword; -typedef unsigned long int dword; -typedef signed long int sdword; -typedef signed short int integer; -typedef signed long int longint; -typedef long double extended; -#endif // __types_h__