windows-nt/Source/XPSP1/NT/com/svcdlls/trksvcs/utest/teststub.cxx

13 lines
303 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
//
// This file allows the utests to link.
// This is necessary because the utest sources file links in every obj
// in the project. So without these definitions we get unnecessary
// linker errors in things like tldap.
//
#include <trklib.hxx>
#include <trkwks.hxx>
CTrkWksSvc * g_ptrkwks = NULL;