Fixed the #include of tbar95.h, which referenced the wrong directory path

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
George Tasker
1999-12-14 11:21:25 +00:00
parent 78385733e7
commit c1dd939d3b

View File

@@ -55,7 +55,7 @@
#endif // __TWIN32__
#include "wx/msw/dib.h"
#include "wx/tbar95.h"
#include "wx/msw/tbar95.h"
#include "wx/app.h" // for GetComCtl32Version
// ----------------------------------------------------------------------------