SeaBreeze
SeaBreeze.h
Go to the documentation of this file.
1 /***************************************************/
32 #ifndef SEABREEZE_H
33 #define SEABREEZE_H
34 
35 typedef unsigned char byte;
36 
37 #ifdef WINDOWS
38 /* Visual studio does not implement declared exception
39  * specification but accepts it with a warning. This
40  * suppresses the warning (4290).
41  */
42 #pragma warning( disable : 4290 )
43 #endif /* WINDOWS */
44 
45 #endif /* SEABREEZE_H */