Changeset 189 for trunk/desktop/class_c/wpfolder.c
- Timestamp:
- Jan 14, 2007, 10:21:52 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/desktop/class_c/wpfolder.c
r188 r189 65 65 #include "desktoptypes.h" 66 66 67 #ifndef WPFolder 68 typedef struct WPFolder_struct { 69 struct nomMethodTabStruct *mtab; 70 gulong body[1]; 71 } WPFolderObj; 72 #define WPFolder WPFolderObj 73 typedef WPFolder *PWPFolder; 74 #endif 75 67 #include "wpnotebook.h" 76 68 #include "wpfolderwindow.h" 77 78 69 #include "wpfolder.ih" 79 70 #include "wpdatafile.h"
Note:
See TracChangeset
for help on using the changeset viewer.