9 lines
100 B
C
9 lines
100 B
C
// StdAfx.h
|
|
|
|
#ifndef __STDAFX_H
|
|
#define __STDAFX_H
|
|
|
|
#include <windows.h>
|
|
#include <stdio.h>
|
|
|
|
#endif
|