13 lines
388 B
C++
13 lines
388 B
C++
//-----------------------------------------------------------------------------
|
|
// 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);
|