|
-
August 1st, 2002, 06:40 AM
#1
Doubt
In Windows if I want to set #define statements,I can give it in the preprocessor definition.
Where will I give the #define which I defined for Linux if I want to compile the linux code under Linux
for Eg:-
#ifdefine WIN32
#elif _Linux
#endif
where Should I give the "_Linux" in Linux.
Thanks..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|