Merge pull request #4775 from jmarshallnz/empty_episode_playcount
[vuplus_xbmc] / xbmc / DllPaths.h
index 02d9f2a..7e331de 100644 (file)
@@ -2,8 +2,8 @@
 #define DLL_PATHS_H_
 
 /*
- *      Copyright (C) 2005-2010 Team XBMC
- *      http://www.xbmc.org
+ *      Copyright (C) 2005-2013 Team XBMC
+ *      http://xbmc.org
  *
  *  This Program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with XBMC; see the file COPYING.  If not, write to
- *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
- *  http://www.gnu.org/copyleft/gpl.html
+ *  along with XBMC; see the file COPYING.  If not, see
+ *  <http://www.gnu.org/licenses/>.
  *
  */
 
-#ifdef _WIN32
+#ifdef TARGET_WINDOWS
 #include "DllPaths_win32.h"
+#elif defined (TARGET_ANDROID)
+#include "DllPaths_generated_android.h"
 #else
 #include "DllPaths_generated.h"
 #endif