pandaexpress.cxx 293 B

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