You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
842 B
20 lines
842 B
//=======================================================================
|
|
//
|
|
// 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
|
|
|
|
|