Jared Smudde : shlwapi: Fix OS_TABLETPC typo.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jan 6 14:50:57 CST 2016


Module: wine
Branch: master
Commit: 1c2dd4b3e750f0ab51232660fa317369ff6711e3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1c2dd4b3e750f0ab51232660fa317369ff6711e3

Author: Jared Smudde <computerwhiz02 at hotmail.com>
Date:   Tue Jan  5 21:42:11 2016 -0600

shlwapi: Fix OS_TABLETPC typo.

Signed-off-by: Jared Smudde <computerwhiz02 at hotmail.com> 
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/shlwapi/ordinal.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/shlwapi/ordinal.c b/dlls/shlwapi/ordinal.c
index 699fcc6..e3d021f 100644
--- a/dlls/shlwapi/ordinal.c
+++ b/dlls/shlwapi/ordinal.c
@@ -4045,7 +4045,7 @@ BOOL WINAPI IsOS(DWORD feature)
     case OS_SMALLBUSINESSSERVER:
         ISOS_RETURN(platform == VER_PLATFORM_WIN32_NT)
     case OS_TABLETPC:
-        FIXME("(OS_TABLEPC) What should we return here?\n");
+        FIXME("(OS_TABLETPC) What should we return here?\n");
         return FALSE;
     case OS_SERVERADMINUI:
         FIXME("(OS_SERVERADMINUI) What should we return here?\n");




More information about the wine-cvs mailing list