/////////////////////////////////////////////////////////////////////////////
// Name: configtree.h
-// Purpose: wxWindows Configuration Tool tree class
+// Purpose: wxWidgets Configuration Tool tree class
// Author: Julian Smart
// Modified by:
// Created: 2003-06-03
#ifndef _CT_CONFIGTREE_H_
#define _CT_CONFIGTREE_H_
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "configtree.cpp"
#endif