root/trunk/Utilities/FileMappingVirtualAddress/stdafx.cpp

Revision 42, 407 bytes (checked in by roman, 5 months ago)
  • Property svn:keywords set to Id
Line 
1////////////////////////////////////////////////////////////
2// stdafx.cpp
3//
4// Created by Roman Ryltsov roman@alax.info
5//
6// $Id$
7
8#include "stdafx.h"
9
10#if (_ATL_VER < 0x0700)
11#include <atlimpl.cpp>
12#endif //(_ATL_VER < 0x0700)
13
14#ifdef _ATL_STATIC_REGISTRY
15#include <statreg.h>
16#if (_ATL_VER < 0x0700)
17#include <statreg.cpp>
18#endif //(_ATL_VER < 0x0700)
19#endif //_ATL_STATIC_REGISTRY
Note: See TracBrowser for help on using the browser.