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
14e3b19c
Commit
14e3b19c
authored
Aug 22, 2003
by
Steven Edwards
Committed by
Alexandre Julliard
Aug 22, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes for building with w32api headers on Mingw.
parent
1e3042e2
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
23 additions
and
2 deletions
+23
-2
advapi.c
dlls/advapi32/advapi.c
+2
-1
crtdll_main.c
dlls/crtdll/crtdll_main.c
+1
-0
capability.c
dlls/twain/capability.c
+6
-0
ds_image.c
dlls/twain/ds_image.c
+3
-0
dsm_ctrl.c
dlls/twain/dsm_ctrl.c
+2
-0
twain32_main.c
dlls/twain/twain32_main.c
+2
-0
aspi.c
dlls/winaspi/aspi.c
+5
-1
bin2res.c
tools/bin2res.c
+1
-0
genres.c
tools/wrc/genres.c
+1
-0
No files found.
dlls/advapi32/advapi.c
View file @
14e3b19c
...
...
@@ -24,9 +24,10 @@
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <stdarg.h>
#include "winbase.h"
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include "winerror.h"
...
...
dlls/crtdll/crtdll_main.c
View file @
14e3b19c
...
...
@@ -20,6 +20,7 @@
#include "config.h"
#include <stdarg.h>
#include <sys/stat.h>
#include "windef.h"
...
...
dlls/twain/capability.c
View file @
14e3b19c
...
...
@@ -16,6 +16,12 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "twain.h"
#include "twain_i.h"
...
...
dlls/twain/ds_image.c
View file @
14e3b19c
...
...
@@ -18,6 +18,9 @@
#include "config.h"
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
...
...
dlls/twain/dsm_ctrl.c
View file @
14e3b19c
...
...
@@ -21,9 +21,11 @@
#include "config.h"
#include <stdlib.h>
#include <stdarg.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
#include "twain.h"
#include "twain_i.h"
...
...
dlls/twain/twain32_main.c
View file @
14e3b19c
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "twain.h"
...
...
dlls/winaspi/aspi.c
View file @
14e3b19c
...
...
@@ -40,6 +40,7 @@ HKEY_DYN_DATA
#include "config.h"
#include <stdio.h>
#include <stdarg.h>
#include <sys/types.h>
#ifdef HAVE_SYS_IOCTL_H
#include <sys/ioctl.h>
...
...
@@ -52,11 +53,14 @@ HKEY_DYN_DATA
#include <errno.h>
#include <string.h>
#include "wine/debug.h"
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winerror.h"
#include "winescsi.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
aspi
);
/* Internal function prototypes */
...
...
tools/bin2res.c
View file @
14e3b19c
...
...
@@ -34,6 +34,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <fcntl.h>
#ifdef HAVE_UNISTD_H
...
...
tools/wrc/genres.c
View file @
14e3b19c
...
...
@@ -30,6 +30,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <assert.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