14 lines
243 B
C
14 lines
243 B
C
|
//
|
||
|
|
||
|
// Copyright (c) 1999-2001 Microsoft Corporation, All Rights Reserved
|
||
|
// All Rights Reserved.
|
||
|
//
|
||
|
|
||
|
#pragma warning (disable : 4786)
|
||
|
#include <ole2.h>
|
||
|
#include <windows.h>
|
||
|
#include <Allocator.h>
|
||
|
#include <HashTable.h>
|
||
|
|
||
|
#include "globals.h"
|