X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;ds=sidebyside;f=src%2Fglobal%2Fgenint1.h;h=3a4ab718768a3a3e1ec0a7a6db2e845d43aeac00;hb=2319171bbf99580c7f8ba064f0830eecfb231fda;hp=1bb97d31a14469397f0de905b4818e16e36ec6e8;hpb=401fd2c16ab461b458c1508436453de10b89d375;p=vlp.git diff --git a/src/global/genint1.h b/src/global/genint1.h index 1bb97d3..3a4ab71 100644 --- a/src/global/genint1.h +++ b/src/global/genint1.h @@ -28,6 +28,13 @@ or Andrzej Salwicki ======================================================================= */ +#ifndef __GENINT_H +#define __GENINT_H + +/** + * @file + */ + #if GEN #define word address #endif @@ -67,8 +74,14 @@ or Andrzej Salwicki typedef int bool; #endif +/* In Qt4 these 2 definitions are already made */ +#ifndef FALSE #define FALSE 0 +#endif + +#ifndef TRUE #define TRUE 1 +#endif /* Values identifying types and formal parameters: */ @@ -251,3 +264,5 @@ typedef struct { } protdescr,*pointprdsc; /** @} */ + +#endif /* __GENINT_H */