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
342da59b
Commit
342da59b
authored
May 18, 2005
by
Pierre d'Herbemont
Committed by
Alexandre Julliard
May 18, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove stdlib.h inclusion if winsock.h is included.
parent
30d5120a
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
0 additions
and
15 deletions
+0
-15
pipe.c
dlls/kernel/tests/pipe.c
+0
-1
olefont.c
dlls/oleaut32/tests/olefont.c
+0
-1
safearray.c
dlls/oleaut32/tests/safearray.c
+0
-1
vartest.c
dlls/oleaut32/tests/vartest.c
+0
-1
clsid.c
dlls/shlwapi/tests/clsid.c
+0
-1
ordinal.c
dlls/shlwapi/tests/ordinal.c
+0
-1
path.c
dlls/shlwapi/tests/path.c
+0
-1
shreg.c
dlls/shlwapi/tests/shreg.c
+0
-1
string.c
dlls/shlwapi/tests/string.c
+0
-1
expand.c
programs/expand/expand.c
+0
-1
rpcss_main.c
programs/rpcss/rpcss_main.c
+0
-1
main.c
programs/uninstaller/main.c
+0
-1
drive.c
programs/winecfg/drive.c
+0
-1
main.c
programs/winemine/main.c
+0
-1
hlp2sgml.c
programs/winhelp/hlp2sgml.c
+0
-1
No files found.
dlls/kernel/tests/pipe.c
View file @
342da59b
...
@@ -20,7 +20,6 @@
...
@@ -20,7 +20,6 @@
#include <assert.h>
#include <assert.h>
#include <stdarg.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdio.h>
#include <time.h>
#include <time.h>
...
...
dlls/oleaut32/tests/olefont.c
View file @
342da59b
...
@@ -21,7 +21,6 @@
...
@@ -21,7 +21,6 @@
#include <stdarg.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <math.h>
#include <float.h>
#include <float.h>
#include <time.h>
#include <time.h>
...
...
dlls/oleaut32/tests/safearray.c
View file @
342da59b
...
@@ -21,7 +21,6 @@
...
@@ -21,7 +21,6 @@
#include <stdarg.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <math.h>
#include <float.h>
#include <float.h>
#include <time.h>
#include <time.h>
...
...
dlls/oleaut32/tests/vartest.c
View file @
342da59b
...
@@ -20,7 +20,6 @@
...
@@ -20,7 +20,6 @@
#include <stdarg.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <math.h>
#include <float.h>
#include <float.h>
#include <time.h>
#include <time.h>
...
...
dlls/shlwapi/tests/clsid.c
View file @
342da59b
...
@@ -17,7 +17,6 @@
...
@@ -17,7 +17,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
*/
#include <stdlib.h>
#include <stdio.h>
#include <stdio.h>
#define INITGUID
#define INITGUID
...
...
dlls/shlwapi/tests/ordinal.c
View file @
342da59b
...
@@ -17,7 +17,6 @@
...
@@ -17,7 +17,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
*/
#include <stdlib.h>
#include <stdio.h>
#include <stdio.h>
#include "wine/test.h"
#include "wine/test.h"
...
...
dlls/shlwapi/tests/path.c
View file @
342da59b
...
@@ -18,7 +18,6 @@
...
@@ -18,7 +18,6 @@
*/
*/
#include <assert.h>
#include <assert.h>
#include <stdlib.h>
#include <stdarg.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdio.h>
...
...
dlls/shlwapi/tests/shreg.c
View file @
342da59b
...
@@ -18,7 +18,6 @@
...
@@ -18,7 +18,6 @@
*/
*/
#include <assert.h>
#include <assert.h>
#include <stdlib.h>
#include <stdarg.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdio.h>
...
...
dlls/shlwapi/tests/string.c
View file @
342da59b
...
@@ -17,7 +17,6 @@
...
@@ -17,7 +17,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
*/
#include <stdlib.h>
#include <stdio.h>
#include <stdio.h>
#define NONAMELESSUNION
#define NONAMELESSUNION
...
...
programs/expand/expand.c
View file @
342da59b
...
@@ -17,7 +17,6 @@
...
@@ -17,7 +17,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
*/
#include <stdlib.h>
#include <stdio.h>
#include <stdio.h>
#include <string.h>
#include <string.h>
#include <windows.h>
#include <windows.h>
...
...
programs/rpcss/rpcss_main.c
View file @
342da59b
...
@@ -54,7 +54,6 @@
...
@@ -54,7 +54,6 @@
*/
*/
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <limits.h>
#include <limits.h>
#include <assert.h>
#include <assert.h>
...
...
programs/uninstaller/main.c
View file @
342da59b
...
@@ -21,7 +21,6 @@
...
@@ -21,7 +21,6 @@
*
*
*/
*/
#include <stdlib.h>
#include <stdio.h>
#include <stdio.h>
#include <string.h>
#include <string.h>
#include <windows.h>
#include <windows.h>
...
...
programs/winecfg/drive.c
View file @
342da59b
...
@@ -23,7 +23,6 @@
...
@@ -23,7 +23,6 @@
#include <assert.h>
#include <assert.h>
#include <stdarg.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdio.h>
#include <string.h>
#include <string.h>
...
...
programs/winemine/main.c
View file @
342da59b
...
@@ -18,7 +18,6 @@
...
@@ -18,7 +18,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
*/
#include <stdlib.h>
#include <string.h>
#include <string.h>
#include <time.h>
#include <time.h>
#include <windows.h>
#include <windows.h>
...
...
programs/winhelp/hlp2sgml.c
View file @
342da59b
...
@@ -17,7 +17,6 @@
...
@@ -17,7 +17,6 @@
*/
*/
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <string.h>
#include <time.h>
#include <time.h>
#include <ctype.h>
#include <ctype.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