source: trunk/Utilities/LogProcessExceptions/PeriodicException/stdafx.h @ 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: 460 bytes
Line 
1////////////////////////////////////////////////////////////
2// Copyright (C) Roman Ryltsov, 2008-2011
3// Created by Roman Ryltsov roman@alax.info
4//
5// $Id: stdafx.h 61 2012-04-27 10:54:06Z roman $
6
7#pragma once
8
9#include "targetver.h"
10
11#include <stdio.h>
12#include <tchar.h>
13
14
15#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS      // some CString constructors will be explicit
16
17#include <atlbase.h>
18#include <atlstr.h>
19
20// TODO: reference additional headers your program requires here
Note: See TracBrowser for help on using the repository browser.