c4core icon indicating copy to clipboard operation
c4core copied to clipboard

_WIN64 implies _WIN32

Open xantares opened this issue 3 years ago • 0 comments

it is useless to use:

#if defined(_WIN64) || defined(_WIN32)

as _WIN64 implies _WIN32

#ifdef _WIN32

is enough

xantares avatar Dec 30 '21 22:12 xantares