fs/io/OutputStream: update include guard
This commit is contained in:
parent
5b8ff61799
commit
da4bb4c298
@ -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
|
||||
* modification, are permitted provided that the following conditions
|
||||
@ -27,8 +27,8 @@
|
||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef MPD_OUTPUT_STREAM_HXX
|
||||
#define MPD_OUTPUT_STREAM_HXX
|
||||
#ifndef OUTPUT_STREAM_HXX
|
||||
#define OUTPUT_STREAM_HXX
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
|
@ -39,7 +39,6 @@ OpenReadOnly(const char *path);
|
||||
UniqueFileDescriptor
|
||||
OpenWriteOnly(const char *path, int flags=0);
|
||||
|
||||
|
||||
#ifndef _WIN32
|
||||
|
||||
UniqueFileDescriptor
|
||||
|
Loading…
Reference in New Issue
Block a user