Moved JobObject as well as the remaining GUI functions into the MUtilities library.
commit8b3e28a13161c61ea2b99e416df02424224d8a7b
authorLoRd_MuldeR <mulder2@gmx.de>
Mon, 8 Dec 2014 21:03:36 +0000 (8 22:03 +0100)
committerLoRd_MuldeR <mulder2@gmx.de>
Mon, 8 Dec 2014 21:03:36 +0000 (8 22:03 +0100)
tree7ba60ae9ce1b931f25fc19883365fa15b563f5a8
parent3ac2f782e39a3ec15d36dcf99adb958a880b7386
Moved JobObject as well as the remaining GUI functions into the MUtilities library.
MUtilities_VS2013.vcxproj
MUtilities_VS2013.vcxproj.filters
include/MUtils/GUI.h
include/MUtils/JobObject.h [copied from include/MUtils/GUI.h with 62% similarity]
include/MUtils/OSSupport.h
src/GUI.cpp
src/GUI_Win32.cpp [new file with mode: 0644]
src/JobObject_Win32.cpp [new file with mode: 0644]
src/OSSupport_Win32.cpp