]> granicus.if.org Git - gc/commitdiff
2006-09-19 Hans Boehm <Hans.Boehm@hp.com>
authorhboehm <hboehm>
Wed, 20 Sep 2006 01:08:14 +0000 (01:08 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:38 +0000 (21:06 +0400)
* tests/test.c (WinMain): Add message for DllMain use.

tests/test.c

index d8e9990f3283cb2fdbbf5dc1a816c9cc09ed7f31..1af6de24f04dc365bc240c7424d094cb4f85c949 100644 (file)
@@ -1484,6 +1484,7 @@ int APIENTRY WinMain(HINSTANCE instance, HINSTANCE prev, LPSTR cmd, int n)
 
 # ifdef GC_DLL
     GC_use_DllMain();  /* Test with implicit thread registration if possible. */
+    GC_printf("Using DllMain to track threads\n");
 # endif
   GC_INIT();
 # ifndef NO_INCREMENTAL