From 06841bf7216adff933de238924126d90a9ef8709 Mon Sep 17 00:00:00 2001 From: Shiqing Fan Date: Wed, 27 May 2009 19:08:46 +0000 Subject: [PATCH] Fix a typo. This commit was SVN r21305. --- opal/win32/win_compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opal/win32/win_compat.h b/opal/win32/win_compat.h index cfbb653927..c48099a264 100644 --- a/opal/win32/win_compat.h +++ b/opal/win32/win_compat.h @@ -29,7 +29,7 @@ * 0x0400 - for SwitchToThread * 0x0500 - for using Event Objects */ -#define _WIN32_WINNT 0x502 +#define _WIN32_WINNT 0x0502 /** * Windows does not define the exact same names in stat.h