tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] here is the patch


From: Peter \"Firefly\" Lund
Subject: Re: [Tinycc-devel] here is the patch
Date: Wed, 16 Apr 2003 07:50:09 +0200 (MEST)

On Tue, 15 Apr 2003, Vladimir Moushkov wrote:

> +#ifdef WIN32
> +    i = strrchr(argv[0], '\\') - argv[0];
> +#else
> +    i = strrchr(argv[0], '/') - argv[0];
> +#endif

AFAIK you need to check for both  \ and / on win32.

-Peter





reply via email to

[Prev in Thread] Current Thread [Next in Thread]