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/wpfolderwindow.c

    r188 r189  
    4747#include "desktoptypes.h"
    4848
    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"
    5852#include "wpfolderwindow.ih"
     53#include "wpobject.h"
    5954
    6055NOM_Scope PGtkWidget NOMLINK impl_WPFolderWindow_wpQueryContainerHandle(WPFolderWindow* nomSelf, CORBA_Environment *ev)
Note: See TracChangeset for help on using the changeset viewer.