DLL:false and FALSE

Nothing. One of the Fireworks.h files defines FALSE as 0 and TRUE as 1. Given that in C++ false, 0 and null are all false and everything else is true it's purely stylistic.
 
Back
Top Bottom