mirror of
https://github.com/T800G/CBXShell.git
synced 2026-06-17 01:50:28 +00:00
9 lines
287 B
C++
9 lines
287 B
C++
// stdafx.cpp : source file that includes just the standard includes
|
|
// CBXManager.pch will be the pre-compiled header
|
|
// stdafx.obj will contain the pre-compiled type information
|
|
|
|
#include "stdafx.h"
|
|
|
|
#if (_ATL_VER < 0x0700)
|
|
#include <atlimpl.cpp>
|
|
#endif //(_ATL_VER < 0x0700)
|