| 12345678910 |
- // Filename: pandaexpress.cxx
- // Created by: drose (15May00)
- //
- ////////////////////////////////////////////////////////////////////
- // 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"
|