help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[h-e-w] redefine error of Display


From: Goodwu
Subject: [h-e-w] redefine error of Display
Date: Thu, 16 Oct 2003 15:50:48 +0800

There's a bug in the compilation.
"typedef HDC Display;" is in both src/w32gui.h and X11/simx.h, so I change them 
from:
<----------------------
typedef HDC Display;
---------------------->
to:
<----------------------
#ifndef ___HDC_DISPLAY
#define ___HDC_DISPLAY
typedef HDC Display;
#endif   
---------------------->
to avoid the redefine error.
Is there any other solution?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]