projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
compilation fix for compilers not using PCH
[wxWidgets.git]
/
include
/
wx
/
gifdecod.h
diff --git
a/include/wx/gifdecod.h
b/include/wx/gifdecod.h
index fac5e4563907f7240b6eedb359efd619c873783a..3545fc288f68e7d762a1aeabcf65b1d4c277a8c9 100644
(file)
--- a/
include/wx/gifdecod.h
+++ b/
include/wx/gifdecod.h
@@
-11,7
+11,7
@@
#ifndef _WX_GIFDECOD_H
#define _WX_GIFDECOD_H
#ifndef _WX_GIFDECOD_H
#define _WX_GIFDECOD_H
-#if defined(__GNUG__) && !defined(
__APPLE__
)
+#if defined(__GNUG__) && !defined(
NO_GCC_PRAGMA
)
#pragma interface "gifdecod.h"
#endif
#pragma interface "gifdecod.h"
#endif
@@
-136,13
+136,13
@@
public:
// move through the animation
bool GoFirstFrame();
bool GoLastFrame();
// move through the animation
bool GoFirstFrame();
bool GoLastFrame();
- bool GoNextFrame(bool cyclic =
FALSE
);
- bool GoPrevFrame(bool cyclic =
FALSE
);
+ bool GoNextFrame(bool cyclic =
false
);
+ bool GoPrevFrame(bool cyclic =
false
);
bool GoFrame(int which);
public:
// constructor, destructor, etc.
bool GoFrame(int which);
public:
// constructor, destructor, etc.
- wxGIFDecoder(wxInputStream *s, bool anim =
FALSE
);
+ wxGIFDecoder(wxInputStream *s, bool anim =
false
);
~wxGIFDecoder();
bool CanRead();
int ReadGIF();
~wxGIFDecoder();
bool CanRead();
int ReadGIF();