2007-12-16 15:42 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/hbgtwvg/gtwvg.h
* added OleLoadPicture() declaration when BCC5.5 is used.
It's missing in BCC55 header files.
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2007-12-16 15:42 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/contrib/hbgtwvg/gtwvg.h
|
||||
* added OleLoadPicture() declaration when BCC5.5 is used.
|
||||
It's missing in BCC55 header files.
|
||||
|
||||
2007-12-16 15:06 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/contrib/hbct/files.c
|
||||
! fixed pure C compilation I broke in previous commit
|
||||
|
||||
@@ -172,6 +172,16 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(__BORLANDC__)
|
||||
#if __BORLANDC__ == 0x0550
|
||||
#ifdef __cplusplus
|
||||
extern "C" { STDAPI OleLoadPicture(LPSTREAM,LONG,BOOL,REFIID,PVOID*); }
|
||||
#else
|
||||
STDAPI OleLoadPicture(LPSTREAM,LONG,BOOL,REFIID,PVOID*);
|
||||
#endif
|
||||
#endif
|
||||
#endif /* __BORLANDC__ */
|
||||
|
||||
//-------------------------------------------------------------------//
|
||||
|
||||
typedef BOOL ( WINAPI *wvtGradientFill ) (
|
||||
|
||||
Reference in New Issue
Block a user