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
7274de88
Commit
7274de88
authored
Feb 07, 2009
by
Francois Gouget
Committed by
Alexandre Julliard
Feb 09, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
progman: Make DIALOG_Symbol() static.
parent
c6643c61
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
dialog.c
programs/progman/dialog.c
+1
-1
progman.h
programs/progman/progman.h
+0
-2
No files found.
programs/progman/dialog.c
View file @
7274de88
...
...
@@ -406,7 +406,7 @@ static INT_PTR CALLBACK DIALOG_SYMBOL_DlgProc(HWND hDlg, UINT msg, WPARAM wParam
*
* DIALOG_Symbol
*/
VOID
DIALOG_Symbol
(
HICON
*
lphIcon
,
LPSTR
lpszIconFile
,
static
VOID
DIALOG_Symbol
(
HICON
*
lphIcon
,
LPSTR
lpszIconFile
,
INT
*
lpnIconIndex
,
INT
nSize
)
{
DLGPROC
lpfnDlg
=
MakeProcInstance
(
DIALOG_SYMBOL_DlgProc
,
Globals
.
hInstance
);
...
...
programs/progman/progman.h
View file @
7274de88
...
...
@@ -184,8 +184,6 @@ BOOL DIALOG_ProgramAttributes(LPSTR lpszTitle, LPSTR lpszCmdLine,
LPSTR
lpszWorkDir
,
LPSTR
lpszIconFile
,
HICON
*
lphIcon
,
INT
*
nIconIndex
,
INT
*
lpnHotKey
,
INT
*
lpnCmdShow
,
INT
nSize
);
VOID
DIALOG_Symbol
(
HICON
*
lphIcon
,
LPSTR
lpszIconFile
,
INT
*
lpnIconIndex
,
INT
nSize
);
VOID
DIALOG_Execute
(
void
);
VOID
STRING_LoadMenus
(
VOID
);
...
...
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