Skip to content

Commit

Permalink
Fix compile error when compiling under GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
redddcyclone authored and g-bougard committed May 7, 2024
1 parent 7bd30c9 commit fc6f485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GLPI-AgentMonitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ VOID CloseWinHttpRequest(HINTERNET hInternet) {
}

// Callback called by the asynchronous WinHTTP request
VOID WinHttpCallback(HINTERNET hInternet, DWORD_PTR dwContext, DWORD dwInternetStatus, LPVOID lpvStatusInfo, DWORD dwStatusInfoLength)
VOID CALLBACK WinHttpCallback(HINTERNET hInternet, DWORD_PTR dwContext, DWORD dwInternetStatus, LPVOID lpvStatusInfo, DWORD dwStatusInfoLength)
{
switch (dwInternetStatus)
{
Expand Down

0 comments on commit fc6f485

Please sign in to comment.