]> git.saurik.com Git - wxWidgets.git/blame_incremental - include/wx/choicdlg.h
Don't define __STRICT_ANSI__, we should build both with and without it.
[wxWidgets.git] / include / wx / choicdlg.h
... / ...
CommitLineData
1/////////////////////////////////////////////////////////////////////////////
2// Name: wx/choicdlg.h
3// Purpose: Includes generic choice dialog file
4// Author: Julian Smart
5// Modified by:
6// Created:
7// Copyright: Julian Smart
8// Licence: wxWindows licence
9/////////////////////////////////////////////////////////////////////////////
10
11#ifndef _WX_CHOICDLG_H_BASE_
12#define _WX_CHOICDLG_H_BASE_
13
14#if wxUSE_CHOICEDLG
15
16#include "wx/generic/choicdgg.h"
17
18#endif
19
20#endif
21 // _WX_CHOICDLG_H_BASE_