thread/{Mutex,Cond}: relicense to BSD-2

This commit is contained in:
Max Kellermann
2014-07-02 20:07:08 +02:00
parent 80a45c91f9
commit 56504534d8
6 changed files with 58 additions and 38 deletions

View File

@@ -27,8 +27,8 @@
* OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef MPD_THREAD_CRITICAL_SECTION_HXX
#define MPD_THREAD_CRITICAL_SECTION_HXX
#ifndef THREAD_CRITICAL_SECTION_HXX
#define THREAD_CRITICAL_SECTION_HXX
#include <windows.h>