X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0dbd6262a9ee7d735fb3930707346298f71b2cb7..594d5596eec6704cb801b64cd397f95fe5d29b14:/include/wx/mac/private.h diff --git a/include/wx/mac/private.h b/include/wx/mac/private.h index 922c172436..8a43353e16 100644 --- a/include/wx/mac/private.h +++ b/include/wx/mac/private.h @@ -1,21 +1,5 @@ -///////////////////////////////////////////////////////////////////////////// -// Name: private.h -// Purpose: Private declarations -// Author: AUTHOR -// Modified by: -// Created: ??/??/98 -// RCS-ID: $Id$ -// Copyright: (c) AUTHOR -// Licence: wxWindows licence -///////////////////////////////////////////////////////////////////////////// - -#ifndef _WX_PRIVATE_H_ -#define _WX_PRIVATE_H_ - -#include "wx/defs.h" - -/* TODO: put any private declarations here. - */ - +#ifdef __WXMAC_CLASSIC__ +#include "wx/mac/classic/private.h" +#else +#include "wx/mac/carbon/private.h" #endif - // _WX_PRIVATE_H_