summaryrefslogtreecommitdiff
path: root/desktop/win32/source/extendloaderenvironment.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/win32/source/extendloaderenvironment.hxx')
-rw-r--r--desktop/win32/source/extendloaderenvironment.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop/win32/source/extendloaderenvironment.hxx b/desktop/win32/source/extendloaderenvironment.hxx
index ba90a1b7bd7e..ace91b1a913d 100644
--- a/desktop/win32/source/extendloaderenvironment.hxx
+++ b/desktop/win32/source/extendloaderenvironment.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -78,12 +79,10 @@ inline WCHAR * commandLineAppendEncoded(WCHAR * buffer, WCHAR const * text) {
// Set the PATH environment variable in the current (loader) process, so that a
// following CreateProcess has the necessary environment:
-//
// @param binPath
// Must point to an array of size at least MAX_PATH. Is filled with the null
// terminated full path to the "bin" file corresponding to the current
// executable.
-//
// @param iniDirectory
// Must point to an array of size at least MAX_PATH. Is filled with the null
// terminated full directory path (ending in "\") to the "ini" file
@@ -93,3 +92,5 @@ void extendLoaderEnvironment(WCHAR * binPath, WCHAR * iniDirectory);
}
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */