mame/src/osd/windows
Nathan Woods 69f23d3d84 Changed win_get_window_text_utf8() to return std::string
This eliminated an unnecessary conversion step.

Also, I have no idea what this WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) stuff is; it is hard to understand how it could possibly be correct because it ignores the 'window' parameter
2016-09-25 22:22:18 -04:00
..
ledutil.cpp Placed back old output system as module "-output windows" need more things cleaned (nw) 2016-06-05 21:11:56 +02:00
main.cpp Changed strconv.[cpp|h] functions to return their results as std::string and std::wstring 2016-07-24 22:55:00 -04:00
video.cpp Convert OSD monitor info to modules plus add DXGI implementation 2016-09-14 08:32:05 -04:00
video.h Convert OSD monitor info to modules plus add DXGI implementation 2016-09-14 08:32:05 -04:00
window.cpp srcclean (nw) 2016-09-26 04:51:59 +10:00
window.h Convert OSD monitor info to modules plus add DXGI implementation 2016-09-14 08:32:05 -04:00
winmain.cpp Convert OSD monitor info to modules plus add DXGI implementation 2016-09-14 08:32:05 -04:00
winmain.h Patch up d3dhlsl as well (nw) 2016-07-07 20:20:38 +10:00
winmenu.cpp Rename *.c -> *.cpp in our source (nw) 2015-11-08 12:56:12 +01:00
winutf8.cpp Changed win_get_window_text_utf8() to return std::string 2016-09-25 22:22:18 -04:00
winutf8.h Changed win_get_window_text_utf8() to return std::string 2016-09-25 22:22:18 -04:00
winutil.cpp Changed strconv.[cpp|h] functions to return their results as std::string and std::wstring 2016-07-24 22:55:00 -04:00
winutil.h C++-ified osd_directory (now osd::directory), and added last_modified to osd::directory::entry 2016-06-24 07:13:18 -04:00