6 lines
202 B
C++
6 lines
202 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 |