- /**
- * @file pandaexpress.cxx
- * @author drose
- * @date 2000-05-15
- */
- // By including checkPandaVersion.h, we guarantee that runtime attempts to
- // load libpandaexpress.so.dll will fail if they inadvertently link with the
- // wrong version of libdtool.so.dll.
- #include "checkPandaVersion.h"
|