19 lines
691 B
C
19 lines
691 B
C
// 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
|