blob: 95a992121f02dd4e219a444f9768abca7f4479b6 [file] [log] [blame]
#pragma hdrstop
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
#ifdef NEVER_COMPILE
#include <stdio.h>
// Dummy entry point
int main(int argc, char* argv[])
{
printf("*** Compile XercesC Library with Deprecated DOM API for this test\n");
return 0;
}
#else
// The real entry point is in the Samples folder
#include <DeprecatedDOMCount.cpp>
#endif