fix compile
This commit is contained in:
parent
284479c5ea
commit
57b2a03436
|
@ -163,7 +163,7 @@ JNIEXPORT jlong SIGAR_JNI(win32_Service_CreateService)
|
||||||
return lResult;
|
return lResult;
|
||||||
}
|
}
|
||||||
|
|
||||||
JNIEXPORT jboolean SIGAR_JNI(win32_Service_DeleteService)
|
JNIEXPORT void SIGAR_JNI(win32_Service_DeleteService)
|
||||||
(JNIEnv *env, jclass, jlong handle)
|
(JNIEnv *env, jclass, jlong handle)
|
||||||
{
|
{
|
||||||
if (!DeleteService((SC_HANDLE)handle)) {
|
if (!DeleteService((SC_HANDLE)handle)) {
|
||||||
|
|
Loading…
Reference in New Issue