Ignore:
Timestamp:
Apr 1, 2007, 3:50:54 PM (18 years ago)
Author:
cinc
Message:

Migrated to new IDL compiler. Metaclasses are still missing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/idl/wpfolderwindow.idl

    r246 r291  
    4040#define WPFLDRWINDOW_IDL_INCLUDED
    4141
     42#ifdef __NOM_IDL_COMPILER__
     43interface WPObject;
     44#else
     45
    4246/* FIXME: this is an ugly hack to prevent inclusion of the
    4347   wpnotebook.idl file in wpobject.idl which is included
     
    4852#define WPNOTEBOOK_IDL_INCLUDED
    4953native PWPNoteBook;
     54#endif
    5055#endif
    5156
     
    7984interface WPFolderWindow : WPWindow
    8085{
     86#ifdef __NOM_IDL_COMPILER__
     87  filestem=wpfolderwindow;
     88#endif
    8189  NOMCLASSVERSION(1, 0);
    8290
Note: See TracChangeset for help on using the changeset viewer.