// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "palette.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
return false;
npPal->palVersion = 0x300;
- npPal->palNumEntries = n;
+ npPal->palNumEntries = (WORD)n;
int i;
for (i = 0; i < n; i ++)