// declarations
// ============================================================================
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "genericfdrepdlg.h"
#endif
// constants
// ----------------------------------------------------------------------------
-enum
-{
- wxID_REPLACE = 5890,
- wxID_REPLACE_ALL
-};
-
// ============================================================================
// implementation
// ============================================================================