23 lines
236 B
C
23 lines
236 B
C
/*++
|
|
|
|
Copyright (C) 1996-2001 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
Abstract:
|
|
|
|
History:
|
|
|
|
--*/
|
|
|
|
#include <objbase.h>
|
|
#include <initguid.h>
|
|
|
|
extern "C"
|
|
{
|
|
#include <windows.h>
|
|
#include <winnls.h>
|
|
#include <stdio.h>
|
|
}
|
|
|