mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-13 13:30:55 +00:00
c a p i t u l a t e
This commit is contained in:
parent
18cc753517
commit
115ee7a353
1 changed files with 2 additions and 1 deletions
|
|
@ -40,7 +40,8 @@ namespace Crash
|
|||
HANDLE mSignalApp;
|
||||
HANDLE mSignalMonitor;
|
||||
HANDLE mShmMutex;
|
||||
// the size defines are in UTF-16 code units, and lots of things use more UTF-8 code units, so this may explode with really long non-ASCII paths
|
||||
// the size defines are in UTF-16 code units, and lots of things use more UTF-8 code units, so this may
|
||||
// explode with really long non-ASCII paths
|
||||
// we can't switch to wchar_t as when we've made this struct bigger in the past, things exploded
|
||||
char mDumpDirectoryPath[MAX_LONG_PATH];
|
||||
char mCrashDumpFileName[MAX_FILENAME];
|
||||
|
|
|
|||
Loading…
Reference in a new issue