Fix for BCPL string handling.
[AROS-Contrib.git] / vpdf / mcc / thumbnaillist_class.h
blob65a495d0517e4e2b5daf37c4620d26dd48148730
2 #ifndef THUMBNAILLIST_MCC_CLASS_H
3 #define THUMBNAILLIST_MCC_CLASS_H
5 #include "system/chunky.h"
6 #include "classes.h"
9 #define MUIA_ThumbnailList_Renderer ( MUIA_ThumbnailList_TagBase + 3 )
10 #define MUIA_ThumbnailList_PDFDocument ( MUIA_ThumbnailList_TagBase + 4 )
12 #if defined(__AROS__)
13 #define ThumbnailListObject BOOPSIOBJMACRO_START( getThumbnailListClass() )
14 #else
15 #define ThumbnailListObject NewObject( getThumbnailListClass() , NULL
16 #endif
18 DEFCLASS(ThumbnailList);
20 #endif