* include/gc.h (GC_use_DllMain): Refine (and reformat) the
comment.
+2009-09-25 Ivan Maidanski <ivmai@mail.ru>
+
+ * include/gc.h (GC_use_DllMain): Refine (and reformat) the
+ comment.
+
2009-09-25 Ivan Maidanski <ivmai@mail.ru> (really mostly Petter Urkedal)
* configure.ac: Add documentation to AC_DEFINE for GC_THREADS and
# define WinMain GC_WinMain
#endif
- /*
- * Use implicit thread registration via DllMain.
- * Must be called before GC_INIT and other GC routines.
- * Should be avoided if GC_beginthreadex and friends can be called
- * instead.
- */
+/* Use implicit thread registration via DllMain. Deprecated. Must be */
+/* called before GC_INIT() and other GC routines. Should be avoided if */
+/* GC_beginthreadex() or GC_CreateThread() could be called instead. */
GC_API void GC_CALL GC_use_DllMain(void);
# ifndef GC_NO_THREAD_REDIRECTS