]> code.delx.au - gnu-emacs/blobdiff - src/w32proc.c
Merge from emacs--devo--0
[gnu-emacs] / src / w32proc.c
index 8c99a0a1dffd82116de917d004dc2d51b640d411..a7c2cff450d7205d15b335219c5fc78e271a5c19 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"
@@ -2245,10 +2246,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);