mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 14:30:43 -08:00
Include dispextern.h.
This commit is contained in:
parent
b1722a4640
commit
f481eb312e
3 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2008-05-24 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* w32proc.c: Include dispextern.h.
|
||||
|
||||
* w32.c: Include dispextern.h.
|
||||
|
||||
2008-05-23 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* charset.c (Fencode_char, Fsplit_char): Doc fixes.
|
||||
|
|
|
|||
|
|
@ -100,6 +100,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
#include "ndir.h"
|
||||
#include "w32heap.h"
|
||||
#include "systime.h"
|
||||
#include "dispextern.h" /* for xstrcasecmp */
|
||||
|
||||
typedef HRESULT (WINAPI * ShGetFolderPath_fn)
|
||||
(IN HWND, IN int, IN HANDLE, IN DWORD, OUT char *);
|
||||
|
|
|
|||
|
|
@ -62,6 +62,7 @@ extern BOOL WINAPI IsValidLocale(LCID, DWORD);
|
|||
#include "process.h"
|
||||
#include "syssignal.h"
|
||||
#include "w32term.h"
|
||||
#include "dispextern.h" /* for xstrcasecmp */
|
||||
|
||||
#define RVA_TO_PTR(var,section,filedata) \
|
||||
((void *)((section)->PointerToRawData \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue