00001 // 00002 // pp_.h,v 1.1 1996/12/07 05:11:14 ms Exp 00003 // 00004 00005 #ifndef PP__H 00006 #define PP__H 00007 00008 00009 #if defined(_Windows) && !defined(__WIN32__) 00010 #include <windows.h> 00011 #include <windowsx.h> 00012 #endif 00013 00014 //#include <fstream.h> //ALFRED 00015 #include <string.h> 00016 #include <limits.h> 00017 00018 //#include "mytypes.h" 00019 #include "myendian.h" 00020 00021 00022 #endif