Building Panda3D with MSVC 2015 and Python 3.5/3.6

Looks to be an issue in the Assimp project. The relevant header expects WIN32 to be defined instead of _WIN32. If you don’t need assimp you can comment out the relevant part in the CMake file. I’ll talk to the Assimp people about getting this fixed.