I am using PC lint in my project. My project is compatible to build in both windows and linux. So i have used windows header(visualstudio) files and linux header files(gcc) in my project. I am running pclint entirely for all the file. Its giving error message
Unable to open include file *.h
I dont want to suppress this error in std.lnt file and i dont want to add
-elint errorcodebefore the include statement. Please suggest me is there any way to suppress particualar headerfiles in std.lnt file.