14 lines
226 B
C
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__
|