emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lib-src/emacsclient.c,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lib-src/emacsclient.c,v
Date: Tue, 09 Oct 2007 08:53:15 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/10/09 08:52:58

Index: lib-src/emacsclient.c
===================================================================
RCS file: /cvsroot/emacs/emacs/lib-src/emacsclient.c,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -b -r1.110 -r1.111
--- lib-src/emacsclient.c       21 Sep 2007 03:21:54 -0000      1.110
+++ lib-src/emacsclient.c       9 Oct 2007 08:52:54 -0000       1.111
@@ -35,6 +35,7 @@
 # include <malloc.h>
 # include <stdlib.h>
 # include <windows.h>
+# include <commctrl.h>
 
 # define NO_SOCKETS_IN_FILE_SYSTEM
 
@@ -300,9 +301,13 @@
   char szTitle[MAX_PATH];
 
   if (window_app < 0)
+    {
     /* Checking for STDOUT does not work; it's a valid handle also in
        nonconsole apps.  Testing for the console title seems to work. */
     window_app = (GetConsoleTitleA (szTitle, MAX_PATH) == 0);
+      if (window_app)
+        InitCommonControls();
+    }
 
   return window_app;
 }




reply via email to

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