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

Last change on this file since 937 was 11, checked in by roman, 13 years ago
  • 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 11 2011-08-30 08:27:39Z 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.