reverted Julians changes to the pragmas

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10825 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2001-07-04 18:02:05 +00:00
parent 879df07384
commit 196cc38b26
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
#define _WX_UNIV_WINDOW_H_
#ifdef __GNUG__
#pragma interface "window.h"
#pragma interface "univwindow.h"
#endif
#include "wx/bitmap.h" // for m_bitmapBg

View File

@ -1,4 +1,4 @@
# This file was automatically generated by tmake at 21:37, 2001/07/03
# This file was automatically generated by tmake at 18:07, 2001/07/04
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T!
UNIVOBJS = \
bmpbuttn.o \

View File

@ -18,7 +18,7 @@
// ---------------------------------------------------------------------------
#ifdef __GNUG__
#pragma implementation "window.h"
#pragma implementation "univwindow.h"
#endif
// For compilers that support precompilation, includes "wx.h".