#ifndef _WX_TBAR95_H_
#define _WX_TBAR95_H_
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "tbar95.h"
#endif
// common part of all ctors
void Init();
- // create the toolbar control
- bool MSWCreateToolbar(const wxPoint& pos, const wxSize& size, long style);
+ // create the native toolbar control
+ bool MSWCreateToolbar(const wxPoint& pos, const wxSize& size);
// recreate the control completely
void Recreate();