mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-21 20:20:17 +00:00
[host] fix include paths and casing
This commit is contained in:
@@ -18,8 +18,8 @@ Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include <Windows.h>
|
||||
#include <DbgHelp.h>
|
||||
#include <windows.h>
|
||||
#include <dbghelp.h>
|
||||
|
||||
class CrashHandler
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user