mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2025-09-15 05:57:07 +00:00
Remove unneeded definitions of O_BINARY
Review URL: https://breakpad.appspot.com/6684002/ git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1418 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
cef1bee150
commit
924a8a2974
|
@ -43,7 +43,6 @@
|
||||||
#define snprintf _snprintf
|
#define snprintf _snprintf
|
||||||
#else // _WIN32
|
#else // _WIN32
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#define O_BINARY 0
|
|
||||||
#endif // _WIN32
|
#endif // _WIN32
|
||||||
|
|
||||||
#include "processor/logging.h"
|
#include "processor/logging.h"
|
||||||
|
|
|
@ -49,7 +49,6 @@
|
||||||
#define snprintf _snprintf
|
#define snprintf _snprintf
|
||||||
#else // _WIN32
|
#else // _WIN32
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#define O_BINARY 0
|
|
||||||
#endif // _WIN32
|
#endif // _WIN32
|
||||||
|
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
Loading…
Reference in a new issue