From cefbfd89ed5513a162ff7e0265c0f9ee5a6bef0c Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Thu, 26 Jun 2003 00:04:49 +0000 Subject: [PATCH] Updated license information with date. svn path=/trunk/; revision=4968 --- reactos/lib/user32/controls/combo.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/reactos/lib/user32/controls/combo.c b/reactos/lib/user32/controls/combo.c index ef1855b86dd..ca44f6ba442 100644 --- a/reactos/lib/user32/controls/combo.c +++ b/reactos/lib/user32/controls/combo.c @@ -19,6 +19,15 @@ * * FIXME: roll up in Netscape 3.01. */ +/* + * COPYRIGHT: See COPYING in the top level directory + * PROJECT: ReactOS User32 + * PURPOSE: combobox control + * FILE: lib/user32/controls/combo.c + * PROGRAMER: Steven Edwards + * REVISION HISTORY: 2003/06/25 SAE Created + * NOTES: Adapted from Wine + */ #include #include @@ -30,8 +39,6 @@ #include "user32/regcontrol.h" #include "controls.h" -//WINE_DEFAULT_DEBUG_CHANNEL(combo); - /* bits in the dwKeyData */ #define KEYDATA_ALT 0x2000 #define KEYDATA_PREVSTATE 0x4000