[quake3] third win64 patch

Ludwig Nussel ludwig.nussel at suse.de
Sat Mar 25 11:19:56 EST 2006


[If you include the patches inline or at least attach them as plain
text/gzip it's much easier to handle them. zip sucks. ]

James Lacey wrote:
> Here is my third Win64 patch against revision 670 of the repository
> [...]

> Index: code/q3_ui/ui_main.c
> ===================================================================
> --- code/q3_ui/ui_main.c	(revision 670)
> +++ code/q3_ui/ui_main.c	(working copy)
> @@ -40,7 +40,7 @@
>  This must be the very first function compiled into the .qvm file
>  ================
>  */
> -intptr_t vmMain( int command, int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, int arg10, int arg11  ) {
> +long vmMain( long command, long arg0, long arg1, long arg2, long arg3, long arg4, long arg5, long arg6, long arg7, long arg8, long arg9, long arg10, long arg11  ) {

int an long are of the same size on Windows so I doubt that this and
the other changes to the vm interface are required.

cu
Ludwig

-- 
 (o_   Ludwig Nussel
 //\   SUSE LINUX Products GmbH, Development
 V_/_  http://www.suse.de/





More information about the quake3 mailing list