13 lines
No EOL
339 B
C++
13 lines
No EOL
339 B
C++
// stdafx.cpp : source file that includes just the standard includes
|
|
// DnManualUpdater.pch will be the pre-compiled header
|
|
// stdafx.obj will contain the pre-compiled type information
|
|
|
|
#include "stdafx.h"
|
|
|
|
|
|
bool g_bSilenceMode = false;
|
|
|
|
|
|
#ifdef USE_SERVER_VERSION_CHECK
|
|
bool g_bPassCheckVersion = false;
|
|
#endif // USE_SERVER_VERSION_CHECK
|