Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
555 B

//+-------------------------------------------------------------------------
//
// 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