summaryrefslogtreecommitdiff
path: root/storage/connect/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/connect/global.h')
-rw-r--r--storage/connect/global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/global.h b/storage/connect/global.h
index acd8b47ae9d..3b8e11d34d5 100644
--- a/storage/connect/global.h
+++ b/storage/connect/global.h
@@ -143,7 +143,7 @@ typedef unsigned char BYTE;
typedef char *LPSTR;
typedef char *PSZ;
#if !defined(NODW)
-typedef int DWORD;
+typedef unsigned int DWORD;
#endif // !NODW
#undef HANDLE
typedef int HANDLE;