Skip to content

Commit

Permalink
Syncing binaries with the source
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinDrab committed Jul 31, 2017
1 parent 65212ff commit 0d82265
Show file tree
Hide file tree
Showing 21 changed files with 2 additions and 2 deletions.
Binary file modified binaries/x64/IRPMon.exe
Binary file not shown.
Binary file modified binaries/x64/irpmndrv.pdb
Binary file not shown.
Binary file modified binaries/x64/irpmndrv.sys
Binary file not shown.
Binary file modified binaries/x64/irpmonconsole.exe
Binary file not shown.
Binary file modified binaries/x64/irpmonconsole.pdb
Binary file not shown.
Binary file modified binaries/x64/irpmondll.dll
Binary file not shown.
Binary file modified binaries/x64/irpmondll.pdb
Binary file not shown.
Binary file modified binaries/x64/libtranslate.dll
Binary file not shown.
Binary file modified binaries/x64/libtranslate.pdb
Binary file not shown.
Binary file modified binaries/x86/IRPMon.exe
Binary file not shown.
Binary file modified binaries/x86/irpmndrv.pdb
Binary file not shown.
Binary file modified binaries/x86/irpmndrv.sys
Binary file not shown.
Binary file modified binaries/x86/irpmonconsole.exe
Binary file not shown.
Binary file modified binaries/x86/irpmonconsole.pdb
Binary file not shown.
Binary file modified binaries/x86/irpmondll.dll
Binary file not shown.
Binary file modified binaries/x86/irpmondll.pdb
Binary file not shown.
Binary file modified binaries/x86/libtranslate.dll
Binary file not shown.
Binary file modified binaries/x86/libtranslate.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion gui/IRPMon.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ If IsWow64Process(GetCurrentProcess, wow64) Then
end;

Application.CreateForm(TMainFrm, MainFrm);
MainFrm.TaskList := taskList;
MainFrm.TaskList := taskList;
MainFrm.ServiceTask := serviceTask;
Application.Run;
IRPMonDllFinalize;
Expand Down
2 changes: 1 addition & 1 deletion gui/IRPMon.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<MainSource>IRPMon.dpr</MainSource>
<Base>True</Base>
<Config Condition="'$(Config)'==''">Release</Config>
<Platform Condition="'$(Platform)'==''">Win64</Platform>
<Platform Condition="'$(Platform)'==''">Win32</Platform>
<TargetedPlatforms>3</TargetedPlatforms>
<AppType>Application</AppType>
</PropertyGroup>
Expand Down
Binary file modified gui/IRPMon.res
Binary file not shown.

0 comments on commit 0d82265

Please sign in to comment.