Joined
Last Seen
-4 Reputation Points
- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
0 Endorsements
Ranked #107.70K
1 Posted Topic
You can write this like: [code=c] #ifdef WIN32 #define IS_WINDOWS_PLATFORM #endif #ifdef WIN64 #define IS_WINDOWS_PLATFORM #endif //so here what you should user after #ifdef IS_WINDOWS_PLATFORM //your code for windows #endif [/code]
The End.
Susel1