// stdafx.h
#ifndef __STDAFX_H
#define __STDAFX_H
#ifdef _WIN32
# include <windows.h>
#else
# include "../../Platform.h"
#endif