26 lines
434 B
C++
26 lines
434 B
C++
|
|
|
|
// Copyright (C) Microsoft, 1997
|
|
|
|
// File: stdafx.cpp (for PrevBand)
|
|
|
|
// stdafx.pch will be the pre-compiled header
|
|
// stdafx.obj will contain the pre-compiled type information
|
|
|
|
// History: 7-24-97 Davepl Created
|
|
|
|
|
|
|
|
#include "stdafx.h"
|
|
|
|
#ifdef _ATL_STATIC_REGISTRY
|
|
#include <statreg.h>
|
|
#include <statreg.cpp>
|
|
#endif
|
|
|
|
#include <atlimpl.cpp>
|
|
#include <atlwin.cpp>
|
|
|
|
void __cdecl main(int argc, char ** argv)
|
|
{
|
|
} |