summaryrefslogtreecommitdiff
path: root/src/utilcode/makepath.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utilcode/makepath.cpp')
-rw-r--r--src/utilcode/makepath.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utilcode/makepath.cpp b/src/utilcode/makepath.cpp
index 402280bd89..0443b991aa 100644
--- a/src/utilcode/makepath.cpp
+++ b/src/utilcode/makepath.cpp
@@ -40,7 +40,7 @@
*******************************************************************************/
void MakePath (
- __out_ecount (MAX_PATH) register WCHAR *path,
+ __out_ecount (MAX_PATH) WCHAR *path,
__in LPCWSTR drive,
__in LPCWSTR dir,
__in LPCWSTR fname,
@@ -55,8 +55,8 @@ void MakePath (
}
CONTRACTL_END
- register const WCHAR *p;
- register DWORD count = 0;
+ const WCHAR *p;
+ DWORD count = 0;
/* we assume that the arguments are in the following form (although we
* do not diagnose invalid arguments or illegal filenames (such as