From b0e07bde60c566f6eaddc79ee16da293e0c899e9 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 31 Dec 2010 07:42:00 -0700 Subject: [PATCH] doc correction related to embedding in 64-bit Windows --- collects/scribblings/inside/overview.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/inside/overview.scrbl b/collects/scribblings/inside/overview.scrbl index e318986698..934a8f7555 100644 --- a/collects/scribblings/inside/overview.scrbl +++ b/collects/scribblings/inside/overview.scrbl @@ -361,7 +361,7 @@ To embed Racket CGC in a program, follow these steps: @cpp{scheme_main_stack_setup} trampoline registers the C stack with the memory manager without creating a namespace.) - Under Windows, when support for parallelism is enabled in the Racket + Under 32-bit Windows, when support for parallelism is enabled in the Racket build (as is the default), then before calling @cpp{scheme_main_setup}, your embedding application must first call @cppi{scheme_register_tls_space}: