9 lines
282 B
C++
9 lines
282 B
C++
// stdafx.cpp : source file that includes just the standard includes
|
|
// MakeRefusalList.pch will be the pre-compiled header
|
|
// stdafx.obj will contain the pre-compiled type information
|
|
|
|
#include "stdafx.h"
|
|
|
|
|
|
APP_CONFIG g_AppConfig = { TRUE, TRUE, TRUE, TRUE, 1000, 10000 };
|