Make sure wxWidgets headers are included before any Windows ones.
authorCarl Hetherington <cth@carlh.net>
Thu, 26 Aug 2021 09:36:58 +0000 (11:36 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 29 Aug 2021 20:42:31 +0000 (22:42 +0200)
commit7b040f64f84b6d9fd14e55f7b06cb8fcbce8af57
tree21bcd0283a040689c9db5e6fcb3818e8a63ec58f
parentdddc0771d9d4896f84d8a23d66c9c643e02950fa
Make sure wxWidgets headers are included before any Windows ones.

Otherwise we get build failures (about converting between wchar_t
and char) with wxWidgets 3.1.
47 files changed:
src/tools/dcpomatic_player.cc
src/wx/audio_dialog.h
src/wx/audio_mapping_view.h
src/wx/audio_panel.h
src/wx/audio_plot.h
src/wx/batch_job_view.cc
src/wx/closed_captions_dialog.cc
src/wx/closed_captions_dialog.h
src/wx/content_menu.h
src/wx/content_sub_panel.h
src/wx/controls.h
src/wx/dkdm_output_panel.cc
src/wx/dkdm_output_panel.h
src/wx/download_certificate_dialog.h
src/wx/download_certificate_panel.h
src/wx/film_editor.h
src/wx/film_viewer.h
src/wx/focus_manager.cc
src/wx/full_language_tag_dialog.cc
src/wx/full_language_tag_dialog.h
src/wx/gl_video_view.h
src/wx/job_view.cc
src/wx/kdm_cpl_panel.h
src/wx/kdm_output_panel.h
src/wx/nag_dialog.h
src/wx/name_format_editor.h
src/wx/normal_job_view.cc
src/wx/recipients_panel.h
src/wx/rgba_colour_picker.cc
src/wx/rgba_colour_picker.h
src/wx/server_dialog.cc
src/wx/servers_list_dialog.cc
src/wx/servers_list_dialog.h
src/wx/simple_video_view.h
src/wx/text_view.cc
src/wx/text_view.h
src/wx/timeline.h
src/wx/timeline_content_view.h
src/wx/timeline_labels_view.cc
src/wx/timeline_reels_view.cc
src/wx/timeline_time_axis_view.cc
src/wx/timeline_video_content_view.cc
src/wx/timeline_view.cc
src/wx/verify_dcp_dialog.h
src/wx/video_view.cc
src/wx/wx_signal_manager.cc
src/wx/wx_util.h