aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/sshdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'extcap/sshdump.c')
-rw-r--r--extcap/sshdump.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/extcap/sshdump.c b/extcap/sshdump.c
index 94cf27de19..ab6988450f 100644
--- a/extcap/sshdump.c
+++ b/extcap/sshdump.c
@@ -528,8 +528,12 @@ end:
}
#ifdef _WIN32
-int CALLBACK WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
- LPSTR lpCmdLine, int nCmdShow) {
+int _stdcall
+WinMain (struct HINSTANCE__ *hInstance,
+ struct HINSTANCE__ *hPrevInstance,
+ char *lpszCmdLine,
+ int nCmdShow)
+{
return main(__argc, __argv);
}
#endif