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

Last change on this file since 61 was 61, checked in by roman, 12 years ago
  • moved from assembla
  • early add Debug privilege in order to be able to list service processes
  • cosmetic fix
  • Property svn:keywords set to Id
File size: 431 bytes
Line 
1////////////////////////////////////////////////////////////
2// Copyright (C) Roman Ryltsov, 2008-2011
3// Created by Roman Ryltsov roman@alax.info
4//
5// $Id: stdafx.cpp 61 2012-04-27 10:54:06Z 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.