diff options
Diffstat (limited to 'libmpdvdkit2/common.h')
-rw-r--r-- | libmpdvdkit2/common.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/libmpdvdkit2/common.h b/libmpdvdkit2/common.h index 87a4b77a8a..f99a67b2d8 100644 --- a/libmpdvdkit2/common.h +++ b/libmpdvdkit2/common.h @@ -13,7 +13,7 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the @@ -27,14 +27,7 @@ /***************************************************************************** * Basic types definitions *****************************************************************************/ - -/* Basic types definitions */ -typedef unsigned char u8; -typedef signed char s8; -typedef unsigned int u32; -typedef signed int s32; - -typedef u8 byte_t; +#include <inttypes.h> #if defined( WIN32 ) |