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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Include/OleAuto.ab

    r303 r497  
    11' OleAuto.ab
    2 
    3 #ifndef _INC_OLEAUTO_AB
    4 #define _INC_OLEAUTO_AB
    52
    63' EXTERN_C const IID IID_StdOle;
     
    1512Const STDOLE2_LCID = &h0000
    1613
    17 /*
    18 #ifndef _LCID_DEFINED
    19 TypeDef LCID = DWord
    20 #define _LCID_DEFINED
    21 #endif
    22 */
    23 
    2414#require <oaidl.ab>
    25 'Dummy
    2615
    2716' BSTR API
     
    571560Declare Function VarTokenizeFormatString Lib "oleaut32" (pstrFormat As LPOLESTR, rgbTok As *Byte, cbTok As Long, iFirstDay As Long, iFirstWeek As Long, lcid As LCID, ByRef cbActual As Long) As HRESULT
    572561
    573 ' ITypeLib
    574 TypeDef PTYPELIB = *ITypeLib
    575 
    576562' ITypeInfo
    577563TypeDef DISPID = Long
     
    627613
    628614' IDispatch implementation support
    629 TypeDef LPDISPATCH = *IDispatch
    630615
    631616Type PARAMDATA
     
    683668Declare Function OaBuildVersion Lib "oleaut32" () As DWord
    684669Declare Sub ClearCustData Lib "oleaut32" (ByRef CustData As CUSTDATA)
    685 
    686 #endif '_INC_OLEAUTO_AB
Note: See TracChangeset for help on using the changeset viewer.