12345678910111213141516171819 |
- /*
- ** Copyright (C) 1996, 1997 Microsoft Corporation. All Rights Reserved.
- **
- ** File: stdafx.cpp
- **
- ** Author:
- **
- ** Description:
- ** The standard ATL stdafx file. This file was initially created by
- ** the ATL wizard.
- **
- ** History:
- */
- // stdafx.cpp : source file that includes just the standard includes
- // stdafx.pch will be the pre-compiled header
- // stdafx.obj will contain the pre-compiled type information
- #include "pch.h"
|