11 строки
377 B
C++
11 строки
377 B
C++
//--------------------------------------------------------------------------------------
|
|
// pch.cpp
|
|
//
|
|
// Include the standard header and generate the precompiled header.
|
|
//
|
|
// Advanced Technology Group (ATG)
|
|
// Copyright (C) Microsoft Corporation. All rights reserved.
|
|
//--------------------------------------------------------------------------------------
|
|
|
|
#include "pch.h"
|