[Groonga-commit] groonga/groonga at f862810 [master] windows: add missing WINAPI

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Oct 16 18:06:14 JST 2017


Kouhei Sutou	2017-10-16 18:06:14 +0900 (Mon, 16 Oct 2017)

  New Revision: f86281042c5ab5fb04fbe06b6538df64ea5f852e
  https://github.com/groonga/groonga/commit/f86281042c5ab5fb04fbe06b6538df64ea5f852e

  Message:
    windows: add missing WINAPI

  Modified files:
    lib/ctx.c

  Modified: lib/ctx.c (+1 -1)
===================================================================
--- lib/ctx.c    2017-10-16 17:29:37 +0900 (661152e3e)
+++ lib/ctx.c    2017-10-16 18:06:14 +0900 (ad1946b7d)
@@ -1572,7 +1572,7 @@ grn_get_package_label(void)
 }
 
 #ifdef WIN32
-static LONG
+static LONG WINAPI
 exception_filter(EXCEPTION_POINTERS *info)
 {
   grn_ctx *ctx = &grn_gctx;
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171016/d55ba92d/attachment.htm 



More information about the Groonga-commit mailing list
Back to archive index