Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: src/third_party/libdisasm/libdis.h

Issue 1579623004: libdisasm: Remove inclusion of windows.h (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/third_party/libdisasm/libdis.h
diff --git a/src/third_party/libdisasm/libdis.h b/src/third_party/libdisasm/libdis.h
index 94103396f65a5c5683281899e8809cdb9151934a..83a88612a3ccd1975ae7f4d18f5867513c376086 100644
--- a/src/third_party/libdisasm/libdis.h
+++ b/src/third_party/libdisasm/libdis.h
@@ -1,10 +1,6 @@
#ifndef LIBDISASM_H
#define LIBDISASM_H
-#ifdef WIN32
-#include <windows.h>
-#endif
-
#include <stdint.h>
/* 'NEW" types
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698