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.

10 lines
357 B

  1. //-------------------------------------------------------------------------//
  2. // atlwraps.h : API Wrap decls
  3. //-------------------------------------------------------------------------//
  4. #ifndef __ATLWRAPS_H__
  5. #define __ATLWRAPS_H__
  6. #define wsprintfW wsprintfWrapW
  7. #define GetClassInfoExW GetClassInfoExWrapW
  8. #endif __ATLWRAPS_H__