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.
12 lines
400 B
12 lines
400 B
//-----------------------------------------------------------------------------
|
|
// File: stdafx.cpp
|
|
//
|
|
// Desc:
|
|
//
|
|
// Copyright (c) 1995-2000 Microsoft Corporation
|
|
//-----------------------------------------------------------------------------
|
|
#define INITGUID
|
|
#include "stdafx.h"
|
|
|
|
DEFINE_GUID(IID_IUnknown,
|
|
0x000000000, 0x0000, 0x0000, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46);
|