--- psiconv/trunk/lib/psiconv/checkuid.c 1999/10/03 21:10:47 2 +++ psiconv/trunk/lib/psiconv/checkuid.c 2002/01/29 18:38:38 142 @@ -1,6 +1,6 @@ /* checkuid.c - Part of psiconv, a PSION 5 file formats converter - Copyright (c) 1999 Frodo Looijaard + Copyright (c) 1999, 2000 Frodo Looijaard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,12 @@ */ #include "config.h" -#include "data.h" +#include "compat.h" +#include "common.h" + +#ifdef DMALLOC +#include +#endif static psiconv_u32 uid1[32] = { /* bit 0 */ 0x000045A0, @@ -59,7 +64,7 @@ /* bit 1 */ 0x0000ED68, /* bit 2 */ 0x0000CAF1, /* bit 3 */ 0x000085C3, - /* bit 4 */ 0x000018A7, + /* bit 4 */ 0x00001BA7, /* bit 5 */ 0x0000374E, /* bit 6 */ 0x00006E9C, /* bit 7 */ 0x0000DD38, @@ -67,7 +72,7 @@ /* bit 9 */ 0xED680000, /* bit 10 */ 0xCAF10000, /* bit 11 */ 0x85C30000, - /* bit 12 */ 0x18A70000, + /* bit 12 */ 0x1BA70000, /* bit 13 */ 0x374E0000, /* bit 14 */ 0x6E9C0000, /* bit 15 */ 0xDD380000,