Commit da4bb4c2 authored by Max Kellermann's avatar Max Kellermann

fs/io/OutputStream: update include guard

parent 5b8ff617
/* /*
* Copyright (C) 2014-2018 Max Kellermann <max.kellermann@gmail.com> * Copyright 2014-2019 Max Kellermann <max.kellermann@gmail.com>
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions * modification, are permitted provided that the following conditions
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
* OF THE POSSIBILITY OF SUCH DAMAGE. * OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#ifndef MPD_OUTPUT_STREAM_HXX #ifndef OUTPUT_STREAM_HXX
#define MPD_OUTPUT_STREAM_HXX #define OUTPUT_STREAM_HXX
#include <stddef.h> #include <stddef.h>
......
...@@ -39,7 +39,6 @@ OpenReadOnly(const char *path); ...@@ -39,7 +39,6 @@ OpenReadOnly(const char *path);
UniqueFileDescriptor UniqueFileDescriptor
OpenWriteOnly(const char *path, int flags=0); OpenWriteOnly(const char *path, int flags=0);
#ifndef _WIN32 #ifndef _WIN32
UniqueFileDescriptor UniqueFileDescriptor
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment