]> git.saurik.com Git - wxWidgets.git/blame - include/wx/dcps.h
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / include / wx / dcps.h
CommitLineData
99d80019
JS
1/////////////////////////////////////////////////////////////////////////////
2// Name: wx/dcps.h
3// Purpose: wxPostScriptDC base header
4// Author: Julian Smart
5// Modified by:
6// Created:
7// Copyright: (c) Julian Smart
99d80019
JS
8// Licence: wxWindows Licence
9/////////////////////////////////////////////////////////////////////////////
10
bf38cbff
JS
11#ifndef _WX_DCPS_H_BASE_
12#define _WX_DCPS_H_BASE_
13
14#include "wx/generic/dcpsg.h"
15
16#endif
17