disable unicode

This commit is contained in:
Benjamin Sergeant 2020-05-01 09:22:03 -07:00
parent beb26bc096
commit a42ccea8dd

View File

@ -4,6 +4,15 @@
* Copyright (c) 2018 Machine Zone, Inc. All rights reserved. * Copyright (c) 2018 Machine Zone, Inc. All rights reserved.
*/ */
// Try to disable unicode on Windows uwp
#ifdef _UNICODE
#undef _UNICODE
#endif
#ifdef UNICODE
#undef UNICODE
#endif
#include "IXDNSLookup.h" #include "IXDNSLookup.h"
#include "IXNetSystem.h" #include "IXNetSystem.h"