former is only interesting for ".NET" builds, and the later
is identical to _ttoi (still supported in VC2005, at least).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@652599
13f79535-47bb-0310-9956-
ffa450edef68
#ifndef UNICODE
/* Borrowed from CRT internal.h for _MBCS argc/argv parsing in this GUI app */
-int __CRTDECL _setargv(void);
+int __cdecl _setargv(void);
#endif
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
}
else if ((__argc == 4) && (g_dwOSVersion >= OS_VERSION_WIN2K))
{
- dwControl = _tstoi(__targv[1]);
+ dwControl = _ttoi(__targv[1]);
if ((dwControl != SERVICE_CONTROL_CONTINUE) &&
(dwControl != SERVICE_APACHE_RESTART) &&
(dwControl != SERVICE_CONTROL_STOP))