Main Page   Data Structures   File List   Data Fields   Globals  

cyfer.h

Go to the documentation of this file.
00001 
00056 #ifndef _CYFER_H_
00057 #define _CYFER_H_
00058 
00059 #include <stdlib.h>
00060 
00061 #if defined(_WIN32)
00062 #define CYFER_API __declspec(dllimport)
00063 typedef unsigned int bool;
00064 #define false 0
00065 #define true (!0)
00066 #else
00067 #define CYFER_API
00068 #include <stdbool.h>
00069 #endif
00070 
00071 #endif /* _CYFER_H_ */
00072 

Generated on Sun Sep 26 13:53:58 2004 for Cyfer by doxygen1.3-rc3