blob: 223411385bcbec1892cfd237aa06ac046f972e9d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// This file is now OBSOLETE (include olestd.h instead)
/*
* GETICON.H
*
* Copyright (c)1992 Microsoft Corporation, All Right Reserved
*/
/*************************************************************************
**
** The following API's are now OBSOLETE because equivalent API's have been
** added to the OLE2.DLL library
** GetIconOfFile superceeded by OleGetIconOfFile
** GetIconOfClass superceeded by OleGetIconOfClass
** OleUIMetafilePictFromIconAndLabel
** superceeded by OleMetafilePictFromIconAndLabel
*************************************************************************/
// Other function prototypes moved to olestd.h
|