windows-nt/Source/XPSP1/NT/shell/ext/webvw/atlwraps.h
2020-09-26 16:20:57 +08:00

11 lines
347 B
C

//-------------------------------------------------------------------------//
// atlwraps.h : API Wrap decls
//-------------------------------------------------------------------------//
#ifndef __ATLWRAPS_H__
#define __ATLWRAPS_H__
#define wsprintfW wsprintfWrapW
#define GetClassInfoExW GetClassInfoExWrapW
#endif __ATLWRAPS_H__