mirror of
https://github.com/reactos/wine.git
synced 2025-02-18 03:48:01 +00:00
![Alexandre Julliard](/assets/img/avatar_default.png)
Thu Jun 26 02:14:03 1997 Slaven Rezic <eserte@cs.tu-berlin.de> * [Makefile.in] New target install_includes. * [rc/parser.h] [rc/parser.y] [rc/winerc.c] Some bug fixes. Wed Jun 25 14:43:41 1997 Victor Schneider <vischne@ibm.net> * [controls/edit.c] Fixed WM_GETTEXT return value. Tue Jun 24 23:46:04 1997 Michiel van Loon <mfvl@xs4all.nl> * [multimedia/*.c] [include/mmsystem.h] Added more callback code, including (I hope) function callback. Changed some linear pointers into segmented. * [multimedia/audio.c] Removed some bugs. Sat Jun 28 11:37:56 1997 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de> * [if1632/commdlg.spec][if1632/comdlg32.spec][misc/commdlg.c] [include/commdlg.h] Implemented parts of comdlg32: GetOpenFileName32*, GetSaveFileName32*, GetFileTitle32* using the 16 bit equivalents. * [windows/event.c] EVENT_QueryZOrder: check for children !=NULL (happens when using -managed). * [BUGS][DEVELOPER-HINTS] Updated. * [objects/text.c] Added GetTextCharset... (stub mostly). Sat Jun 21 08:47:58 1997 Philippe De Muyter <phdm@info.ucl.ac.be> * [if1632/kernel.spec] [if1632/gdi.spec] [include/windows.h] [loader/resource.c] [graphics/x11drv/xfont.c] SetResourceHandler & RemoveFontResource prototypes fixed. * [if1632/relay.c] [if1632/kernel.spec] [if1632/user.spec] [if1632/olesvr.spec] [if1632/commdlg.spec] [if1632/ddeml.spec] [if1632/gdi.spec] [if1632/lzexpand.spec] [if1632/shell.spec] [include/windows.h] [memory/string.c] [tools/build.c] New type of parameter allowed in .spec files : str, printed as a string with -debugmsg +relay. .spec files updated. * [objects/dc.c] In DC_SetupGCForPen, call BlackPixelOfScreen, not BlackPixel. Likewise for WhitePixel. * [objects/gdiobj.c] [graphics/x11drv/brush.c] Use BS_HATCHED with an added entry in HatchBrushes for DkGrayBrush, instead of BS_SOLID. Fri May 30 17:58:00 1997 Chris Faherty <chrisf@america.com> * [windows/keyboard.c] Added vkey to scancode translation table. This was primarily to fix Citrix WinFrame client which always needs scancodes in WM_KEYDOWN. Tested with Exceed 5.1.0.1 & XFree86 3.1.2.
77 lines
1.3 KiB
INI
77 lines
1.3 KiB
INI
;;
|
|
;; MS-DOS drives configuration
|
|
;;
|
|
;; Each section has the following format:
|
|
;; [Drive X]
|
|
;; Path=xxx (Unix path for drive root)
|
|
;; Type=xxx (supported types are 'floppy', 'hd', 'cdrom' and 'network')
|
|
;; Label=xxx (drive label, at most 11 characters)
|
|
;; Serial=xxx (serial number, 8 characters hexadecimal number)
|
|
;; Filesystem=xxx (supported types are 'msdos','win95','unix')
|
|
;;
|
|
[Drive A]
|
|
Path=/mnt/fd0
|
|
Type=floppy
|
|
Label=Floppy
|
|
Serial=87654321
|
|
|
|
[Drive C]
|
|
Path=/c
|
|
Type=hd
|
|
Label=MS-DOS
|
|
Filesystem=msdos
|
|
|
|
[Drive D]
|
|
Path=/cdrom
|
|
Type=cdrom
|
|
Label=CD-Rom
|
|
|
|
[Drive E]
|
|
Path=/tmp
|
|
Type=hd
|
|
Label=Tmp Drive
|
|
|
|
[Drive F]
|
|
Path=${HOME}
|
|
Type=network
|
|
Label=Home
|
|
Filesystem=unix
|
|
|
|
[wine]
|
|
Windows=c:\windows
|
|
System=c:\windows\system
|
|
Temp=e:\
|
|
Path=c:\windows;c:\windows\system;e:\;e:\test;f:\
|
|
SymbolTableFile=./wine.sym
|
|
|
|
[options]
|
|
AllocSystemColors=100
|
|
|
|
[fonts]
|
|
;Read documentation/fonts before changing this
|
|
Alias0 = MS Sans Serif, -adobe-helvetica-
|
|
;Alias1 = Arial, -adobe-helvetica-, subst
|
|
;Alias2 = Times New Roman, -adobe-times-, subst
|
|
Default = -adobe-times-
|
|
|
|
[serialports]
|
|
Com1=/dev/cua0
|
|
Com2=/dev/cua1
|
|
Com3=/dev/modem,38400
|
|
Com4=/dev/modem
|
|
|
|
[parallelports]
|
|
Lpt1=/dev/lp0
|
|
|
|
[spooler]
|
|
LPT1:=|lpr
|
|
LPT2:=|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -
|
|
LPT3:=/dev/lp3
|
|
|
|
[ports]
|
|
;read=0x779,0x379,0x280-0x2a0
|
|
;write=0x779,0x379,0x280-0x2a0
|
|
|
|
[spy]
|
|
Exclude=WM_SIZE;WM_TIMER;
|