Merge pull request #2756 from Karlson2k/no_old_msc_ver
authorwsoltys <wiso@xbmc.org>
Wed, 5 Jun 2013 18:20:58 +0000 (11:20 -0700)
committerwsoltys <wiso@xbmc.org>
Wed, 5 Jun 2013 18:20:58 +0000 (11:20 -0700)
Remove unneeded or outdated _MSC_VER macro #ifs

1  2 
xbmc/cores/DllLoader/exports/emu_msvcrt.cpp
xbmc/filesystem/IFile.h
xbmc/filesystem/SAPDirectory.cpp
xbmc/linux/PlatformDefs.h
xbmc/network/Network.cpp
xbmc/powermanagement/windows/Win32PowerSyscall.h
xbmc/win32/WIN32Util.cpp
xbmc/win32/WIN32Util.h

  #if !defined(AFX_IFILE_H__7EE73AC7_36BC_4822_93FF_44F3B0C766F6__INCLUDED_)
  #define AFX_IFILE_H__7EE73AC7_36BC_4822_93FF_44F3B0C766F6__INCLUDED_
  
- #if _MSC_VER > 1000
  #pragma once
- #endif // _MSC_VER > 1000
  
 -#ifdef _LINUX
 +#ifdef TARGET_POSIX
  #include "PlatformDefs.h" // for __stat64
  #endif
  
Simple merge
Simple merge
Simple merge
   *
   */
  
- #if _MSC_VER > 1000
  #pragma once
- #endif // _MSC_VER > 1000
  
 -#ifdef _WIN32
 +#ifdef TARGET_WINDOWS
  #ifndef _WIN32_POWER_SYSCALL_H_
  #define _WIN32_POWER_SYSCALL_H_
  #include "powermanagement/IPowerSyscall.h"
Simple merge
Simple merge