From 80c5a9419a8ae502e33eb3354bdb5449e7613b72 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Wed, 6 Aug 2003 15:34:46 +0000 Subject: [PATCH] Added GetWindowWord function to def and edf file svn path=/trunk/; revision=5437 --- reactos/lib/user32/user32.def | 2 +- reactos/lib/user32/user32.edf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/lib/user32/user32.def b/reactos/lib/user32/user32.def index 8f7affa2ddc..4edec2c1894 100644 --- a/reactos/lib/user32/user32.def +++ b/reactos/lib/user32/user32.def @@ -361,7 +361,7 @@ GetWindowTextLengthA@4 GetWindowTextLengthW@4 GetWindowTextW@12 GetWindowThreadProcessId@8 -;GetWindowWord +GetWindowWord@8 GrayStringA@36 GrayStringW@36 HideCaret@4 diff --git a/reactos/lib/user32/user32.edf b/reactos/lib/user32/user32.edf index 50a9f8eff7a..5bdcc1c1954 100644 --- a/reactos/lib/user32/user32.edf +++ b/reactos/lib/user32/user32.edf @@ -361,7 +361,7 @@ GetWindowTextLengthA=GetWindowTextLengthA@4 GetWindowTextLengthW=GetWindowTextLengthW@4 GetWindowTextW=GetWindowTextW@12 GetWindowThreadProcessId=GetWindowThreadProcessId@8 -;GetWindowWord +GetWindowWord=GetWindowWord@8 GrayStringA=GrayStringA@36 GrayStringW=GrayStringW@36 HideCaret=HideCaret@4