I have a C++ driver I\'m trying to compile, and it has this line in the code:
#import \"msado15.dll\" no_namespace rename(\"EOF\", \"EndOfFile\")
OK, found it by reading the documentation. I just had to put it in the same folder as the referenced file (which was in a different location to the project source code).