gusucode.com > wince下的directui编程源码程序 > wince下的directui编程源码程序/code/StdAfx.cpp

    // stdafx.cpp : source file that includes just the standard includes
//	UIlib.pch will be the pre-compiled header
//	stdafx.obj will contain the pre-compiled type information

#include "stdafx.h"

#ifndef _WIN32_WCE
#pragma comment( lib, "winmm.lib" )
#pragma comment( lib, "comctl32.lib" )
#endif