windows-nt/Source/XPSP1/NT/com/oleutest/oletest/utils.h
2020-09-26 16:20:57 +08:00

25 lines
531 B
C
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//+-------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1993.
//
// File: utils.h
//
// Contents: declarations for utility functions
//
// Classes:
//
// Functions: DumpFormatetc
//
// History: dd-mmm-yy Author Comment
// 11-Aug-94 alexgo author
//
//--------------------------------------------------------------------------
#ifndef _UTILS_H
void DumpFormatetc(FORMATETC *pformatetc, FILE *fp);
#endif // _UTILS_H