blob: 214f613875bc98fe541c038ff479f788c9d388df [file] [log] [blame]
#pragma hdrstop
#include <condefs.h>
//---------------------------------------------------------------------------
#ifdef NEVER_COMPILE
// Dummy entry point to satisfy the BCB IDE
#pragma ARGS_USED
int main(int argc, char* argv[])
{
return 0;
}
#endif
// The real entry point is in the Samples folder
#include <SAXPrint.cpp>