// headers
// ----------------------------------------------------------------------------
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "dropsrc.h"
#endif
{
::SetCursor((HCURSOR)cursor.GetHCURSOR());
- return TRUE;
+ return true;
}
else
{
- return FALSE;
+ return false;
}
}