This is a bit of an MSDEV question.
Normally, MSDEV maintains a header file named resource.h, for Windows resources.
I normally don't use Windows resources. In my own code, I would like to have a file named resource.h. But then this would conflict.
I could give my file a different name. But I'd rather name my file resource.h, and rename the MSDEV file to something else like winresource.h.
Is there any danger to doing this? Will MSDEV get confused?