mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-11 10:20:19 +01:00
14 lines
323 B
C++
14 lines
323 B
C++
|
// stdafx.cpp : source file that includes just the standard includes
|
||
|
// cbrowse.pch will be the pre-compiled header
|
||
|
// stdafx.obj will contain the pre-compiled type information
|
||
|
|
||
|
#include "stdafx.h"
|
||
|
|
||
|
#ifdef _ATL_STATIC_REGISTRY
|
||
|
#include <statreg.h>
|
||
|
#endif
|
||
|
#include <atlimpl.cpp>
|
||
|
#include <atlctl.cpp>
|
||
|
#include <atlwin.cpp>
|
||
|
|