mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-28 06:12:53 -06:00
8 lines
219 B
C
8 lines
219 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
|
|
#include <winsvc.h>
|
|
|
|
#endif
|