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
cd958391
Commit
cd958391
authored
May 08, 2010
by
Gerald Pfeifer
Committed by
Alexandre Julliard
May 10, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winecfg: Remove variable drive which is not really used from DriveDlgProc.
parent
af72df25
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
driveui.c
programs/winecfg/driveui.c
+1
-2
No files found.
programs/winecfg/driveui.c
View file @
cd958391
...
@@ -736,7 +736,6 @@ INT_PTR CALLBACK
...
@@ -736,7 +736,6 @@ INT_PTR CALLBACK
DriveDlgProc
(
HWND
dialog
,
UINT
msg
,
WPARAM
wParam
,
LPARAM
lParam
)
DriveDlgProc
(
HWND
dialog
,
UINT
msg
,
WPARAM
wParam
,
LPARAM
lParam
)
{
{
int
item
;
int
item
;
struct
drive
*
drive
;
switch
(
msg
)
switch
(
msg
)
{
{
...
@@ -813,7 +812,7 @@ DriveDlgProc (HWND dialog, UINT msg, WPARAM wParam, LPARAM lParam)
...
@@ -813,7 +812,7 @@ DriveDlgProc (HWND dialog, UINT msg, WPARAM wParam, LPARAM lParam)
case
IDC_BUTTON_EDIT
:
case
IDC_BUTTON_EDIT
:
if
(
HIWORD
(
wParam
)
!=
BN_CLICKED
)
break
;
if
(
HIWORD
(
wParam
)
!=
BN_CLICKED
)
break
;
item
=
SendMessage
(
GetDlgItem
(
dialog
,
IDC_LIST_DRIVES
),
LB_GETCURSEL
,
0
,
0
);
item
=
SendMessage
(
GetDlgItem
(
dialog
,
IDC_LIST_DRIVES
),
LB_GETCURSEL
,
0
,
0
);
drive
=
(
struct
drive
*
)
SendMessage
(
GetDlgItem
(
dialog
,
IDC_LIST_DRIVES
),
LB_GETITEMDATA
,
item
,
0
);
SendMessage
(
GetDlgItem
(
dialog
,
IDC_LIST_DRIVES
),
LB_GETITEMDATA
,
item
,
0
);
break
;
break
;
case
IDC_BUTTON_AUTODETECT
:
case
IDC_BUTTON_AUTODETECT
:
...
...
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