weirdo12

Results 2 issues of weirdo12

Added $EXTERNALSYM code for C++Builder compatibility. For example: OSVERSIONINFOEXA = _OSVERSIONINFOEXA; {$EXTERNALSYM OSVERSIONINFOEXA} Without this, C++Builder sees OSVERSIONINFOEXA as a redefinition of OSVERSIONINFOEXA in winnt.h.

C++Builder does not need to see the definition of CP_UTF8. The EXTERNALSYM directive tells the compiler not to generated code for this symbol in Bcrypt.hpp. The way CP_UTF8 is defined...