Use __declspec(thread) var rather tha TslAlloc & co.
[p5sagit/p5-mst-13.2.git] / win32 / config_H.vc
index 6b9a910..4634072 100644 (file)
@@ -48,9 +48,9 @@
  *     instance.
  */
 #ifdef _ALPHA_
-#define ARCHNAME "Alpha"              /**/
+#define ARCHNAME "alpha-mswin32"              /**/
 #else
-#define ARCHNAME "Intel"              /**/
+#define ARCHNAME "x86-mswin32"              /**/
 #endif
 
 /* BIN:
  *     This symbol is defined to be the type of char used in stdio.h.
  *     It has the values "unsigned char" or "char".
  */
-#define STDCHAR unsigned char  /**/
+#define STDCHAR char   /**/
 
 /* Uid_t:
  *     This symbol holds the type used to declare user ids in the kernel.