initial commit
Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
24
libs/wxWidgets-3.3.1/include/wx/msw/wrapcdlg.h
Normal file
24
libs/wxWidgets-3.3.1/include/wx/msw/wrapcdlg.h
Normal file
@@ -0,0 +1,24 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/msw/wrapcdlg.h
|
||||
// Purpose: Wrapper for the standard <commdlg.h> header
|
||||
// Author: Wlodzimierz ABX Skiba
|
||||
// Created: 22.03.2005
|
||||
// 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 <commdlg.h>
|
||||
|
||||
#include "wx/msw/missing.h"
|
||||
#include "wx/msw/winundef.h"
|
||||
|
||||
#endif // _WX_MSW_WRAPCDLG_H_
|
||||
|
||||
Reference in New Issue
Block a user