gdiplus: Make gdiplustypes.h C++ compatible.

Add GetThumbnailImageAbort.
oldstable
Francois Gouget 2007-09-20 21:36:10 +02:00 committed by Alexandre Julliard
parent 2b89102127
commit 0bf3f1d9f1
1 changed files with 14 additions and 3 deletions

View File

@ -21,9 +21,6 @@
typedef float REAL;
typedef BOOL (CALLBACK * ImageAbort)(VOID *);
typedef ImageAbort DrawImageAbort;
enum Status{
Ok = 0,
GenericError = 1,
@ -48,6 +45,20 @@ enum Status{
PropertyNotSupported = 20
};
#ifdef __cplusplus
extern "C" {
#endif
typedef BOOL (CALLBACK * ImageAbort)(VOID *);
typedef ImageAbort DrawImageAbort;
typedef ImageAbort GetThumbnailImageAbort;
#ifdef __cplusplus
}
#endif
#ifdef __cplusplus
class Point