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
60860eb3
Commit
60860eb3
authored
Sep 27, 2007
by
Jason Rumney
Browse files
(globals_of_w32fns): Init common controls.
parent
cbcb463b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
src/ChangeLog
src/ChangeLog
+6
-0
src/w32fns.c
src/w32fns.c
+4
-0
No files found.
src/ChangeLog
View file @
60860eb3
2007-09-27 Jason Rumney <jasonr@gnu.org>
* makefile.w32-in (LIBS): Add COMCTL32.
* w32fns.c (globals_of_w32fns): Init common controls.
2007-09-21 Richard Stallman <rms@gnu.org>
* image.c (our_memory_buffer): Renamed from omfib_buffer.
...
...
src/w32fns.c
View file @
60860eb3
...
...
@@ -48,6 +48,7 @@ Boston, MA 02110-1301, USA. */
#include "bitmaps/gray.xbm"
#include <commctrl.h>
#include <commdlg.h>
#include <shellapi.h>
#include <ctype.h>
...
...
@@ -9073,6 +9074,9 @@ void globals_of_w32fns ()
&w32_ansi_code_page,
doc: /* The ANSI code page used by the system. */);
w32_ansi_code_page = GetACP ();
/* MessageBox does not work without this when linked to comctl32.dll 6.0. */
InitCommonControls ();
}
#undef abort
...
...
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