[cosmetics] fixed case of filenames and includes

This commit is contained in:
Geoffrey McRae
2017-10-31 23:22:55 +11:00
parent 3dd205bafc
commit 5f19092e4e
4 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
#include <Windows.h>
#include <stdbool.h>
#include "ivshmem.h"
#include "IVSHMEM.h"
#include "ICapture.h"
class Service
@@ -32,4 +32,4 @@ private:
HANDLE m_readyEvent;
ICapture * m_capture;
void * m_memory;
};
};