blob: f03b9fcfaae4f39e9f32f89b0a0dfd63d941a52a [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 <SAX2Print.cpp>