xantares

Results 12 issues of xantares

it is useless to use: ``` #if defined(_WIN64) || defined(_WIN32) ``` as _WIN64 implies _WIN32 ``` #ifdef _WIN32 ``` is enough

allows to install dlls too