blob: dd06e3c3e584eaac9484474e26201d003af2ce57 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*****************************************************************************\
* *
* olectlid.h Master definition of GUIDs for OLE Controls *
* *
* OLE Version 2.0 *
* *
* Copyright (c) 1992-1996, Microsoft Corp. All rights reserved. *
* *
\*****************************************************************************/
#pragma message("WARNING: your code should #include olectl.h instead")
#include <olectl.h>
|