comparison src/w32xfns.c @ 23509:afcb561b535d

Include charset.h and fontset.h.
author Geoff Voelker <voelker@cs.washington.edu>
date Tue, 20 Oct 1998 22:16:48 +0000
parents ae5e3b23c7e2
children 600578f35004
comparison
equal deleted inserted replaced
23508:4e067ce42325 23509:afcb561b535d
21 #include <signal.h> 21 #include <signal.h>
22 #include <config.h> 22 #include <config.h>
23 #include <stdio.h> 23 #include <stdio.h>
24 #include "lisp.h" 24 #include "lisp.h"
25 #include "frame.h" 25 #include "frame.h"
26 #include "charset.h"
27 #include "fontset.h"
26 #include "blockinput.h" 28 #include "blockinput.h"
27 #include "w32term.h" 29 #include "w32term.h"
28 #include "windowsx.h" 30 #include "windowsx.h"
29 31
30 #define myalloc(cb) GlobalAllocPtr (GPTR, cb) 32 #define myalloc(cb) GlobalAllocPtr (GPTR, cb)
376 void 378 void
377 x_sync (f) 379 x_sync (f)
378 void *f; 380 void *f;
379 { 381 {
380 } 382 }
381