Removed #pragma interface/implementation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -9,11 +9,6 @@
|
|||||||
|
|
||||||
static const char sccsid[] = "%W% %G%";
|
static const char sccsid[] = "%W% %G%";
|
||||||
|
|
||||||
#ifdef __GNUG__
|
|
||||||
#pragma implementation
|
|
||||||
#pragma interface
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// For compilers that support precompilation, includes "wx/wx.h".
|
// For compilers that support precompilation, includes "wx/wx.h".
|
||||||
#include "wx/wxprec.h"
|
#include "wx/wxprec.h"
|
||||||
|
|
||||||
|
@@ -14,11 +14,6 @@
|
|||||||
messages - it will be more visual
|
messages - it will be more visual
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef __GNUG__
|
|
||||||
#pragma implementation "thread.cpp"
|
|
||||||
#pragma interface "thread.cpp"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// For compilers that support precompilation, includes "wx/wx.h".
|
// For compilers that support precompilation, includes "wx/wx.h".
|
||||||
#include "wx/wxprec.h"
|
#include "wx/wxprec.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user