Skip to content

Commit

Permalink
fluent-bit: follow PHANDLER_ROUTINE definition more closely.
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Whelan <[email protected]>
  • Loading branch information
pwhelan committed Sep 15, 2023
1 parent 23942ed commit 02d3a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fluent-bit.c
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ void flb_console_handler_set_ctx(flb_ctx_t *ctx, struct flb_cf *cf_opts)
handler_opts = cf_opts;
}

static bool flb_console_handler(DWORD evType)
static BOOL WINAPI flb_console_handler(DWORD evType)
{
switch(evType) {
case 1 /* CTRL_BREAK_EVENT_1 */:
Expand Down

0 comments on commit 02d3a2c

Please sign in to comment.