Browse Source

Update diablo.cpp

pull/876/head
Anders Jenbo 7 years ago committed by GitHub
parent
commit
c46a39b9fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/diablo.cpp

2
Source/diablo.cpp

@ -239,7 +239,7 @@ BOOL diablo_get_not_running()
SetLastError(0);
CreateEvent(NULL, FALSE, FALSE, "DiabloEvent");
#ifdef HELLFIRE
CreateEventA(0, 0, 0, "HellfireEvent");
CreateEvent(NULL, FALSE, FALSE, "HellfireEvent");
#endif
return GetLastError() != ERROR_ALREADY_EXISTS;
}

Loading…
Cancel
Save