Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1334)

Unified Diff: src/processor/disassembler_x86.cc

Issue 4694002: Win32 build fixes
Patch Set: Win32 build fixes Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/processor/minidump_processor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/processor/disassembler_x86.cc
===================================================================
--- src/processor/disassembler_x86.cc (revision 1177)
+++ src/processor/disassembler_x86.cc (working copy)
@@ -27,7 +27,9 @@
#include "processor/disassembler_x86.h"
#include <string.h>
+#ifndef _WIN32
#include <unistd.h>
+#endif
namespace google_breakpad {
« no previous file with comments | « no previous file | src/processor/minidump_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted