9 lines
128 B
C
9 lines
128 B
C
// StdAfx.h
|
|
|
|
#ifndef __STDAFX_H
|
|
#define __STDAFX_H
|
|
|
|
#include "../Common/MyWindows.h"
|
|
#include "../Common/NewHandler.h"
|
|
|
|
#endif
|