< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
Aron Rosenberg wrote:
The following patch removes the need to include or link against the Visual Studio ATL library in the WinCompat.cxx code.
Thanks! Ideally, the special __MINGW__ guards and associated separate codepath should be removed as well, since they were only there because the MinGW environment doesn't support ATL. In other words, the fix should apply for both Visual Studio *and* MinGW.
/a