21 lines
822 B
C
21 lines
822 B
C
|
//=======================================================================
|
||
|
//
|
||
|
// Copyright (c) 2000 Microsoft Corporation. All Rights Reserved.
|
||
|
//
|
||
|
//=======================================================================
|
||
|
|
||
|
|
||
|
#define IBackgroundCopyJob IBackgroundCopyJob1
|
||
|
#define IBackgroundCopyCallback IBackgroundCopyCallback1
|
||
|
#define IEnumBackgroundCopyJobs IEnumBackgroundCopyJobs1
|
||
|
|
||
|
#define IID_IBackgroundCopyJob IID_IBackgroundCopyJob1
|
||
|
#define IID_IBackgroundCopyCallback IID_IBackgroundCopyCallback1
|
||
|
#define IID_IEnumBackgroundCopyJobs IID_IEnumBackgroundCopyJobs1
|
||
|
|
||
|
#define CLSID_IBackgroundCopyJob CLSID_IBackgroundCopyJob1
|
||
|
#define CLSID_IBackgroundCopyCallback CLSID_IBackgroundCopyCallback1
|
||
|
#define CLSID_IEnumBackgroundCopyJobs CLSID_IEnumBackgroundCopyJobs1
|
||
|
|
||
|
|