StdAfx.cpp 271 B

12345678
  1. // stdafx.cpp : source file that includes just the standard includes
  2. // UIlib.pch will be the pre-compiled header
  3. // stdafx.obj will contain the pre-compiled type information
  4. #include "StdAfx.h"
  5. #pragma comment( lib, "winmm.lib" )
  6. #pragma comment( lib, "comctl32.lib" )