WindowsXP-SP1/admin/admt/varset/mcsdebug_stub.cpp
2020-09-30 16:53:49 +02:00

6 lines
207 B
C++

/* This is a stub to include common\commonlib\mcsdebug.cpp in this project and compile
that cpp differently than it is for common.lib */
#include "StdAfx.h"
#ifdef _WIN64
#include "McsDebug.cpp"
#endif