mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-01 03:53:37 +00:00
[cosmetics] fixed case of filenames and includes
This commit is contained in:
parent
3dd205bafc
commit
5f19092e4e
4 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
#include "service.h"
|
#include "Service.h"
|
||||||
#include "ivshmem.h"
|
#include "IVSHMEM.h"
|
||||||
|
|
||||||
#include <common\debug.h>
|
#include <common\debug.h>
|
||||||
#include <common\KVMGFXHeader.h>
|
#include <common\KVMGFXHeader.h>
|
||||||
|
@ -162,4 +162,4 @@ bool Service::Process(HANDLE stopEvent)
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
#include <Windows.h>
|
#include <Windows.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
#include "ivshmem.h"
|
#include "IVSHMEM.h"
|
||||||
#include "ICapture.h"
|
#include "ICapture.h"
|
||||||
|
|
||||||
class Service
|
class Service
|
||||||
|
@ -32,4 +32,4 @@ private:
|
||||||
HANDLE m_readyEvent;
|
HANDLE m_readyEvent;
|
||||||
ICapture * m_capture;
|
ICapture * m_capture;
|
||||||
void * m_memory;
|
void * m_memory;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue