summaryrefslogtreecommitdiff
path: root/src/w32proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32proc.c')
-rw-r--r--src/w32proc.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/w32proc.c b/src/w32proc.c
index f050cacf82d..fbb4030e319 100644
--- a/src/w32proc.c
+++ b/src/w32proc.c
@@ -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"
@@ -2258,10 +2259,8 @@ If successful, the new layout id is returned, otherwise nil. */)
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);