breakpad/src/common/windows
Jon Turney 1f1d950d6a Fix compilation of http_upload.cc with Windows gcc
Fix compilation of http_upload.cc with Windows gcc after 548ca6e3, by
moving the definition of GetFileContents(), so it comes after the
definition of WideToMBCP(), which it uses (under !_MSC_VER).

common/windows/http_upload.cc: In function ‘bool {anonymous}::GetFileContents(const wstring&, std::vector<char>*)’:
common/windows/http_upload.cc:80:19: error: ‘WideToMBCP’ was not declared in this scope

Change-Id: I1646b39263e97bbf3bd8cb1ae209be238023110f
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/1928929
Reviewed-by: Mike Frysinger <vapier@chromium.org>
2019-11-22 18:29:21 +00:00
..
common_windows.gyp Fix common_windows.gyp. 2019-06-18 23:11:27 +00:00
dia_util.cc Add parameter --product to symupload.exe 2014-11-17 22:47:05 +00:00
dia_util.h Adding support for 64-bit Windows modules to ms_symbol_server_converter. 2014-04-10 17:54:52 +00:00
guid_string.cc Replace GB_WSU_SAFE_SWPRINTF_TERMINATE with inline code (#145 followup). 2007-04-04 16:13:55 +00:00
guid_string.h Fix Windows client compilation on mingw. 2014-11-03 17:05:39 +00:00
http_upload.cc Fix compilation of http_upload.cc with Windows gcc 2019-11-22 18:29:21 +00:00
http_upload.h Port new symbol upload API to Windows symupload tool. 2019-06-12 20:56:37 +00:00
module_info.h Enable PE-only metadata dumping for 64bit (aka. PE32+ format) PEs files. 2019-06-12 21:20:27 +00:00
omap.cc Handle ntdll only emitting PUBLIC at func entry 2017-02-23 18:28:02 +00:00
omap.h Adding support for 64-bit Windows modules to ms_symbol_server_converter. 2014-04-10 17:54:52 +00:00
omap_internal.h Handle ntdll only emitting PUBLIC at func entry 2017-02-23 18:28:02 +00:00
omap_unittest.cc windows: update gtest/gmock paths 2017-02-11 18:03:31 +00:00
pdb_source_line_writer.cc Enable PE-only metadata dumping for 64bit (aka. PE32+ format) PEs files. 2019-06-12 21:20:27 +00:00
pdb_source_line_writer.h Enable PE-only metadata dumping for 64bit (aka. PE32+ format) PEs files. 2019-06-12 21:20:27 +00:00
pe_source_line_writer.cc Fix common_windows.gyp. 2019-06-18 23:11:27 +00:00
pe_source_line_writer.h Enable PE-only metadata dumping for 64bit (aka. PE32+ format) PEs files. 2019-06-12 21:20:27 +00:00
pe_util.cc Fix dump_syms clang Windows build. 2019-06-25 00:28:04 +00:00
pe_util.h Fix dump_syms clang Windows build. 2019-06-25 00:28:04 +00:00
string_utils-inl.h Adding support for 64-bit Windows modules to ms_symbol_server_converter. 2014-04-10 17:54:52 +00:00
string_utils.cc Fix Windows client compilation on mingw. 2014-11-03 17:05:39 +00:00
symbol_collector_client.cc Port new symbol upload API to Windows symupload tool. 2019-06-12 20:56:37 +00:00
symbol_collector_client.h Port new symbol upload API to Windows symupload tool. 2019-06-12 20:56:37 +00:00