Skip to content

Problems building zlibvc using Visual C++ Express 2010 #1

@lekanteto

Description

@lekanteto

------ Erstellen gestartet: Projekt: zlibvc, Konfiguration: Release Win32 ------
gzlib.c
......\gzlib.c(180): warning C4013: 'open' undefiniert; Annahme: extern mit Rückgabetyp int
......\gzlib.c(204): warning C4013: '_lseeki64' undefiniert; Annahme: extern mit Rückgabetyp int

This can be solved by changing in gzlib.c

#  define LSEEK _lseeki64

to

#  define LSEEK _lseeki64
#  include <io.h>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions