From a0b05712a66a2de24ba0e0c540a15a207b12a876 Mon Sep 17 00:00:00 2001 From: pixel Date: Thu, 9 Oct 2003 01:50:12 +0000 Subject: Correction d'un bug de compil... --- PE/table.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'PE/table.h') diff --git a/PE/table.h b/PE/table.h index c5a13d2..5643681 100644 --- a/PE/table.h +++ b/PE/table.h @@ -2,6 +2,7 @@ char table[256] = "0123456789+-=*% ABCDEFGHIJKLMNOPQRSTUVWXYZ&!?\"'.abcdefghijkl #define MAXCHAR 0x5b +#ifdef __HANDLE_H__ void extracttext(Handle * f, Handle * t, int size) { int j; Uint8 b, a1, a2; @@ -63,3 +64,4 @@ void extracttext(Handle * f, Handle * t, int size) { } } } +#endif -- cgit v1.2.3