]> git.saurik.com Git - wxWidgets.git/blame - include/wx/ptr_shrd.h
Don't define __STRICT_ANSI__, we should build both with and without it.
[wxWidgets.git] / include / wx / ptr_shrd.h
CommitLineData
cff6c9a8
VZ
1///////////////////////////////////////////////////////////////////////////////
2// Name: wx/ptr_shrd.h
3// Purpose: compatibility wrapper for wx/sharedptr.h
4// Author: Vadim Zeitlin
5// Created: 2009-02-03
cff6c9a8
VZ
6// Copyright: (c) 2009 Vadim Zeitlin <vadim@wxwidgets.org>
7// Licence: wxWindows licence
8///////////////////////////////////////////////////////////////////////////////
9
10// do not include this file in any new code, include wx/sharedptr.h instead
11#include "wx/sharedptr.h"