Ok, I'm havin a little bit of a problem that I can't figure out. I'm using a multi-file C project in Visual Studio .NET. I need this to conform to the ANSI C standard.
I'm defining some structures here as:
struct myStruct
{
//blah
};
in some file, lets call it struct_def.h. Ok...