ccutil/platform.h

Go to the documentation of this file.
00001 
00005 #define DLLSYM
00006 #ifdef __MSW32__
00007 #define SIGNED
00008 #else
00009 // so it plays nice with other packages (wx)
00010 #ifndef __UNIX__
00011 #define __UNIX__
00012 #endif // __UNIX__
00013 #include <limits.h>
00014 #ifndef PATH_MAX
00015 #define MAX_PATH 4096
00016 #else
00017 #define MAX_PATH PATH_MAX
00018 #endif
00019 #define SIGNED signed
00020 #endif

Generated on Wed Feb 28 19:49:09 2007 for Tesseract by  doxygen 1.5.1