mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 22:02:58 -06:00
7 lines
198 B
C
7 lines
198 B
C
#ifndef __TESTMAPI_H__
|
|
#define __TESTMAPI_H__
|
|
|
|
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
|
|
#include <afxwin.h> // MFC core and standard components
|
|
|
|
#endif
|