We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1b994 commit a183d82Copy full SHA for a183d82
appKotlinJvm/src/main/kotlin/hummel/ExUser32.kt
@@ -5,7 +5,7 @@ import com.sun.jna.platform.win32.User32
5
import com.sun.jna.platform.win32.WinDef.HWND
6
import com.sun.jna.win32.W32APIOptions
7
8
-@Suppress("FunctionName", "unused")
+@Suppress("FunctionName")
9
internal interface ExUser32 : User32 {
10
companion object {
11
val INSTANCE: ExUser32 = Native.load("user32", ExUser32::class.java, W32APIOptions.DEFAULT_OPTIONS)
0 commit comments