ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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.