Wrap <commdlgs.h> as <commctls.h>. Required makefiles rebuilded.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32984 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
26
include/wx/msw/wrapcdlg.h
Normal file
26
include/wx/msw/wrapcdlg.h
Normal file
@@ -0,0 +1,26 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/msw/wrapcdlg.h
|
||||
// Purpose: Wrapper for the standard <commdlg.h> header
|
||||
// Author: Wlodzimierz ABX Skiba
|
||||
// Modified by:
|
||||
// Created: 22.03.2005
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2005 Wlodzimierz Skiba
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef _WX_MSW_WRAPCDLG_H_
|
||||
#define _WX_MSW_WRAPCDLG_H_
|
||||
|
||||
#include "wx/defs.h"
|
||||
|
||||
#include "wx/msw/wrapwin.h"
|
||||
#include "wx/msw/private.h"
|
||||
#include "wx/msw/missing.h"
|
||||
|
||||
#if wxUSE_COMMON_DIALOGS && !defined(__SMARTPHONE__) && !defined(__WXMICROWIN__)
|
||||
#include <commdlg.h>
|
||||
#endif
|
||||
|
||||
#endif // _WX_MSW_WRAPCDLG_H_
|
||||
|
Reference in New Issue
Block a user