--- YodaProfiler/inc/sgp4.h 2007/01/23 17:04:09 1.3 +++ YodaProfiler/inc/sgp4.h 2007/02/06 13:01:03 1.4 @@ -4,6 +4,8 @@ #ifndef sgp4_h #define sgp4_h +#if !defined(__CINT__) || defined(__MAKECINT__) + //#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers #include //#include @@ -614,3 +616,5 @@ }; #endif +#endif +