After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 520877 - registrybinary.c doesn't build cleanly on Windows/MSVC
registrybinary.c doesn't build cleanly on Windows/MSVC
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal blocker
: 0.10.18
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-03-07 00:21 UTC by Ole André Vadla Ravnås
Modified: 2008-03-07 13:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
io.h needs to be included for write() and close() when building with MSVC. (409 bytes, patch)
2008-03-07 00:22 UTC, Ole André Vadla Ravnås
committed Details | Review

Description Ole André Vadla Ravnås 2008-03-07 00:21:50 UTC
Please describe the problem:
Lack of io.h include results in write() and close() being undefined.

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Ole André Vadla Ravnås 2008-03-07 00:22:16 UTC
Created attachment 106728 [details] [review]
io.h needs to be included for write() and close() when building with MSVC.
Comment 2 Sebastian Dröge (slomo) 2008-03-07 13:15:13 UTC
2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>

	Patch by: Ole André Vadla Ravnås
	    <ole dot andre dot ravnas at tandberg dot com>

	* gst/gstregistrybinary.c:
	Include io.h for write() and close() when building with MSVC. Fixes
	bug #520877.