From 22f3ecbfc18939984e59139f0c074969e3d8f3c0 Mon Sep 17 00:00:00 2001 From: Sam Spilsbury Date: Thu, 11 Dec 2008 22:16:09 +0900 Subject: * Re-entry guard should protect the entire .h file, not just the "\#define COMPIZ_WIIMOTE_H" bits --- compiz-wiimote.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiz-wiimote.h b/compiz-wiimote.h index 0e2d56d..5669475 100644 --- a/compiz-wiimote.h +++ b/compiz-wiimote.h @@ -20,7 +20,6 @@ #ifndef _COMPIZ_WIIMOTE_H #define _COMPIZ_WIIMOTE_H -#endif #include #include @@ -471,3 +470,4 @@ wiimoteRemoveWiimote (CompDisplay *d, #define PI 3.14159265358979323846 #define DEG2RAD2(DEG) ((DEG)*((PI)/(180.0))) +#endif -- cgit v1.1