Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

fxver.h
Go to the documentation of this file.
1 #ifndef FXVER_H
2 #define FXVER_H
3 
4 
5 // FOX version
6 #define FOX_MAJOR 1
7 #define FOX_MINOR 6
8 #define FOX_LEVEL 49
9 
10 
11 
12 // FOX byte order
13 #ifndef FOX_BIGENDIAN
14 #define FOX_BIGENDIAN 0
15 #endif
16 
17 
18 #endif

Copyright © 1997-2005 Jeroen van der Zijp