Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
e4055508
Commit
e4055508
authored
Jan 12, 2001
by
Chris Morgan
Committed by
Alexandre Julliard
Jan 12, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated messages with new config files in mind to keep from confusing
users.
parent
d4c64853
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
directory.c
files/directory.c
+2
-2
drive.c
files/drive.c
+2
-2
No files found.
files/directory.c
View file @
e4055508
...
...
@@ -80,7 +80,7 @@ int DIR_Init(void)
cwd
=
path
;
if
((
drive
=
DRIVE_FindDriveRoot
(
&
cwd
))
==
-
1
)
{
MESSAGE
(
"Warning: could not find wine
.conf
[Drive x] entry "
MESSAGE
(
"Warning: could not find wine
config
[Drive x] entry "
"for current working directory %s; "
"starting in windows directory.
\n
"
,
cwd
);
}
...
...
@@ -120,7 +120,7 @@ int DIR_Init(void)
path
,
sizeof
(
path
)
);
if
(
strchr
(
path
,
'/'
))
{
MESSAGE
(
"No '/' allowed in [wine] 'Path=' statement of wine
.conf
!
\n
"
);
MESSAGE
(
"No '/' allowed in [wine] 'Path=' statement of wine
config
!
\n
"
);
PROFILE_UsageWineIni
();
ExitProcess
(
1
);
}
...
...
files/drive.c
View file @
e4055508
...
...
@@ -61,9 +61,9 @@ typedef struct
char
*
dos_cwd
;
/* cwd in DOS format without leading or trailing \ */
char
*
unix_cwd
;
/* cwd in Unix format without leading or trailing / */
char
*
device
;
/* raw device path */
char
label_conf
[
12
];
/* drive label as cfg'd in wine
.conf
*/
char
label_conf
[
12
];
/* drive label as cfg'd in wine
config
*/
char
label_read
[
12
];
/* drive label as read from device */
DWORD
serial_conf
;
/* drive serial number as cfg'd in wine
.conf
*/
DWORD
serial_conf
;
/* drive serial number as cfg'd in wine
config
*/
UINT
type
;
/* drive type */
UINT
flags
;
/* drive flags */
dev_t
dev
;
/* unix device number */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment