diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-10-01 04:14:54 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-10-01 04:14:54 -0700 |
| commit | b85560a1b569547b1a06998d54ff16573a0076bd (patch) | |
| tree | 6703357cf852912ab8e757493e589f4c1a1880f6 /src/init.cpp | |
| parent | Merge pull request #3043 from wtogami/fixqtwin32 (diff) | |
| parent | misc small spelling/indentation fixes (diff) | |
| download | discoin-b85560a1b569547b1a06998d54ff16573a0076bd.tar.xz discoin-b85560a1b569547b1a06998d54ff16573a0076bd.zip | |
Merge pull request #3045 from Diapolo/master
misc small spelling/indentation fixes
Diffstat (limited to 'src/init.cpp')
| -rw-r--r-- | src/init.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/init.cpp b/src/init.cpp index fb03e7b66..d8d1a55fc 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -339,8 +339,8 @@ bool AppInit2(boost::thread_group& threadGroup) // Minimum supported OS versions: WinXP SP3, WinVista >= SP1, Win Server 2008 // A failure is non-critical and needs no further attention! #ifndef PROCESS_DEP_ENABLE -// We define this here, because GCCs winbase.h limits this to _WIN32_WINNT >= 0x0601 (Windows 7), -// which is not correct. Can be removed, when GCCs winbase.h is fixed! + // We define this here, because GCCs winbase.h limits this to _WIN32_WINNT >= 0x0601 (Windows 7), + // which is not correct. Can be removed, when GCCs winbase.h is fixed! #define PROCESS_DEP_ENABLE 0x00000001 #endif typedef BOOL (WINAPI *PSETPROCDEPPOL)(DWORD); |