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.111 by root, Mon Jun 12 13:26:14 2006 UTC vs.
Revision 1.112 by root, Mon Jun 12 14:55:41 2006 UTC

704 CODE: 704 CODE:
705 fprintf (stderr, "FATAL: %s\n", message); 705 fprintf (stderr, "FATAL: %s\n", message);
706#ifdef _WIN32 706#ifdef _WIN32
707 MessageBox (0, message, "Crossfire+ Fatal Error", MB_OK | MB_ICONERROR); 707 MessageBox (0, message, "Crossfire+ Fatal Error", MB_OK | MB_ICONERROR);
708#endif 708#endif
709 _Exit (1); 709 _exit (1);
710 710
711void 711void
712_exit (int retval) 712_exit (int retval)
713 CODE: 713 CODE:
714 _Exit (retval); 714 _exit (retval);
715 715
716MODULE = CFClient PACKAGE = CFClient::Font 716MODULE = CFClient PACKAGE = CFClient::Font
717 717
718CFClient::Font 718CFClient::Font
719new_from_file (SV *class, char *path, int id = 0) 719new_from_file (SV *class, char *path, int id = 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines