]> git.saurik.com Git - wxWidgets.git/blame - include/wx/choicdlg.h
Always initialize SelectInHDC::m_hgdiobj in wxMSW.
[wxWidgets.git] / include / wx / choicdlg.h
CommitLineData
99d80019 1/////////////////////////////////////////////////////////////////////////////
80fdcdb9 2// Name: wx/choicdlg.h
99d80019
JS
3// Purpose: Includes generic choice dialog file
4// Author: Julian Smart
5// Modified by:
6// Created:
7// RCS-ID: $Id$
8// Copyright: Julian Smart
9// Licence: wxWindows licence
10/////////////////////////////////////////////////////////////////////////////
11
34138703
JS
12#ifndef _WX_CHOICDLG_H_BASE_
13#define _WX_CHOICDLG_H_BASE_
c801d85f 14
0b4f47a3
DS
15#if wxUSE_CHOICEDLG
16
c801d85f
KB
17#include "wx/generic/choicdgg.h"
18
0b4f47a3
DS
19#endif
20
c801d85f 21#endif
34138703 22 // _WX_CHOICDLG_H_BASE_