mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2025-02-02 06:41:08 +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
|
||||
#else // _WIN32
|
||||
#include <unistd.h>
|
||||
#define O_BINARY 0
|
||||
#endif // _WIN32
|
||||
|
||||
#include "processor/logging.h"
|
||||
|
|
|
@ -49,7 +49,6 @@
|
|||
#define snprintf _snprintf
|
||||
#else // _WIN32
|
||||
#include <unistd.h>
|
||||
#define O_BINARY 0
|
||||
#endif // _WIN32
|
||||
|
||||
#include <fstream>
|
||||
|
|
Loading…
Reference in a new issue