Ignore:
Timestamp:
Jan 14, 2007, 10:21:52 AM (19 years ago)
Author:
cinc
Message:

Code and IDL file cleanups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/class_c/wpobject.c

    r188 r189  
    5050#include <nomguitk.h>
    5151
    52 /* We have to declare this here to make PNOMFolderWindow known
    53    to wpDisplayMenu(). */
    54 #ifndef WPFolderWindow
    55 typedef struct WPFolderWindow_struct {
    56   struct nomMethodTabStruct  *mtab;
    57   gulong body[1];
    58 } WPFolderWindowObj;
    59 #define WPFolderWindow WPFolderWindowObj
    60 typedef WPFolderWindow *PWPFolderWindow;
    61 #endif
    62 
    63 #ifndef WPFolder
    64 typedef struct WPFolder_struct {
    65   struct nomMethodTabStruct  *mtab;
    66   gulong body[1];
    67 } WPFolderObj;
    68 #define WPFolder WPFolderObj
    69 typedef WPFolder *PWPFolder;
    70 #endif
    71 
    7252#include "nomwindow.h"
    7353#include "desktoptypes.h"
    7454
     55#include "wpnotebook.h"
     56#include "wpfolderwindow.h"
     57#include "wpfolder.h"
    7558#include "wpobject.ih"
    76 #include "wpfolderwindow.h"
    77 #include "wpnotebook.h"
    78 
    7959
    8060
Note: See TracChangeset for help on using the changeset viewer.