mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Updated license information with date.
svn path=/trunk/; revision=4968
This commit is contained in:
parent
76e2bc6284
commit
cefbfd89ed
1 changed files with 9 additions and 2 deletions
|
@ -19,6 +19,15 @@
|
||||||
*
|
*
|
||||||
* FIXME: roll up in Netscape 3.01.
|
* 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 <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -30,8 +39,6 @@
|
||||||
#include "user32/regcontrol.h"
|
#include "user32/regcontrol.h"
|
||||||
#include "controls.h"
|
#include "controls.h"
|
||||||
|
|
||||||
//WINE_DEFAULT_DEBUG_CHANNEL(combo);
|
|
||||||
|
|
||||||
/* bits in the dwKeyData */
|
/* bits in the dwKeyData */
|
||||||
#define KEYDATA_ALT 0x2000
|
#define KEYDATA_ALT 0x2000
|
||||||
#define KEYDATA_PREVSTATE 0x4000
|
#define KEYDATA_PREVSTATE 0x4000
|
||||||
|
|
Loading…
Reference in a new issue