source: trunk/Utilities/LogProcessExceptions/stdafx.cpp @ 937

Last change on this file since 937 was 64, checked in by roman, 12 years ago
  • skip initial exception on re-attaching to process
  • email notification code (hardcoded)
  • cosmetic
  • Property svn:keywords set to Id
File size: 431 bytes
RevLine 
[61]1////////////////////////////////////////////////////////////
[64]2// Copyright (C) Roman Ryltsov, 2008-2012
[61]3// Created by Roman Ryltsov roman@alax.info
4//
5// $Id: stdafx.cpp 64 2012-05-12 17:23:26Z roman $
6
7#include "stdafx.h"
8
9#if (_ATL_VER < 0x0700)
10#include <atlimpl.cpp>
11#endif //(_ATL_VER < 0x0700)
12
13#ifdef _ATL_STATIC_REGISTRY
14#include <statreg.h>
15#if (_ATL_VER < 0x0700)
16#include <statreg.cpp>
17#endif //(_ATL_VER < 0x0700)
18#endif //_ATL_STATIC_REGISTRY
Note: See TracBrowser for help on using the repository browser.