I'm creating a program that does multiple things, and one of them is using the iTunes COM to open iTunes and play music. The one machine I'm compiling on has iTunes, the other does not. On the one that does not have iTunes, I must comment out code, but I was wondering if there was a way though #ifdef or something that I could still compile without having to do that.
Edit: The whole point is so I may compile on both machines without having to install iTunes on the machine that does not have it.