ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/Client.xs
(Generate patch)

Comparing deliantra/Deliantra-Client/Client.xs (file contents):
Revision 1.157 by root, Sun Oct 1 14:48:50 2006 UTC vs.
Revision 1.159 by root, Sun Oct 8 21:22:29 2006 UTC

656void 656void
657win32_proxy_info () 657win32_proxy_info ()
658 PPCODE: 658 PPCODE:
659{ 659{
660#ifdef _WIN32 660#ifdef _WIN32
661 INTERNET_PROXY_INFO proxyinfo;
662 char buffer[2048]; 661 char buffer[2048];
663 DWORD buflen; 662 DWORD buflen;
664 663
665 EXTEND (SP, 3); 664 EXTEND (SP, 3);
666 665
793 MessageBox (0, message, "Crossfire+ Fatal Error", MB_OK | MB_ICONERROR); 792 MessageBox (0, message, "Crossfire+ Fatal Error", MB_OK | MB_ICONERROR);
794#endif 793#endif
795 _exit (1); 794 _exit (1);
796 795
797void 796void
798_exit (int retval) 797_exit (int retval = 0)
799 CODE: 798 CODE:
800 _exit (retval); 799 _exit (retval);
801 800
802MODULE = CFPlus PACKAGE = CFPlus::Font 801MODULE = CFPlus PACKAGE = CFPlus::Font
803 802

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines