fs/io/OutputStream: update include guard
This commit is contained in:
parent
5b8ff61799
commit
da4bb4c298
src
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* 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 @@
|
|||||||
* 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);
|
|||||||
UniqueFileDescriptor
|
UniqueFileDescriptor
|
||||||
OpenWriteOnly(const char *path, int flags=0);
|
OpenWriteOnly(const char *path, int flags=0);
|
||||||
|
|
||||||
|
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
|
|
||||||
UniqueFileDescriptor
|
UniqueFileDescriptor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user