]> code.delx.au - gnu-emacs/blobdiff - src/w32proc.c
Merge from emacs--rel--22
[gnu-emacs] / src / w32proc.c
index 3756f4a8dd1364fd3340c037c22e5ccf0fa32575..0665fa28f16c1729a83e25c25bc8c1dcedc69876 100644 (file)
@@ -55,6 +55,7 @@ extern BOOL WINAPI IsValidLocale(LCID, DWORD);
 #endif
 
 #include "lisp.h"
+#include "character.h"
 #include "w32.h"
 #include "w32heap.h"
 #include "systime.h"
@@ -2259,10 +2260,8 @@ If successful, the new layout id is returned, otherwise nil.  */)
 \f
 syms_of_ntproc ()
 {
-  Qhigh = intern ("high");
-  Qlow = intern ("low");
-  staticpro (&Qhigh);
-  staticpro (&Qlow);
+  DEFSYM (Qhigh, "high");
+  DEFSYM (Qlow, "low");
 
 #ifdef HAVE_SOCKETS
   defsubr (&Sw32_has_winsock);