Navigation Menu

Skip to content

Commit

Permalink
windows: add missing WINAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 16, 2017
1 parent 2def53e commit f862810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ctx.c
Expand Up @@ -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;
Expand Down

0 comments on commit f862810

Please sign in to comment.