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
b85c3a0a
Commit
b85c3a0a
authored
Mar 28, 1999
by
Pavel Roskin
Committed by
Alexandre Julliard
Mar 28, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed warnings.
parent
137cd8c3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
cmdlgtst.c
programs/cmdlgtst/cmdlgtst.c
+2
-4
No files found.
programs/cmdlgtst/cmdlgtst.c
View file @
b85c3a0a
...
...
@@ -69,8 +69,6 @@ static OPENFILENAME ofn;
static
HWND
findDialogBox
=
0
;
static
UINT
findMessageId
=
0
;
static
int
findDialogBoxInit
=
0
;
static
int
findDialogStructInit
=
0
;
static
FINDREPLACE
frS
;
static
char
fromstring
[
1024
],
tostring
[
1024
];
...
...
@@ -323,9 +321,9 @@ void mw_PrintSetup(HWND hWnd)
// Escape(tmp.hDC, NEWFRAME, 0, NULL, NULL);
// Escape(tmp.hDC, ENDDOC, 0, NULL, NULL);
// DeleteDC(tmp.hDC);
if
(
pd
.
hDevMode
!=
NULL
)
if
(
pd
.
hDevMode
)
GlobalFree
(
pd
.
hDevMode
);
if
(
pd
.
hDevNames
!=
NULL
)
if
(
pd
.
hDevNames
)
GlobalFree
(
pd
.
hDevNames
);
pd
.
hDevMode
=
0
;
...
...
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