Blender Git Commit Log

Git Commits -> Revision e1698e3

Revision e1698e3 by Ray molenkamp (master)
March 11, 2020, 15:27 (GMT)
Windows: Clean-up warning while building blendthumb

Casting a 64 bit pointer to a 32 bit DWORD gave 2 warnings.
Solved by storing the actual DWORD in the registry table.

Would have preferred to use a union, but C++ doesn't let you
initialize anything other than the first field, and C99 style
initializers are not supported until C++20, so this solution
will have to do until then.

Commit Details:

Full Hash: e1698e37500a0cfe1b5744a4de691edc2ef52158
Parent Commit: 6a632f1
Lines Changed: +4, -3

1 Modified Path:

/source/blender/blendthumb/src/Dll.cpp (+4, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021