Hi there!
During some research in the .net 3.5 symbols I've found a preprocessor directive
#if WIN95_SUPPORT
//...
#endif
This looks really strange to me! It is located in line 13861 in System.Windows.Forms.Control's Control.cs in method void WndProc(ref Message m)!
Does any of you know anything about that?