From 160b67513df514c30ea38e4b479cf14df89850bc Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 16 Mar 1995 13:25:08 +0000 Subject: [PATCH] Aggiunto XVT_CALLCONV1 al main (da estendere!!!!) git-svn-id: svn://10.65.10.50/trunk@1138 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ba/ba0.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ba/ba0.cpp b/ba/ba0.cpp index 6d5677bc2..779d842b9 100755 --- a/ba/ba0.cpp +++ b/ba/ba0.cpp @@ -592,7 +592,7 @@ bool TMenu_application::menu(MENU_TAG) return FALSE; } -int main(int argc, char** argv) +int XVT_CALLCONV1 main(int argc, char** argv) { const char* menu = (argc < 2) ? "prassi.mnu" : argv[1]; TMenu_application ma(menu);