Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8e764ce0
Commit
8e764ce0
authored
Aug 15, 2008
by
Eli Zaretskii
Browse files
[_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
parent
f8b35b24
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
src/ChangeLog
src/ChangeLog
+2
-0
src/w32fns.c
src/w32fns.c
+5
-0
No files found.
src/ChangeLog
View file @
8e764ce0
2008-08-15 Eli Zaretskii <eliz@gnu.org>
* w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
* w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
All users changed.
...
...
src/w32fns.c
View file @
8e764ce0
...
...
@@ -242,6 +242,11 @@ struct MONITOR_INFO
DWORD dwFlags;
};
/* Reportedly, VS 6 does not have this in its headers. */
#if defined(_MSC_VER) && _MSC_VER < 1300
DECLARE_HANDLE(HMONITOR);
#endif
typedef BOOL (WINAPI * TrackMouseEvent_Proc)
(IN OUT LPTRACKMOUSEEVENT lpEventTrack);
typedef LONG (WINAPI * ImmGetCompositionString_Proc)
...
...
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