aboutsummaryrefslogtreecommitdiff
path: root/src/tools/windows/converter
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/windows/converter')
-rw-r--r--src/tools/windows/converter/ms_symbol_server_converter.cc4
-rw-r--r--src/tools/windows/converter/ms_symbol_server_converter.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/windows/converter/ms_symbol_server_converter.cc b/src/tools/windows/converter/ms_symbol_server_converter.cc
index fad35faf..dd3f770f 100644
--- a/src/tools/windows/converter/ms_symbol_server_converter.cc
+++ b/src/tools/windows/converter/ms_symbol_server_converter.cc
@@ -34,8 +34,8 @@
//
// Author: Mark Mentovai
-#include <Windows.h>
-#include <DbgHelp.h>
+#include <windows.h>
+#include <dbghelp.h>
#include <cassert>
#include <cstdio>
diff --git a/src/tools/windows/converter/ms_symbol_server_converter.h b/src/tools/windows/converter/ms_symbol_server_converter.h
index 3db84f47..d601b433 100644
--- a/src/tools/windows/converter/ms_symbol_server_converter.h
+++ b/src/tools/windows/converter/ms_symbol_server_converter.h
@@ -65,7 +65,7 @@
#ifndef TOOLS_WINDOWS_MS_SYMBOL_SERVER_CONVERTER_H_
#define TOOLS_WINDOWS_MS_SYMBOL_SERVER_CONVERTER_H_
-#include <Windows.h>
+#include <windows.h>
#include <string>
#include <vector>