bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH 08/21] get_shared_library_fullname: port to EMX


From: Bruno Haible
Subject: Re: [PATCH 08/21] get_shared_library_fullname: port to EMX
Date: Mon, 01 Dec 2014 00:39:11 +0100
User-agent: KMail/4.8.5 (Linux/3.2.0-64-generic; KDE/4.8.5; x86_64; ; )

> +#ifdef __EMX__
> +# define INCL_DOS
> +# include <os2.h>
> +
> +#define strcmp  stricmp
> +#define strncmp strnicmp
> +#endif

Please indent these lines:
# define strcmp  stricmp
# define strncmp strnicmp

> +        if (DosQueryModuleName (hModule, sizeof (location), location))

Can you add a comment with the URL of the specification of the
DosQueryModuleName function (if possible), please?

Bruno




reply via email to

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