2025-04-27 07:49:33 -04:00

13 lines
400 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);