From 51fe36088987229603dbcae8b4616920b0478bc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Mon, 2 Apr 2007 12:56:10 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20changement=20du=20nom=20de=20d=C3=A9fin?= =?UTF-8?q?ition?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/types.h b/include/types.h index 451dbd8..0d0af5b 100644 --- a/include/types.h +++ b/include/types.h @@ -1,5 +1,5 @@ -#ifndef I386_TYPE -#define I386_TYPE +#ifndef TYPE +#define TYPE typedef unsigned char u8; typedef unsigned short u16; typedef unsigned int u32;