projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
made wxStringInputStream::GetSize() public instead of protected
[wxWidgets.git]
/
include
/
wx
/
xpmdecod.h
diff --git
a/include/wx/xpmdecod.h
b/include/wx/xpmdecod.h
index 13c1e86b9ee608cad8b786f7bcdd86a070ceaf44..f35b7f47eaf7f98c4ef0c46fa119f7cfcad2b4d3 100644
(file)
--- a/
include/wx/xpmdecod.h
+++ b/
include/wx/xpmdecod.h
@@
-10,16
+10,15
@@
#ifndef _WX_XPMDECOD_H_
#define _WX_XPMDECOD_H_
#ifndef _WX_XPMDECOD_H_
#define _WX_XPMDECOD_H_
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xpmdecod.h"
#endif
#include "wx/setup.h"
#pragma interface "xpmdecod.h"
#endif
#include "wx/setup.h"
-#if wxUSE_IMAGE && wxUSE_XPM
-class WXDLL
EXPORT
wxImage;
-class WXDLL
EXPORT
wxInputStream;
+class WXDLL
IMPEXP_CORE
wxImage;
+class WXDLL
IMPEXP_BASE
wxInputStream;
// --------------------------------------------------------------------------
// wxXPMDecoder class
// --------------------------------------------------------------------------
// wxXPMDecoder class
@@
-43,6
+42,5
@@
public:
};
};
-#endif // wxUSE_IMAGE && wxUSE_XPM
#endif // _WX_GIFDECOD_H_
#endif // _WX_GIFDECOD_H_