summaryrefslogtreecommitdiff
path: root/gio/src/unixoutputstream.hg
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@src.gnome.org>2008-03-25 02:17:09 +0000
committerJonathon Jongsma <jjongsma@src.gnome.org>2008-03-25 02:17:09 +0000
commit8ad11cdf1df5f5c18fd02fff69a749ceb9d81cf0 (patch)
treed6bddfde6eab0e95179b534c9499e5128cea3cfc /gio/src/unixoutputstream.hg
parentff8e7dfb3946ef10df7e4dc50d8931012507e54f (diff)
downloadglibmm-8ad11cdf1df5f5c18fd02fff69a749ceb9d81cf0.tar.gz
don't wrap these unix-specific types when building on MS Windows (bug
* gio/src/desktopappinfo.hg: * gio/src/unixinputstream.hg: * gio/src/unixmount.hg: * gio/src/unixoutputstream.hg: don't wrap these unix-specific types when building on MS Windows (bug #524126) svn path=/trunk/; revision=643
Diffstat (limited to 'gio/src/unixoutputstream.hg')
-rw-r--r--gio/src/unixoutputstream.hg1
1 files changed, 1 insertions, 0 deletions
diff --git a/gio/src/unixoutputstream.hg b/gio/src/unixoutputstream.hg
index 69d574c3..3cafdc16 100644
--- a/gio/src/unixoutputstream.hg
+++ b/gio/src/unixoutputstream.hg
@@ -36,6 +36,7 @@ namespace Gio
class UnixOutputStream : public Gio::OutputStream
{
_CLASS_GOBJECT(UnixOutputStream, GUnixOutputStream, G_UNIX_OUTPUT_STREAM, Gio::OutputStream, GOutputStream)
+ _GTKMMPROC_WIN32_NO_WRAP
protected:
_WRAP_CTOR(UnixOutputStream(int fd, bool close_fd_at_close), g_unix_output_stream_new)