plug-ins: More Windows IO fixes, now at imagemap

Following 8748b8bb
This commit is contained in:
Bruno Lopes 2025-11-29 21:07:22 -03:00
parent a5d574e6d4
commit 349e8aede8
No known key found for this signature in database
3 changed files with 12 additions and 3 deletions

View file

@ -618,13 +618,16 @@ char *cern_text;
#define INITIAL 0
#define comment 1
#ifndef YY_NO_UNISTD_H
#if !defined(YY_NO_UNISTD_H) && defined(HAVE_UNISTD_H)
/* Special case for "unistd.h", since it is non-ANSI. We include it way
* down here because we want the user's section 1 to have been scanned first.
* The user has a chance to override it with an option.
*/
#include <unistd.h>
#endif
#ifdef _WIN32
#include <io.h>
#endif
#ifndef YY_EXTRA_TYPE
#define YY_EXTRA_TYPE void *

View file

@ -643,13 +643,16 @@ char *csim_text;
#define quoted_string 1
#define comment 2
#ifndef YY_NO_UNISTD_H
#if !defined(YY_NO_UNISTD_H) && defined(HAVE_UNISTD_H)
/* Special case for "unistd.h", since it is non-ANSI. We include it way
* down here because we want the user's section 1 to have been scanned first.
* The user has a chance to override it with an option.
*/
#include <unistd.h>
#endif
#ifdef _WIN32
#include <io.h>
#endif
#ifndef YY_EXTRA_TYPE
#define YY_EXTRA_TYPE void *

View file

@ -583,13 +583,16 @@ char *ncsa_text;
#define imap_link 1
#define comment 2
#ifndef YY_NO_UNISTD_H
#if !defined(YY_NO_UNISTD_H) && defined(HAVE_UNISTD_H)
/* Special case for "unistd.h", since it is non-ANSI. We include it way
* down here because we want the user's section 1 to have been scanned first.
* The user has a chance to override it with an option.
*/
#include <unistd.h>
#endif
#ifdef _WIN32
#include <io.h>
#endif
#ifndef YY_EXTRA_TYPE
#define YY_EXTRA_TYPE void *