Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
medialibrary
Commits
3e824e61
Commit
3e824e61
authored
Nov 24, 2015
by
Hugo Beauzée-Luyssen
Browse files
Add a MSVC fixup header and start using it
parent
95e0f93e
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/Fixup.h
0 → 100644
View file @
3e824e61
/*****************************************************************************
* Media Library
*****************************************************************************
* Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs
*
* Authors: Hugo Beauzée-Luyssen<hugo@beauzee.fr>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2.1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#pragma once
#ifdef _MSC_VER
#define strcasecmp _stricmp
#endif
\ No newline at end of file
src/MediaLibrary.cpp
View file @
3e824e61
...
...
@@ -22,6 +22,9 @@
#include <algorithm>
#include <functional>
#include "Fixup.h"
#include "Album.h"
#include "AlbumTrack.h"
#include "Artist.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment