Ignore:
Timestamp:
Mar 28, 2008, 5:43:34 PM (16 years ago)
Author:
イグトランス (egtra)
Message:

インクルードガードとその他不要な前処理定義などの削除

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Include/objidl.sbp

    r478 r497  
    1 #ifndef _INC_OBJIDL
    2 #define _INC_OBJIDL
     1'Include/objidl.sbp
    32
    43TypeDef SNB = **OLECHAR
     
    132131
    133132/* interface IExternalConnection */
    134 /* [uuid][local][object] */ 
     133/* [uuid][local][object] */
    135134
    136135Const Enum EXTCONN
     
    144143Interface IExternalConnection
    145144    Inherits IUnknown
    146    
     145
    147146    Function AddConnection(
    148147        /* [in] */ extconn As DWord,
    149148        /* [in] */ reserved As DWord) As DWord
    150     Function ReleaseConnection( 
     149    Function ReleaseConnection(
    151150        /* [in] */ extconn As DWord,
    152151        /* [in] */ reserved As DWord,
     
    170169
    171170/* interface AsyncIMultiQI */
    172 /* [uuid][local][object] */ 
     171/* [uuid][local][object] */
    173172
    174173
     
    185184
    186185/* interface IInternalUnknown */
    187 /* [uuid][local][object] */ 
     186/* [uuid][local][object] */
    188187Dim IID_IInternalUnknown = [&h00000021, 0, 0, [&hC0, 0, 0, 0, 0, 0, 0, &h46]] As IID
    189188Interface IInternalUnknown
     
    539538End Interface
    540539
    541 TypeDef LPSTREAM = *IStream
    542 
    543540/* interface IEnumSTATSTG */
    544541/* [unique][uuid][object] */
     
    561558/* interface IStorage */
    562559/* [unique][uuid][object] */
    563 
    564 TypeDef LPSTORAGE = /* [unique] */ *IStorage
    565560
    566561Type RemSNB
     
    989984
    990985Dim IID_IGlobalInterfaceTable = [&h00000146, 0, 0, [&hC0, 0, 0, 0, 0, 0, 0, &h46]] As IID
    991 Interface IGlobalInterfaceTable 
     986Interface IGlobalInterfaceTable
    992987    Inherits IUnknown
    993988
     
    10671062
    10681063' IInitializeSpy
    1069 
    1070 #endif '_INC_OBJIDL
Note: See TracChangeset for help on using the changeset viewer.