Fix build config

This commit is contained in:
Shinovon 2026-05-09 04:06:58 +05:00
parent 0d9599fd52
commit 5f33056f5a
6 changed files with 12 additions and 12 deletions

View file

@ -515,13 +515,13 @@ public:
SetFocus(ETrue);
#ifdef RW_GL3
#ifndef S60V3
Window().EnableAdvancedPointers();
#endif
EnableDragEvents();
ActivateL();
#ifdef RW_GL3
#ifndef S60V3
// VC4 check
VersionInfo::TPlatformVersion platformVersion;
VersionInfo::GetVersion(platformVersion);
@ -640,7 +640,7 @@ public:
// CCoeControl::HandlePointerEventL(aPointerEvent);
// return;
// }
#ifdef RW_GL3
#ifndef S60V3
const TAdvancedPointerEvent* advpointer = aPointerEvent.AdvancedPointerEvent();
int i = advpointer != NULL ? advpointer->PointerNumber() : 0;
#else