Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] Windows build broken in file_dlg.c

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 4 Jun 2012 10:26:53 -0700
On Jun 4, 2012, at 4:39 AM, Anders Broman wrote:

> file_dlg.c
> file_dlg.c(245) : error C2065: 'S_IWUSR' : undeclared identifier
> file_dlg.c(245) : error C2065: 'S_IWGRP' : undeclared identifier
> file_dlg.c(245) : error C2065: 'S_IWOTH' : undeclared identifier

That code wouldn't, and needn't, be used on Windows; I #ifndeffed it out there.