mirror of https://github.com/tongzx/nt5src
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.
18 lines
498 B
18 lines
498 B
|
|
/*
|
|
include "idsource.h"
|
|
include "ihost.h"
|
|
include "iuiview.h"
|
|
*/
|
|
|
|
#define INITGUID
|
|
#include "guiddef.h"
|
|
#include "SxApwGuids.h"
|
|
|
|
#define EVAL(x) x
|
|
|
|
CLSID CLSID_CSxApwStdoutView = EVAL(SXAPW_GUID_DATA_TO_STRUCT_INITIALIZER CLSID_CSxApwStdoutView_data);
|
|
CLSID CLSID_CSxApwDirDataSource = EVAL(SXAPW_GUID_DATA_TO_STRUCT_INITIALIZER CLSID_CSxApwDirDataSource_data);
|
|
CLSID CLSID_CSxApwDbDataSource = EVAL(SXAPW_GUID_DATA_TO_STRUCT_INITIALIZER CLSID_CSxApwDbDataSource_data);
|
|
|
|
#include "adoguids.h"
|