Changeset 233 for Include/WinNT.ab


Ignore:
Timestamp:
May 6, 2007, 8:37:57 PM (17 years ago)
Author:
dai
Message:

タスプミスを修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/WinNT.ab

    r185 r233  
    63586358Sub /*FORCEINLINE*/ TpInitializeCallbackEnviron(ByRef CallbackEnviron As TP_CALLBACK_ENVIRON)
    63596359    With CallbackEnviron
    6360         Version = 1
    6361         Pool = NULL
    6362         CleanupGroup = NULL
    6363         CleanupGroupCancelCallback = NULL
    6364         RaceDll = NULL
    6365         ActivationContext = NULL
    6366         FinalizationCallback = NULL
    6367         Flags = 0
     6360        .Version = 1
     6361        .Pool = NULL
     6362        .CleanupGroup = NULL
     6363        .CleanupGroupCancelCallback = NULL
     6364        .RaceDll = NULL
     6365        .ActivationContext = NULL
     6366        .FinalizationCallback = NULL
     6367        .Flags = 0
    63686368    End With
    63696369End Sub
Note: See TracChangeset for help on using the changeset viewer.