Source code of Windows XP (NT5)
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

  1. /*
  2. include "idsource.h"
  3. include "ihost.h"
  4. include "iuiview.h"
  5. */
  6. #define INITGUID
  7. #include "guiddef.h"
  8. #include "SxApwGuids.h"
  9. #define EVAL(x) x
  10. CLSID CLSID_CSxApwStdoutView = EVAL(SXAPW_GUID_DATA_TO_STRUCT_INITIALIZER CLSID_CSxApwStdoutView_data);
  11. CLSID CLSID_CSxApwDirDataSource = EVAL(SXAPW_GUID_DATA_TO_STRUCT_INITIALIZER CLSID_CSxApwDirDataSource_data);
  12. CLSID CLSID_CSxApwDbDataSource = EVAL(SXAPW_GUID_DATA_TO_STRUCT_INITIALIZER CLSID_CSxApwDbDataSource_data);
  13. #include "adoguids.h"