summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpixel <pixel>2003-10-09 01:50:12 +0000
committerpixel <pixel>2003-10-09 01:50:12 +0000
commita0b05712a66a2de24ba0e0c540a15a207b12a876 (patch)
tree7bbde3b4cbaced821fc09961b9a960238baa65d4
parentd6b0d51889818ff33e1e526a0d69ff68c016ad6e (diff)
Correction d'un bug de compil...
-rw-r--r--PE/table.h2
1 files changed, 2 insertions, 0 deletions
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