another MSVC MzCOM repair

Missed a line that was meant to be included with
commit a98947e81e.
This commit is contained in:
Matthew Flatt 2015-08-27 14:34:49 -06:00
parent 4eeb164d31
commit d71832f20e

View File

@ -308,6 +308,7 @@ static int record_at_exit(Scheme_At_Exit_Callback_Proc p) XFORM_SKIP_PROC
return 0;
}
#define NO_TLS_INDEX_FOR_WIN_TLS 1
#include "../racket/win_tls.inc"
static unsigned WINAPI evalLoop(void *args) XFORM_SKIP_PROC {