I am wonder if there is a way to use preprocessor definitions to
expose code only if a particular file is included in a project. I am
targeting the msvc.
I am thinking of something like
#if defined(filecab inet.h) // if filecabinet.h is part of the project
....
#endif
expose code only if a particular file is included in a project. I am
targeting the msvc.
I am thinking of something like
#if defined(filecab inet.h) // if filecabinet.h is part of the project
....
#endif
Comment