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
fb2a7046
Commit
fb2a7046
authored
May 16, 2002
by
Steven Edwards
Committed by
Alexandre Julliard
May 16, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed snprintf warnings.
parent
0a2d2111
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
0 deletions
+17
-0
listview.c
dlls/comctl32/listview.c
+4
-0
filedlg95.c
dlls/commdlg/filedlg95.c
+4
-0
driver.c
dlls/msacm/driver.c
+3
-0
confdlg.c
dlls/serialui/confdlg.c
+3
-0
shlfolder.c
dlls/shell32/shlfolder.c
+3
-0
No files found.
dlls/comctl32/listview.c
View file @
fb2a7046
...
...
@@ -59,6 +59,10 @@
* processing for "USEDOUBLECLICKTIME".
*/
#include "config.h"
#include "wine/port.h"
#include <ctype.h>
#include <string.h>
#include <stdlib.h>
...
...
dlls/commdlg/filedlg95.c
View file @
fb2a7046
...
...
@@ -50,6 +50,10 @@
*
*
*/
#include "config.h"
#include "wine/port.h"
#include <ctype.h>
#include <stdlib.h>
#include <stdio.h>
...
...
dlls/msacm/driver.c
View file @
fb2a7046
...
...
@@ -21,6 +21,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "config.h"
#include "wine/port.h"
#include <stdio.h>
#include "winbase.h"
...
...
dlls/serialui/confdlg.c
View file @
fb2a7046
...
...
@@ -28,6 +28,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "config.h"
#include "wine/port.h"
#include <string.h>
#include <stdio.h>
...
...
dlls/shell32/shlfolder.c
View file @
fb2a7046
...
...
@@ -21,6 +21,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "config.h"
#include "wine/port.h"
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
...
...
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