windows-nt/Source/XPSP1/NT/shell/ext/webvw/atlwraps.h

11 lines
347 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//-------------------------------------------------------------------------//
// atlwraps.h : API Wrap decls
//-------------------------------------------------------------------------//
#ifndef __ATLWRAPS_H__
#define __ATLWRAPS_H__
#define wsprintfW wsprintfWrapW
#define GetClassInfoExW GetClassInfoExWrapW
#endif __ATLWRAPS_H__