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.
31 lines
802 B
31 lines
802 B
/*===================================================================
|
|
Microsoft Denali
|
|
|
|
Microsoft Confidential.
|
|
Copyright 1996 Microsoft Corporation. All Rights Reserved.
|
|
|
|
Component: Script Manager
|
|
|
|
File: InitGuid.cpp
|
|
|
|
Owner: AndrewS
|
|
|
|
Init all guids used by Denali in one place.
|
|
We are only allowed to #include objbase with INITGUID set once,
|
|
and after that we need to create all our GUIDs. Otherwise, the
|
|
linker complains about redefeined symbols. We do it here.
|
|
===================================================================*/
|
|
|
|
#define CINTERFACE
|
|
#include <objbase.h>
|
|
#include <initguid.h>
|
|
#include "_asptlb.h"
|
|
#include "_asptxn.h"
|
|
#include "activscp.h"
|
|
#include "activdbg.h"
|
|
#include "wraptlib.h"
|
|
#include "denguid.h"
|
|
#include "asptxn_i.c"
|
|
|
|
#include <iadmw.h>
|
|
|