diff options
Diffstat (limited to 'cfb/cfballpriv.c')
-rw-r--r-- | cfb/cfballpriv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cfb/cfballpriv.c b/cfb/cfballpriv.c index 8b2468992..e107d9ccf 100644 --- a/cfb/cfballpriv.c +++ b/cfb/cfballpriv.c @@ -42,7 +42,7 @@ in this Software without prior written authorization from The Open Group. #include "cfbmskbits.h" #include "mibstore.h" -#if PSZ==8 +#if 1 || PSZ==8 int cfbWindowPrivateIndex; int cfbGCPrivateIndex; #endif |