]> code.delx.au - gnu-emacs/blobdiff - nt/runemacs.c
Merge from emacs-23
[gnu-emacs] / nt / runemacs.c
index 6dec833631c485b3b080f3a6df628268da9d3bc7..dc8503b7a3683d3c304726c43a3be60859494de0 100644 (file)
@@ -43,7 +43,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include <string.h>
 #include <malloc.h>
 
-static void set_user_model_id ();
+static void set_user_model_id (void);
 
 int WINAPI
 WinMain (HINSTANCE hSelf, HINSTANCE hPrev, LPSTR cmdline, int nShow)
@@ -174,7 +174,8 @@ error:
   return 1;
 }
 
-void set_user_model_id ()
+void
+set_user_model_id (void)
 {
   HMODULE shell;
   HRESULT (WINAPI * set_user_model) (wchar_t * id);