fix compile

This commit is contained in:
Doug MacEachern 2005-06-26 22:10:28 +00:00
parent 284479c5ea
commit 57b2a03436
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ JNIEXPORT jlong SIGAR_JNI(win32_Service_CreateService)
return lResult;
}
JNIEXPORT jboolean SIGAR_JNI(win32_Service_DeleteService)
JNIEXPORT void SIGAR_JNI(win32_Service_DeleteService)
(JNIEnv *env, jclass, jlong handle)
{
if (!DeleteService((SC_HANDLE)handle)) {