I'm using Devc++ and am wanting to import/include the msado.dll into my project but i'm getting the error,

#import is obsolete, use an #ifndef wrapper in the header file
Code:
#import "c:\Program Files\Common Files\System\ADO\msado15.dll" \
can sombody show me exactly how to write this ifndef statement for the above dll.