2
0
mirror of https://github.com/Thracky/GlosSI.git synced 2024-11-03 09:40:18 +00:00
This commit is contained in:
Peter Repukat 2017-02-05 01:39:47 +01:00
parent 4dd65156a6
commit 51e5a6c0c1

View File

@ -76,11 +76,11 @@ private:
HMODULE hmodGameOverlayRenderer;
#ifdef _AMD64_
uint64_t *overlayPtr = NULL;
uint64_t *overlayPtr = nullptr;
#else
uint32_t *overlayPtr = NULL;
uint32_t *overlayPtr = nullptr;
#endif
HWND hwForeGroundWindow = NULL;
HWND hwForeGroundWindow = nullptr;
bool bNeedFocusSwitch = false;
VirtualControllerThread controllerThread;