Bug 511395 - Remove MSVC6 support from the tree, in netwerk; (Av1) Update comment only; r=cbiesinger

This commit is contained in:
Serge Gautherie 2009-08-19 17:01:57 +02:00
Родитель a591e04e3f
Коммит 85d50bcc64
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -126,9 +126,8 @@ HTTP_ATOM(Warning, "Warning")
// methods are atoms too.
//
// note: an uppercase DELETE causes compilation problems under msvc6, so we'll
// just keep the methods mixedcase even though they're normally written all
// uppercase -- darin
// Note: winnt.h defines DELETE macro, so we'll just keep the methods mixedcase
// even though they're normally written all uppercase. -- darin
HTTP_ATOM(Connect, "CONNECT")
HTTP_ATOM(Copy, "COPY")