[host] fix include paths and casing

This commit is contained in:
arcnmx
2017-12-14 14:11:41 -05:00
parent cd54cb179b
commit 524183661d
11 changed files with 28 additions and 27 deletions

View File

@@ -17,11 +17,11 @@ this program; if not, write to the Free Software Foundation, Inc., 59 Temple
Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <Windows.h>
#include <Shlwapi.h>
#include <windows.h>
#include <shlwapi.h>
#include "common\debug.h"
#include "vendor\getopt\getopt.h"
#include "common/debug.h"
#include "vendor/getopt/getopt.h"
#include "CrashHandler.h"
#include "CaptureFactory.h"