Files
openide/python/helpers/pydev/pydevd_attach_to_process/windows/stdafx.cpp
Andrey Lisin 73d20cd1cd PY-38704 Backport attach to process updates from PyDev
(cherry picked from commit 11777e3e2639202817fa70d8453fed50720845ce)

GitOrigin-RevId: 2ae85368c63f1a282c4358d8610a5724767871a2
2019-11-11 10:32:50 +00:00

23 lines
999 B
C++

/* ****************************************************************************
*
* Copyright (c) Microsoft Corporation.
*
* This source code is subject to terms and conditions of the Apache License, Version 2.0. A
* copy of the license can be found in the License.html file at the root of this distribution. If
* you cannot locate the Apache License, Version 2.0, please send an email to
* vspython@microsoft.com. By using this source code in any fashion, you are agreeing to be bound
* by the terms of the Apache License, Version 2.0.
*
* You must not remove this notice, or any other, from this software.
*
* ***************************************************************************/
// stdafx.cpp : source file that includes just the standard includes
// PyDebugAttach.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
// TODO: reference any additional headers you need in STDAFX.H
// and not in this file