> +#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