mirror of
https://github.com/libretro/pcsx2.git
synced 2025-02-24 11:30:43 +00:00
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:
parent
6b37b43e96
commit
8d57ed3eeb
1088
plugins/CDVDiso/src/CDVDisop.cpp
Executable file → Normal file
1088
plugins/CDVDiso/src/CDVDisop.cpp
Executable file → Normal file
File diff suppressed because it is too large
Load Diff
@ -3,14 +3,14 @@
|
|||||||
#define _FILE_OFFSET_BITS 64
|
#define _FILE_OFFSET_BITS 64
|
||||||
|
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
# ifndef _LARGEFILE_SOURCE
|
# ifndef _LARGEFILE_SOURCE
|
||||||
# define _LARGEFILE_SOURCE
|
# define _LARGEFILE_SOURCE
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
# ifndef _LARGEFILE64_SOURCE
|
# ifndef _LARGEFILE64_SOURCE
|
||||||
# define _LARGEFILE64_SOURCE
|
# define _LARGEFILE64_SOURCE
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user