summaryrefslogtreecommitdiff
path: root/src/inc/winwrap.h
diff options
context:
space:
mode:
authorGaurav Khanna <gkhanna@microsoft.com>2016-03-07 14:08:44 -0800
committerGaurav Khanna <gkhanna@microsoft.com>2016-03-07 14:08:44 -0800
commit88703a63b41e09f15fcbb43c3b49527e8373318f (patch)
treefd7d3ddf4ffcc8a322eb3e65a4607725902fa172 /src/inc/winwrap.h
parentcc90f62e4b4f45e6b9b3e9ee2251df32fad9f2f0 (diff)
downloadcoreclr-88703a63b41e09f15fcbb43c3b49527e8373318f.tar.gz
coreclr-88703a63b41e09f15fcbb43c3b49527e8373318f.tar.bz2
coreclr-88703a63b41e09f15fcbb43c3b49527e8373318f.zip
Fix build break on Desktop arising out of MoveFileWrapper cleanup.
[tfs-changeset: 1582170]
Diffstat (limited to 'src/inc/winwrap.h')
-rw-r--r--src/inc/winwrap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inc/winwrap.h b/src/inc/winwrap.h
index bb9dc70181..eb7d522727 100644
--- a/src/inc/winwrap.h
+++ b/src/inc/winwrap.h
@@ -701,7 +701,7 @@
#define WszCopyFile CopyFileWrapper
#define WszCopyFileEx CopyFileExWrapper
#define WszMoveFileEx MoveFileExWrapper
-#define WszMoveFile (lpExistingFileName, lpNewFileName) WszMoveFileEx(lpExistingFileName, lpNewFileName, 0)
+#define WszMoveFile(lpExistingFileName, lpNewFileName) WszMoveFileEx(lpExistingFileName, lpNewFileName, 0)
#define WszCreateDirectory CreateDirectoryWrapper
#define WszRemoveDirectory RemoveDirectoryWrapper
#define WszCreateHardLink CreateHardLinkWrapper