Changeset 189 for trunk/desktop/class_c/wpfolderwindow.c
- Timestamp:
- Jan 14, 2007, 10:21:52 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/desktop/class_c/wpfolderwindow.c
r188 r189 47 47 #include "desktoptypes.h" 48 48 49 #ifndef WPFolder 50 typedef struct WPFolder_struct { 51 struct nomMethodTabStruct *mtab; 52 gulong body[1]; 53 } WPFolderObj; 54 #define WPFolder WPFolderObj 55 typedef WPFolder *PWPFolder; 56 #endif 57 49 #include "wpnotebook.h" 50 #include "wpfolderwindow.h" 51 #include "wpfolder.h" 58 52 #include "wpfolderwindow.ih" 53 #include "wpobject.h" 59 54 60 55 NOM_Scope PGtkWidget NOMLINK impl_WPFolderWindow_wpQueryContainerHandle(WPFolderWindow* nomSelf, CORBA_Environment *ev)
Note:
See TracChangeset
for help on using the changeset viewer.