1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 04:29:09 +00:00

(svn r17450) -Codechange: refactor the windows crash logger so parts of it can be reused by other crash logger implementations

This commit is contained in:
rubidium
2009-09-07 11:10:49 +00:00
parent 8186dd616b
commit 2b144e2ea6
9 changed files with 789 additions and 315 deletions

View File

@@ -495,6 +495,10 @@
RelativePath=".\..\src\cheat.cpp"
>
</File>
<File
RelativePath=".\..\src\crashlog.cpp"
>
</File>
<File
RelativePath=".\..\src\command.cpp"
>
@@ -855,6 +859,10 @@
RelativePath=".\..\src\cmd_helper.h"
>
</File>
<File
RelativePath=".\..\src\crashlog.h"
>
</File>
<File
RelativePath=".\..\src\command_func.h"
>

View File

@@ -492,6 +492,10 @@
RelativePath=".\..\src\cheat.cpp"
>
</File>
<File
RelativePath=".\..\src\crashlog.cpp"
>
</File>
<File
RelativePath=".\..\src\command.cpp"
>
@@ -852,6 +856,10 @@
RelativePath=".\..\src\cmd_helper.h"
>
</File>
<File
RelativePath=".\..\src\crashlog.h"
>
</File>
<File
RelativePath=".\..\src\command_func.h"
>