Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetopia committed Oct 6, 2024
1 parent 61ca3a0 commit 44f8028
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/WinMain.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#define _MINAPPMODEL_H_
#include <initguid.h>
#include <shobjidl.h>
#include <appmodel.h>
#include <aclapi.h>
#include <sddl.h>
#include <shobjidl.h>
#include <appmodel.h>

VOID WinMainCRTStartup()
{
Expand Down Expand Up @@ -73,7 +73,7 @@ VOID WinMainCRTStartup()
_:
CloseHandle(hThread);
CloseHandle(hProcess);
CloseHandle(hMutex) ;
CloseHandle(hMutex);
CoUninitialize();
ExitProcess(0);
}

0 comments on commit 44f8028

Please sign in to comment.