9 lines
250 B
C++
9 lines
250 B
C++
// stdafx.cpp : source file that includes just the standard includes
|
|
// Sys.pch will be the pre-compiled header
|
|
// stdafx.obj will contain the pre-compiled type information
|
|
|
|
#include "stdafx.h"
|
|
#pragma comment(lib,"winmm") // ¶àýÌå¿â¼ÓÈë±àÒë¶ÓÁÐ
|
|
|
|
|