projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
spinbutton code simplification
[wxWidgets.git]
/
include
/
wx
/
mac
/
classic
/
dcscreen.h
diff --git
a/include/wx/mac/classic/dcscreen.h
b/include/wx/mac/classic/dcscreen.h
index 53e9c79e67cca555d7758663c0613f577602800c..c1da01e7eff043bd0338028d38e98e95dd0f12ad 100644
(file)
--- a/
include/wx/mac/classic/dcscreen.h
+++ b/
include/wx/mac/classic/dcscreen.h
@@
-6,16
+6,12
@@
// Created: 1998-01-01
// RCS-ID: $Id$
// Copyright: (c) Stefan Csomor
// Created: 1998-01-01
// RCS-ID: $Id$
// Copyright: (c) Stefan Csomor
-// Licence: wxWi
dget
s licence
+// Licence: wxWi
ndow
s licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_DCSCREEN_H_
#define _WX_DCSCREEN_H_
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_DCSCREEN_H_
#define _WX_DCSCREEN_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "dcscreen.h"
-#endif
-
#include "wx/dcclient.h"
class WXDLLEXPORT wxScreenDC: public wxWindowDC
#include "wx/dcclient.h"
class WXDLLEXPORT wxScreenDC: public wxWindowDC