mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
ade697e88a
Tue Nov 21 18:49:10 1995 Alexandre Julliard <julliard@sunsite.unc.edu> * [configure.in] [Makefile] [misc/dos_fs.c] Got rid of autoconf.h file. * [debugger/dbg.y] More logical behavior upon syntax errors. * [include/hook.h] [windows/hook.c] Changed hook structure and rewrote most of the hook functions for better compatibility, based on investigations by Alex Korobka. * [include/message.h] [windows/message.c] Added hooks to message queue structure and made the structure layout Windows-compatible. Added support for WH_MOUSE, WH_KEYBOARD, WH_HARDWARE and WH_JOURNALRECORD hooks. * [misc/main.c] Added command-line option for changing the language at run-time (not implemented yet), based on a suggestion from Michael Patra. * [objects/cursoricon.c] Fixed silly SEGPTR bug in DumpIcon(). Mon Nov 20 22:22:22 1995 Alex Korobka <alex@phm30.pharm.sunysb.edu> * [controls/listbox.c] [controls/combo.c] [include/listbox.h] Partial implementaion of LBS_EXTENDEDSEL style, yet more updates for drag & drop support. Now works. * [windows/defwnd.c] More message handlers. * [windows/win.c] DragObject, DragDetect, AnyPopup functions. * [controls/listbox.c] More kludgy fixes (WM_...TOITEM, etc.). * [objects/cursoricon.c] [objects/oembitmap.c] IconToCursor skeleton, patch for OBM_LoadCursorIcon to handle new cursor. * [include/bitmaps/ocr*] New OEM cursors. Mon Nov 20 11:05:20 EST 1995 Jim Peterson <jspeter@birch.ee.vt.edu> * [toolkit/heap.c] Swapped flags and size arguments to LocalRealloc as per changes in memory/local.c by William Magro in previous release. * [include/wintypes.h] Reinstated the #define's for 'min' and 'max', since they're part of the Windows API. I really don't think it's a wise idea, so I put a '#ifndef DONT_DEFINE_min_AND_max' around them. I think the actual WINE code should never use these (it should use 'MIN' and 'MAX' instead). * [loader/*] Put '#ifndef WINELIB' around many things that WINElib should not need. * [controls/edit.c] Took out many '#if defined(WINELIB)' sections with the associated comment 'temporary fix, until Local memory is correctly implemented in WINELIB', since the effective translations are now in toolkit/miscstubs.c. Took out the #ifndef's I put in EDIT_ClearText. Whoever modified this file fixed (or at least postponed) the bug I had encountered. * [loader/task.c] Put an #ifdef in TASK_CreateTask() that hardwires the current drive to C: This will probably cause a lot of trouble if this change is forgotten in the future, but it will let things like the OpenFileName dialog work for now. * [toolkit/libres.c] [toolkit/Makefile.in] [toolkit/Makefile] [include/libres.h] Made new libres.c file, which will contain functions for supporting accessing resources by name in WINElib. 'winerc' will need to be changed. * [toolkit/heap.c] Refined memory routines to allow for differences between LocalAlloc and GlobalAlloc and between LocalSize and GlobalSize. * [windows/message.c] [include/windows.h] Defined the GetCurrentTime routine in windows/message.c, and removed the #define in windows.h. Mon Nov 20 00:36:42 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be> * [*/*] Added new debugging type DEBUG_WIN32 and DEBUG_ENV. * [loader/module.c] Added undocumented GetExpWinVer. * [tools/build.c] Previous code didn't pop possibly changed %esi, %edi and %edx from the stack. * [win32/advapi.c] Added GetUserNameA. * [win32/code_page.c] Added stub for MultiByteToWideChar. * [win32/console.c] Added SetConsoleCtrlHandler stub. * [win32/file.c] Added ReadFile CreateFileA GetFileInformationByHandle stubs. Added CloseHandle. * [win32/memory.c] Changed VirtualAlloc and VirtualFree. * [win32/process.c] Added ExitProcess. Sun Nov 19 17:54:42 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de> * [include/windows.h] Fixed a few broken structure definitions. * [loader/resource.c] FindResource(): Need to check for '#xxx' strings here. * [miscemu/int21.c] FindNext(): Return MS-DOS filenames uppercase. * [objects/cursoricon.c] CreateIcon(), CreateCursor(): Added missing element to CURSORICONINFO initializers. * [misc/file.c] _lopen(): Files opened in OF_WRITE mode are truncated. OpenFile(): Ignore OF_READ/OF_WRITE/OF_READWRITE when files are created; use read/write mode. * [misc/profile.c] load(): Rewritten. * [misc/commdlg.c] Fixed bad call to strncpy() that smashed the stack. * [controls/combo.c] [windows/winpos.c] [memory/selector.c] Operator precedence fixes. People who use gcc 2.7.1 don't need a debugger :-) * [if1632/gdi.spec] [objects/palette.c] Add ResizePalette() and AnimatePalette() stubs. They don't do anything, but sometimes that's good enough. Fri Nov 17 09:10:35 GMT 1995 John Harvey <john@division.co.uk> * [include/wine.h] [include/registers.h] [include/winsock.h] Added definitions for Unixware. * [loader/signal.c] [misc/comm.c] [misc/winsocket.c] Misc. fixes for Unixware. * [loader/task.c] Made assignemts to context in InitTask for registers use the macros from registers.h to make them more portable. (Needed for Unixware) * [tools/build.c] Fixed register acces routines to work on Unixware. Bit grubby but it seems to work. * [controls/edit.c] EDIT_WM_NCCreate allocates local heap if hasn't been previously allocated. * [miscemu/int21.c] mkdir now creates directory with permission to access it. * [misc/dos_fs.c] mkdir now creates directory with permission to access it. DOS_opendir now uses linked list of dirents to avoid problems with realloc changing address of malloced memory. Thu Nov 16 12:47:13 1995 Michael Patra <patra@itp1.Physik.TU-Berlin.DE> * [controls/menu.c] MENU_CalcItemSize(): Fixed handling of empty menu items. Sat Nov 11 21:46:54 1995 Hans de Graaff <graaff@twi72.twi.tudelft.nl> * [misc/file.c] In OpenFile, unlink should be done on the unix filename. Sat Nov 11 16:43:29 1995 Cameron Heide (heide@ee.ualberta.ca) * [include/handle32.h] New header file containing internal Win32 kernel handle information. * [win32/file.c] Added ReadFile, CreateFile, and CloseFileHandle, and did some reorganizing to match the new handle allocation scheme. * [win32/init.c] Added CloseHandle and the creation of standard I/O handles. * [win32/object_mgt.c] New module for allocating and freeing Win32 kernel handles.
110 lines
5.0 KiB
C
110 lines
5.0 KiB
C
#ifndef __WINE_WINNLS_H
|
|
#define __WINE_WINNLS_H
|
|
|
|
#define LOCALE_ILANGUAGE 0x00000001
|
|
#define LOCALE_SLANGUAGE 0x00000002
|
|
#define LOCALE_SENGLANGUAGE 0x00001001
|
|
#define LOCALE_SABBREVLANGNAME 0x00000003
|
|
#define LOCALE_SNATIVELANGNAME 0x00000004
|
|
#define LOCALE_ICOUNTRY 0x00000005
|
|
#define LOCALE_SCOUNTRY 0x00000006
|
|
#define LOCALE_SENGCOUNTRY 0x00001002
|
|
#define LOCALE_SABBREVCTRYNAME 0x00000007
|
|
#define LOCALE_SNATIVECTRYNAME 0x00000008
|
|
#define LOCALE_IDEFAULTLANGUAGE 0x00000009
|
|
#define LOCALE_IDEFAULTCOUNTRY 0x0000000A
|
|
#define LOCALE_IDEFAULTCODEPAGE 0x0000000B
|
|
#define LOCALE_IDEFAULTANSICODEPAGE 0x00001004
|
|
#define LOCALE_SLIST 0x0000000C
|
|
#define LOCALE_IMEASURE 0x0000000D
|
|
#define LOCALE_SDECIMAL 0x0000000E
|
|
#define LOCALE_STHOUSAND 0x0000000F
|
|
#define LOCALE_SGROUPING 0x00000010
|
|
#define LOCALE_IDIGITS 0x00000011
|
|
#define LOCALE_ILZERO 0x00000012
|
|
#define LOCALE_INEGNUMBER 0x00001010
|
|
#define LOCALE_SNATIVEDIGITS 0x00000013
|
|
#define LOCALE_SCURRENCY 0x00000014
|
|
#define LOCALE_SINTLSYMBOL 0x00000015
|
|
#define LOCALE_SMONDECIMALSEP 0x00000016
|
|
#define LOCALE_SMONTHOUSANDSEP 0x00000017
|
|
#define LOCALE_SMONGROUPING 0x00000018
|
|
#define LOCALE_ICURRDIGITS 0x00000019
|
|
#define LOCALE_IINTLCURRDIGITS 0x0000001A
|
|
#define LOCALE_ICURRENCY 0x0000001B
|
|
#define LOCALE_INEGCURR 0x0000001C
|
|
#define LOCALE_SDATE 0x0000001D
|
|
#define LOCALE_STIME 0x0000001E
|
|
#define LOCALE_SSHORTDATE 0x0000001F
|
|
#define LOCALE_SLONGDATE 0x00000020
|
|
#define LOCALE_STIMEFORMAT 0x00001003
|
|
#define LOCALE_IDATE 0x00000021
|
|
#define LOCALE_ILDATE 0x00000022
|
|
#define LOCALE_ITIME 0x00000023
|
|
#define LOCALE_ITIMEMARKPOSN 0x00001005
|
|
#define LOCALE_ICENTURY 0x00000024
|
|
#define LOCALE_ITLZERO 0x00000025
|
|
#define LOCALE_IDAYLZERO 0x00000026
|
|
#define LOCALE_IMONLZERO 0x00000027
|
|
#define LOCALE_S1159 0x00000028
|
|
#define LOCALE_S2359 0x00000029
|
|
#define LOCALE_ICALENDARTYPE 0x00001009
|
|
#define LOCALE_IOPTIONALCALENDAR 0x0000100B
|
|
#define LOCALE_IFIRSTDAYOFWEEK 0x0000100C
|
|
#define LOCALE_IFIRSTWEEKOFYEAR 0x0000100D
|
|
#define LOCALE_SDAYNAME1 0x0000002A
|
|
#define LOCALE_SDAYNAME2 0x0000002B
|
|
#define LOCALE_SDAYNAME3 0x0000002C
|
|
#define LOCALE_SDAYNAME4 0x0000002D
|
|
#define LOCALE_SDAYNAME5 0x0000002E
|
|
#define LOCALE_SDAYNAME6 0x0000002F
|
|
#define LOCALE_SDAYNAME7 0x00000030
|
|
#define LOCALE_SABBREVDAYNAME1 0x00000031
|
|
#define LOCALE_SABBREVDAYNAME2 0x00000032
|
|
#define LOCALE_SABBREVDAYNAME3 0x00000033
|
|
#define LOCALE_SABBREVDAYNAME4 0x00000034
|
|
#define LOCALE_SABBREVDAYNAME5 0x00000035
|
|
#define LOCALE_SABBREVDAYNAME6 0x00000036
|
|
#define LOCALE_SABBREVDAYNAME7 0x00000037
|
|
#define LOCALE_SMONTHNAME1 0x00000038
|
|
#define LOCALE_SMONTHNAME2 0x00000039
|
|
#define LOCALE_SMONTHNAME3 0x0000003A
|
|
#define LOCALE_SMONTHNAME4 0x0000003B
|
|
#define LOCALE_SMONTHNAME5 0x0000003C
|
|
#define LOCALE_SMONTHNAME6 0x0000003D
|
|
#define LOCALE_SMONTHNAME7 0x0000003E
|
|
#define LOCALE_SMONTHNAME8 0x0000003F
|
|
#define LOCALE_SMONTHNAME9 0x00000040
|
|
#define LOCALE_SMONTHNAME10 0x00000041
|
|
#define LOCALE_SMONTHNAME11 0x00000042
|
|
#define LOCALE_SMONTHNAME12 0x00000043
|
|
#define LOCALE_SMONTHNAME13 0x0000100E
|
|
#define LOCALE_SABBREVMONTHNAME1 0x00000044
|
|
#define LOCALE_SABBREVMONTHNAME2 0x00000045
|
|
#define LOCALE_SABBREVMONTHNAME3 0x00000046
|
|
#define LOCALE_SABBREVMONTHNAME4 0x00000047
|
|
#define LOCALE_SABBREVMONTHNAME5 0x00000048
|
|
#define LOCALE_SABBREVMONTHNAME6 0x00000049
|
|
#define LOCALE_SABBREVMONTHNAME7 0x0000004A
|
|
#define LOCALE_SABBREVMONTHNAME8 0x0000004B
|
|
#define LOCALE_SABBREVMONTHNAME9 0x0000004C
|
|
#define LOCALE_SABBREVMONTHNAME10 0x0000004D
|
|
#define LOCALE_SABBREVMONTHNAME11 0x0000004E
|
|
#define LOCALE_SABBREVMONTHNAME12 0x0000004F
|
|
#define LOCALE_SABBREVMONTHNAME13 0x0000100F
|
|
#define LOCALE_SPOSITIVESIGN 0x00000050
|
|
#define LOCALE_SNEGATIVESIGN 0x00000051
|
|
#define LOCALE_IPOSSIGNPOSN 0x00000052
|
|
#define LOCALE_INEGSIGNPOSN 0x00000053
|
|
#define LOCALE_IPOSSYMPRECEDES 0x00000054
|
|
#define LOCALE_IPOSSEPBYSPACE 0x00000055
|
|
#define LOCALE_INEGSYMPRECEDES 0x00000056
|
|
#define LOCALE_INEGSEPBYSPACE 0x00000057
|
|
|
|
#define NORM_IGNORECASE 1
|
|
#define NORM_IGNORENONSPACE 2
|
|
#define NORM_IGNORESYMBOLS 4
|
|
#define NORM_STRINGSORT 0x1000
|
|
|
|
#endif /* __WINE_WINNLS_H */
|