C4EditCursor.h: Definition of ObjselItemDt contains platform specific thingies again

heavy-resources
Martin Plicht 2012-03-20 17:30:41 +01:00
parent a8cadb8723
commit da7b38c263
1 changed files with 5 additions and 1 deletions

View File

@ -47,7 +47,11 @@ protected:
struct ObjselItemDt {
C4EditCursor* EditCursor;
C4Object* Object;
void* MenuItem;
#if defined(_WIN32)
UINT_PTR ItemId;
#elseif defined(WITH_DEVELOPER_MODE)
GtkWidget* MenuItem;
#endif
};
std::vector<ObjselItemDt> itemsObjselect;
#ifdef _WIN32