Files
2022-10-26 12:25:11 +08:00

14 lines
226 B
C

#ifndef __STD_AFX_H__
#define __STD_AFX_H__
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include "ISolarConsole_Define.h"
#include "ISolarConsole_Guid.h"
#define __UNUSED(variable) variable
#endif // __STD_AFX_H__