Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
00df8971
Commit
00df8971
authored
Apr 02, 2002
by
Dimitrie O. Paun
Committed by
Alexandre Julliard
Apr 02, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix two compilation warnings.
parent
dd52bb65
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
propsheet.c
dlls/comctl32/propsheet.c
+1
-1
main.c
dlls/crypt32/main.c
+1
-2
No files found.
dlls/comctl32/propsheet.c
View file @
00df8971
...
@@ -209,7 +209,7 @@ static VOID PROPSHEET_UnImplementedFlags(DWORD dwFlags)
...
@@ -209,7 +209,7 @@ static VOID PROPSHEET_UnImplementedFlags(DWORD dwFlags)
if
(
string
[
0
]
!=
'\0'
)
if
(
string
[
0
]
!=
'\0'
)
FIXME
(
"%s
\n
"
,
string
);
FIXME
(
"%s
\n
"
,
string
);
}
}
#undef add_flag
()
#undef add_flag
/******************************************************************************
/******************************************************************************
* PROPSHEET_CollectSheetInfoA
* PROPSHEET_CollectSheetInfoA
...
...
dlls/crypt32/main.c
View file @
00df8971
/* FIXME: no implementation yet */
/* FIXME: no implementation yet */
\ No newline at end of file
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