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:
@@ -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"
|
||||
>
|
||||
|
@@ -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"
|
||||
>
|
||||
|
Reference in New Issue
Block a user