Ignore:
Timestamp:
Sep 4, 1999, 12:03:10 PM (26 years ago)
Author:
achimha
Message:

shell32/new compilation fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/new/shlfolder.cpp

    r795 r815  
    210210} IGenericSFImpl;
    211211
    212 //static struct ICOM_VTABLE(IShellFolder) sfvt;
    213 //static struct ICOM_VTABLE(IPersistFolder) psfvt;
    214 //static struct ICOM_VTABLE(IDropTarget) dtvt;
     212extern struct ICOM_VTABLE(IShellFolder) sfvt;
     213extern struct ICOM_VTABLE(IPersistFolder) psfvt;
     214extern struct ICOM_VTABLE(IDropTarget) dtvt;
    215215
    216216static IShellFolder * ISF_MyComputer_Constructor(void);
     
    982982}
    983983
    984 static ICOM_VTABLE(IShellFolder) sfvt =
     984ICOM_VTABLE(IShellFolder) sfvt =
    985985{       
    986986        ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE
     
    10041004*       [Desktopfolder] IShellFolder implementation
    10051005*/
    1006 static struct ICOM_VTABLE(IShellFolder) sfdvt;
     1006extern struct ICOM_VTABLE(IShellFolder) sfdvt;
    10071007
    10081008/**************************************************************************
     
    13311331}
    13321332
    1333 static ICOM_VTABLE(IShellFolder) sfdvt =
     1333ICOM_VTABLE(IShellFolder) sfdvt =
    13341334{       
    13351335        ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE
     
    13551355*/
    13561356
    1357 static struct ICOM_VTABLE(IShellFolder) sfmcvt;
     1357extern struct ICOM_VTABLE(IShellFolder) sfmcvt;
    13581358
    13591359/**************************************************************************
     
    16641664}
    16651665
    1666 static ICOM_VTABLE(IShellFolder) sfmcvt =
     1666ICOM_VTABLE(IShellFolder) sfmcvt =
    16671667{       
    16681668        ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE
     
    17681768}
    17691769
    1770 static ICOM_VTABLE(IPersistFolder) psfvt =
     1770ICOM_VTABLE(IPersistFolder) psfvt =
    17711771{
    17721772        ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE
     
    19001900}
    19011901
    1902 static struct ICOM_VTABLE(IDropTarget) dtvt =
     1902struct ICOM_VTABLE(IDropTarget) dtvt =
    19031903{
    19041904        ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE
Note: See TracChangeset for help on using the changeset viewer.