Andriy Palamarchuk apa3a@yahoo.com writes:
To check whether an application is compiled under Wine I should use WINELIB macro, right?
It seems the macro is not defined if I try to check on it in programs/notepad.
Should I define it in the Makefile.in explicitely?
If you absolutely need it yes. But in general it's better to do things in a way that doesn't require it, or to fix Wine to avoid the platform differences completely.