windows-nt/Source/XPSP1/NT/shell/applets/cleanup/cleanmgr/textout.h

27 lines
467 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef TEXTOUT_H
#define TEXTOUT_H
/*
* DEFINITIONS ________________________________________________________________
*
*/
#ifdef UNICODE
#define szTextOutCLASS TEXT("TextOutClassW")
#else
#define szTextOutCLASS TEXT("TextOutClass")
#endif
/*
* PROTOTYPES _________________________________________________________________
*
*/
void RegisterTextOutClass (HINSTANCE);
void UnregisterTextOutClass (void);
#endif