Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8f23f280
Commit
8f23f280
authored
Feb 06, 2000
by
Andrew Innes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[WINDOWSNT]: Include w32term.h.
parent
0052a264
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
src/frame.c
src/frame.c
+3
-0
src/window.c
src/window.c
+3
-0
No files found.
src/frame.c
View file @
8f23f280
...
...
@@ -26,6 +26,9 @@ Boston, MA 02111-1307, USA. */
#ifdef HAVE_X_WINDOWS
#include "xterm.h"
#endif
#ifdef WINDOWSNT
#include "w32term.h"
#endif
#include "frame.h"
#ifdef HAVE_WINDOW_SYSTEM
#include "fontset.h"
...
...
src/window.c
View file @
8f23f280
...
...
@@ -36,6 +36,9 @@ Boston, MA 02111-1307, USA. */
#ifdef HAVE_X_WINDOWS
#include "xterm.h"
#endif
/* HAVE_X_WINDOWS */
#ifdef WINDOWSNT
#include "w32term.h"
#endif
#ifndef max
#define max(a, b) ((a) < (b) ? (b) : (a))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment