check windows 10 s mode policy enforcement and disable wintab dll, implement windows ink
This commit is contained in:
@@ -61,7 +61,9 @@ BOOL LoadWintab( void )
|
||||
{
|
||||
// ghWintab = LoadLibraryA( "C:\\dev\\mainline\\Wacom\\Win\\Win32\\Debug\\Wacom_Tablet.dll" );
|
||||
// ghWintab = LoadLibraryA( "C:\\dev\\mainline\\Wacom\\Win\\Win32\\Debug\\Wintab32.dll" );
|
||||
ghWintab = LoadLibraryA( "Wintab32.dll" );
|
||||
LOG("calling LoadLibrary");
|
||||
ghWintab = LoadLibrary(L"Wintab32.dll");
|
||||
LOG("LoadLibrary called");
|
||||
|
||||
if ( !ghWintab )
|
||||
{
|
||||
@@ -71,6 +73,8 @@ BOOL LoadWintab( void )
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
LOG("WinTab found");
|
||||
|
||||
// Explicitly find the exported Wintab functions in which we are interested.
|
||||
// We are using the ASCII, not unicode versions (where applicable).
|
||||
GETPROCADDRESS( WTOPENA, WTOpenA );
|
||||
|
||||
Reference in New Issue
Block a user