Fixed a bug in CoRegisterClassObject.
[wine/dcerpc.git] / wine.ini
blob467e26c242375b684466db3bec026377c46bc123
1 ;;
2 ;; MS-DOS drives configuration
3 ;;
4 ;; Each section has the following format:
5 ;; [Drive X]
6 ;; Path=xxx (Unix path for drive root)
7 ;; Type=xxx (supported types are 'floppy', 'hd', 'cdrom' and 'network')
8 ;; Label=xxx (drive label, at most 11 characters)
9 ;; Serial=xxx (serial number, 8 characters hexadecimal number)
10 ;; Filesystem=xxx (supported types are 'msdos'/'dos'/'fat', 'win95'/'vfat', 'unix')
11 ;; This is the FS Wine is supposed to emulate on a certain
12 ;; directory structure.
13 ;; Recommended:
14 ;; - "win95" for ext2fs, VFAT and FAT32
15 ;; - "msdos" for FAT16 (ugly, upgrading to VFAT driver strongly recommended)
16 ;; DON'T use "unix" unless you intend to port programs using Winelib !
17 ;; Device=/dev/xx (only if you want to allow raw device access)
19 [Drive A]
20 Path=/mnt/fd0
21 Type=floppy
22 Label=Floppy
23 Serial=87654321
24 Device=/dev/fd0
26 [Drive C]
27 Path=/c
28 Type=hd
29 Label=MS-DOS
30 Filesystem=win95
32 [Drive D]
33 Path=/cdrom
34 Type=cdrom
35 Label=CD-Rom
36 Filesystem=win95
38 [Drive E]
39 Path=/tmp
40 Type=hd
41 Label=Tmp Drive
42 Filesystem=win95
44 [Drive F]
45 Path=${HOME}
46 Type=network
47 Label=Home
48 Filesystem=win95
50 [wine]
51 Windows=c:\windows
52 System=c:\windows\system
53 Temp=e:\
54 Path=c:\windows;c:\windows\system;e:\;e:\test;f:\
55 SymbolTableFile=./wine.sym
57 # <wineconf>
59 [DllDefaults]
60 EXTRA_LD_LIBRARY_PATH=${HOME}/wine/cvs/lib
61 DefaultLoadOrder = native, elfdll, so, builtin
63 [DllPairs]
64 kernel = kernel32
65 gdi = gdi32
66 user = user32
67 commdlg = comdlg32
68 commctrl= comctl32
69 ver = version
70 shell = shell32
71 lzexpand= lz32
72 mmsystem= winmm
73 msvideo = msvfw32
74 winsock = wsock32
76 [DllOverrides]
77 kernel32, gdi32, user32 = builtin
78 kernel, gdi, user = builtin
79 toolhelp = builtin
80 comdlg32, commdlg = elfdll, builtin, native
81 version, ver = elfdll, builtin, native
82 shell32, shell = builtin, native
83 lz32, lzexpand = builtin, native
84 commctrl, comctl32 = builtin, native
85 wsock32, winsock = builtin
86 advapi32, crtdll, ntdll = builtin, native
87 mpr, winspool = builtin, native
88 ddraw, dinput, dsound = builtin, native
89 winmm, mmsystem = builtin
90 msvideo, msvfw32 = builtin, native
91 w32skrnl = builtin
92 wnaspi32, wow32 = builtin
93 system, display, wprocs = builtin
94 wineps = builtin
96 [options]
97 AllocSystemColors=100
99 [fonts]
100 ;Read documentation/fonts before adding aliases
101 Resolution = 96
102 Default = -adobe-times-
104 [serialports]
105 Com1=/dev/cua0
106 Com2=/dev/cua1
107 Com3=/dev/modem,38400
108 Com4=/dev/modem
110 [parallelports]
111 Lpt1=/dev/lp0
113 [spooler]
114 LPT1:=|lpr
115 LPT2:=|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -
116 LPT3:=/dev/lp3
118 [ports]
119 ;read=0x779,0x379,0x280-0x2a0
120 ;write=0x779,0x379,0x280-0x2a0
122 [spy]
123 Exclude=WM_SIZE;WM_TIMER;
125 [Registry]
126 ; Paths must be given in /dir/dir/file.reg format.
127 ; Wine will not understand dos file names here...
129 ;UserFileName=xxx ; alternate registry file name (user.reg)
130 ;LocalMachineFileName=xxx ; (system.reg)
132 [Tweak.Layout]
133 ;; WineLook=xxx (supported styles are 'Win31'(default), 'Win95', 'Win98')
134 ;WineLook=Win95
136 [programs]
137 Default=
138 Startup=
140 [Console]
141 ;XtermProg=nxterm
142 ;InitialRows=25
143 ;InitialColumns=80
144 ;TerminalType=nxterm
146 # </wineconf>