LinuzCDVDiso: quick svn:props fixes.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2821 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
Jake.Stine 2010-04-07 13:08:02 +00:00
parent 6b37b43e96
commit 8d57ed3eeb
2 changed files with 552 additions and 552 deletions

1088
plugins/CDVDiso/src/CDVDisop.cpp Executable file → Normal file

File diff suppressed because it is too large Load Diff

View File

@ -3,14 +3,14 @@
#define _FILE_OFFSET_BITS 64
#ifdef __GNUC__
# ifndef _LARGEFILE_SOURCE
# define _LARGEFILE_SOURCE
# endif
# ifndef _LARGEFILE64_SOURCE
# define _LARGEFILE64_SOURCE
# endif
#endif
# ifndef _LARGEFILE_SOURCE
# define _LARGEFILE_SOURCE
# endif
# ifndef _LARGEFILE64_SOURCE
# define _LARGEFILE64_SOURCE
# endif
#endif
#ifdef _WIN32
#include <windows.h>