From 7f1d7094e6cc455e8089eea146dc4d4f6c14d807 Mon Sep 17 00:00:00 2001 From: xorstream Date: Fri, 21 Apr 2017 17:54:53 +1000 Subject: [PATCH] Msvc readme.txt updated (#803) * Added armbe support to MSVC branch. * Updated readme.txt to remove notes about winsock usage. --- msvc/README.TXT | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/msvc/README.TXT b/msvc/README.TXT index fb46c1cb..94f9a6d0 100644 --- a/msvc/README.TXT +++ b/msvc/README.TXT @@ -16,18 +16,6 @@ Precompiled Header: Not Using Precompiled Headers Additional Options: /wd4018 /wd4244 /wd4267 -:: Winsock inclusion - -One of the hacks done for this was to implement usleep() in windows using a -sockets select() function. This then forces the inclusion of winsock stuff -that would otherwise not be required. - -usleep() is only used in the second thread that is executed in order to -timeout code that would otherwise continue to execute. So if this is ever -changed to no longer require the usleep() calls, the winsock related code -can be removed entirely. - - :: Changes porting unicorn from GNU/GCC to MSVC. There were many many many changes to make this also build in MSVC