CodeWarrior dislikes #include <> syntax for in-tree headers, prefer ""
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
#import <AppKit/NSCursor.h>
|
#import <AppKit/NSCursor.h>
|
||||||
#import <AppKit/NSImage.h>
|
#import <AppKit/NSImage.h>
|
||||||
#include <wx/cocoa/string.h>
|
#include "wx/cocoa/string.h"
|
||||||
|
|
||||||
#if !USE_SHARED_LIBRARIES
|
#if !USE_SHARED_LIBRARIES
|
||||||
IMPLEMENT_DYNAMIC_CLASS(wxCursor, wxBitmap)
|
IMPLEMENT_DYNAMIC_CLASS(wxCursor, wxBitmap)
|
||||||
|
@@ -28,7 +28,7 @@
|
|||||||
#import <AppKit/NSTypesetter.h>
|
#import <AppKit/NSTypesetter.h>
|
||||||
#import <AppKit/NSImage.h>
|
#import <AppKit/NSImage.h>
|
||||||
|
|
||||||
#include <wx/listimpl.cpp>
|
#include "wx/listimpl.cpp"
|
||||||
WX_DEFINE_LIST(wxCocoaDCStack);
|
WX_DEFINE_LIST(wxCocoaDCStack);
|
||||||
|
|
||||||
IMPLEMENT_ABSTRACT_CLASS(wxDC, wxObject)
|
IMPLEMENT_ABSTRACT_CLASS(wxDC, wxObject)
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
// #import <AppKit/NSApplication.h>
|
// #import <AppKit/NSApplication.h>
|
||||||
// #import <AppKit/NSView.h>
|
// #import <AppKit/NSView.h>
|
||||||
|
|
||||||
#include <wx/listimpl.cpp>
|
#include "wx/listimpl.cpp"
|
||||||
WX_DEFINE_LIST(wxCocoaMDIChildFrameList);
|
WX_DEFINE_LIST(wxCocoaMDIChildFrameList);
|
||||||
|
|
||||||
WX_DECLARE_HASH_MAP(int, wxMDIChildFrame*, wxIntegerHash, wxIntegerEqual, wxIntMDIChildFrameHashMap);
|
WX_DECLARE_HASH_MAP(int, wxMDIChildFrame*, wxIntegerHash, wxIntegerEqual, wxIntMDIChildFrameHashMap);
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
#if wxUSE_XRC
|
#if wxUSE_XRC
|
||||||
|
|
||||||
#include "wx/xrc/xh_bmpbt.h"
|
#include "wx/xrc/xh_bmpbt.h"
|
||||||
#include <wx/bmpbuttn.h>
|
#include "wx/bmpbuttn.h"
|
||||||
|
|
||||||
IMPLEMENT_DYNAMIC_CLASS(wxBitmapButtonXmlHandler, wxXmlResourceHandler)
|
IMPLEMENT_DYNAMIC_CLASS(wxBitmapButtonXmlHandler, wxXmlResourceHandler)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user