How to define preprocessor ifdef in .dll for Unity?

I have a .dll (unmanaged code) that I use in Unity. I need to add some functional in my .dll in order to build Unity project for Android devices. So, I need to use preprocessor functionality such a...