mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[cosmetics] fixed case of filenames and includes
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user