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
23bb3715
Commit
23bb3715
authored
Oct 18, 2002
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added support for building certain dlls with -DSTRICT.
Added -DWINE_NO_STRICT flag to dlls that don't support STRICT yet.
parent
16828431
Hide whitespace changes
Inline
Side-by-side
Showing
31 changed files
with
43 additions
and
18 deletions
+43
-18
Makefile.in
dlls/advapi32/Makefile.in
+1
-1
Makefile.in
dlls/comctl32/Makefile.in
+1
-1
Makefile.in
dlls/commdlg/Makefile.in
+1
-0
Makefile.in
dlls/dplayx/Makefile.in
+1
-0
Makefile.in
dlls/gdi/Makefile.in
+1
-1
Makefile.in
dlls/imagehlp/Makefile.in
+1
-1
Makefile.in
dlls/imm32/Makefile.in
+1
-0
Makefile.in
dlls/kernel/Makefile.in
+1
-0
Makefile.in
dlls/lzexpand/Makefile.in
+1
-0
Makefile.in
dlls/mpr/Makefile.in
+1
-0
Makefile.in
dlls/msacm/Makefile.in
+1
-0
Makefile.in
dlls/msvcrt/Makefile.in
+1
-1
Makefile.in
dlls/msvideo/Makefile.in
+1
-0
Makefile.in
dlls/ntdll/Makefile.in
+1
-1
Makefile.in
dlls/ole32/Makefile.in
+1
-1
Makefile.in
dlls/oleaut32/Makefile.in
+1
-0
Makefile.in
dlls/psapi/Makefile.in
+1
-0
Makefile.in
dlls/shell32/Makefile.in
+1
-1
Makefile.in
dlls/shlwapi/Makefile.in
+1
-1
Makefile.in
dlls/tapi32/Makefile.in
+1
-0
Makefile.in
dlls/ttydrv/Makefile.in
+1
-0
Makefile.in
dlls/user/Makefile.in
+1
-1
Makefile.in
dlls/winmm/Makefile.in
+1
-1
Makefile.in
dlls/winmm/wavemap/Makefile.in
+1
-0
Makefile.in
dlls/winsock/Makefile.in
+1
-1
Makefile.in
dlls/winspool/Makefile.in
+1
-1
Makefile.in
dlls/x11drv/Makefile.in
+1
-1
server_protocol.h
include/wine/server_protocol.h
+7
-1
winnt.h
include/winnt.h
+1
-1
Makefile.in
server/Makefile.in
+1
-1
protocol.def
server/protocol.def
+7
-1
No files found.
dlls/advapi32/Makefile.in
View file @
23bb3715
EXTRADEFS
=
-D_ADVAPI32_
EXTRADEFS
=
-D_ADVAPI32_
-DWINE_NO_STRICT
TOPSRCDIR
=
@top_srcdir@
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
SRCDIR
=
@srcdir@
...
...
dlls/comctl32/Makefile.in
View file @
23bb3715
EXTRADEFS
=
-D_COMCTL32_
EXTRADEFS
=
-D_COMCTL32_
-DWINE_NO_STRICT
TOPSRCDIR
=
@top_srcdir@
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
SRCDIR
=
@srcdir@
...
...
dlls/commdlg/Makefile.in
View file @
23bb3715
EXTRADEFS
=
-DWINE_NO_STRICT
TOPSRCDIR
=
@top_srcdir@
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
SRCDIR
=
@srcdir@
...
...
dlls/dplayx/Makefile.in
View file @
23bb3715
EXTRADEFS
=
-DWINE_NO_STRICT
TOPSRCDIR
=
@top_srcdir@
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
SRCDIR
=
@srcdir@
...
...
dlls/gdi/Makefile.in
View file @
23bb3715
EXTRADEFS
=
-D_GDI32_
EXTRADEFS
=
-D_GDI32_
-DWINE_NO_STRICT
TOPSRCDIR
=
@top_srcdir@
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
SRCDIR
=
@srcdir@
...
...
dlls/imagehlp/Makefile.in
View file @
23bb3715
EXTRADEFS
=
-D_IMAGEHLP_SOURCE_
EXTRADEFS
=
-D_IMAGEHLP_SOURCE_
-DWINE_NO_STRICT
TOPSRCDIR
=
@top_srcdir@
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
SRCDIR
=
@srcdir@
...
...
dlls/imm32/Makefile.in
View file @
23bb3715
EXTRADEFS
=
-DWINE_NO_STRICT
TOPSRCDIR
=
@top_srcdir@
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
SRCDIR
=
@srcdir@
...
...
dlls/kernel/Makefile.in
View file @
23bb3715
EXTRADEFS
=
-DWINE_NO_STRICT
TOPSRCDIR
=
@top_srcdir@
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
SRCDIR
=
@srcdir@
...
...
dlls/lzexpand/Makefile.in
View file @
23bb3715
EXTRADEFS
=
-DWINE_NO_STRICT
TOPSRCDIR
=
@top_srcdir@
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
SRCDIR
=
@srcdir@
...
...
dlls/mpr/Makefile.in
View file @
23bb3715
EXTRADEFS
=
-DWINE_NO_STRICT
TOPSRCDIR
=
@top_srcdir@
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
SRCDIR
=
@srcdir@
...
...
dlls/msacm/Makefile.in
View file @
23bb3715
EXTRADEFS
=
-DWINE_NO_STRICT
TOPSRCDIR
=
@top_srcdir@
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
SRCDIR
=
@srcdir@
...
...
dlls/msvcrt/Makefile.in
View file @
23bb3715
EXTRADEFS
=
-DUSE_MSVCRT_PREFIX
-D_MT
EXTRADEFS
=
-DUSE_MSVCRT_PREFIX
-D_MT
-DWINE_NO_STRICT
TOPSRCDIR
=
@top_srcdir@
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
SRCDIR
=
@srcdir@
...
...
dlls/msvideo/Makefile.in
View file @
23bb3715
EXTRADEFS
=
-DWINE_NO_STRICT
TOPSRCDIR
=
@top_srcdir@
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
SRCDIR
=
@srcdir@
...
...
dlls/ntdll/Makefile.in
View file @
23bb3715
EXTRADEFS
=
-D_NTSYSTEM_
-DBINDIR
=
"
\"
$(bindir)
\"
"
-DETCDIR
=
"
\"
$(sysconfdir)
\"
"
EXTRADEFS
=
-D_NTSYSTEM_
-DBINDIR
=
"
\"
$(bindir)
\"
"
-DETCDIR
=
"
\"
$(sysconfdir)
\"
"
-DWINE_NO_STRICT
TOPSRCDIR
=
@top_srcdir@
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
SRCDIR
=
@srcdir@
...
...
dlls/ole32/Makefile.in
View file @
23bb3715
EXTRADEFS
=
-D_OLE32_
EXTRADEFS
=
-D_OLE32_
-DWINE_NO_STRICT
TOPSRCDIR
=
@top_srcdir@
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
SRCDIR
=
@srcdir@
...
...
dlls/oleaut32/Makefile.in
View file @
23bb3715
EXTRADEFS
=
-DWINE_NO_STRICT
TOPSRCDIR
=
@top_srcdir@
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
SRCDIR
=
@srcdir@
...
...
dlls/psapi/Makefile.in
View file @
23bb3715
EXTRADEFS
=
-DWINE_NO_STRICT
TOPSRCDIR
=
@top_srcdir@
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
SRCDIR
=
@srcdir@
...
...
dlls/shell32/Makefile.in
View file @
23bb3715
EXTRADEFS
=
-D_SHELL32_
EXTRADEFS
=
-D_SHELL32_
-DWINE_NO_STRICT
TOPSRCDIR
=
@top_srcdir@
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
SRCDIR
=
@srcdir@
...
...
dlls/shlwapi/Makefile.in
View file @
23bb3715
EXTRADEFS
=
-D_SHLWAPI_
EXTRADEFS
=
-D_SHLWAPI_
-DWINE_NO_STRICT
TOPSRCDIR
=
@top_srcdir@
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
SRCDIR
=
@srcdir@
...
...
dlls/tapi32/Makefile.in
View file @
23bb3715
EXTRADEFS
=
-DWINE_NO_STRICT
TOPSRCDIR
=
@top_srcdir@
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
SRCDIR
=
@srcdir@
...
...
dlls/ttydrv/Makefile.in
View file @
23bb3715
EXTRADEFS
=
-DWINE_NO_STRICT
TOPSRCDIR
=
@top_srcdir@
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
SRCDIR
=
@srcdir@
...
...
dlls/user/Makefile.in
View file @
23bb3715
EXTRADEFS
=
-D_USER32_
-D_WINABLE_
EXTRADEFS
=
-D_USER32_
-D_WINABLE_
-DWINE_NO_STRICT
TOPSRCDIR
=
@top_srcdir@
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
SRCDIR
=
@srcdir@
...
...
dlls/winmm/Makefile.in
View file @
23bb3715
EXTRADEFS
=
-D_WINMM_
EXTRADEFS
=
-D_WINMM_
-DWINE_NO_STRICT
TOPSRCDIR
=
@top_srcdir@
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
SRCDIR
=
@srcdir@
...
...
dlls/winmm/wavemap/Makefile.in
View file @
23bb3715
EXTRADEFS
=
-DWINE_NO_STRICT
TOPSRCDIR
=
@top_srcdir@
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../../..
TOPOBJDIR
=
../../..
SRCDIR
=
@srcdir@
SRCDIR
=
@srcdir@
...
...
dlls/winsock/Makefile.in
View file @
23bb3715
EXTRADEFS
=
-DUSE_WS_PREFIX
EXTRADEFS
=
-DUSE_WS_PREFIX
-DWINE_NO_STRICT
TOPSRCDIR
=
@top_srcdir@
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
SRCDIR
=
@srcdir@
...
...
dlls/winspool/Makefile.in
View file @
23bb3715
EXTRADEFS
=
-D_SPOOL32_
EXTRADEFS
=
-D_SPOOL32_
-DWINE_NO_STRICT
TOPSRCDIR
=
@top_srcdir@
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
SRCDIR
=
@srcdir@
...
...
dlls/x11drv/Makefile.in
View file @
23bb3715
EXTRADEFS
=
-DBINDIR
=
"
\"
$(bindir)
\"
"
EXTRADEFS
=
-DBINDIR
=
"
\"
$(bindir)
\"
"
-DWINE_NO_STRICT
TOPSRCDIR
=
@top_srcdir@
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
SRCDIR
=
@srcdir@
...
...
include/wine/server_protocol.h
View file @
23bb3715
...
@@ -32,9 +32,15 @@ struct request_max_size
...
@@ -32,9 +32,15 @@ struct request_max_size
int
pad
[
16
];
int
pad
[
16
];
};
};
#if defined(STRICT) || (defined(__WINE__) && !defined(WINE_NO_STRICT))
typedef
void
*
obj_handle_t
;
typedef
void
*
user_handle_t
;
#else
typedef
int
obj_handle_t
;
typedef
int
obj_handle_t
;
typedef
unsigned
short
atom_t
;
typedef
unsigned
int
user_handle_t
;
typedef
unsigned
int
user_handle_t
;
#endif
typedef
unsigned
short
atom_t
;
typedef
unsigned
int
process_id_t
;
typedef
unsigned
int
process_id_t
;
typedef
unsigned
int
thread_id_t
;
typedef
unsigned
int
thread_id_t
;
...
...
include/winnt.h
View file @
23bb3715
...
@@ -561,7 +561,7 @@ typedef DWORD EXECUTION_STATE;
...
@@ -561,7 +561,7 @@ typedef DWORD EXECUTION_STATE;
* we're ready we'll remove the '!defined(__WINE__)' (the equivalent
* we're ready we'll remove the '!defined(__WINE__)' (the equivalent
* of converting it from DECLARE_OLD_HANDLE to DECLARE_HANDLE).
* of converting it from DECLARE_OLD_HANDLE to DECLARE_HANDLE).
*/
*/
#if defined(STRICT)
&& !defined(__WINE__
)
#if defined(STRICT)
|| (defined(__WINE__) && !defined(WINE_NO_STRICT)
)
typedef
VOID
*
HANDLE
;
typedef
VOID
*
HANDLE
;
#define DECLARE_OLD_HANDLE(a) \
#define DECLARE_OLD_HANDLE(a) \
typedef struct a##__ { int unused; } *a; \
typedef struct a##__ { int unused; } *a; \
...
...
server/Makefile.in
View file @
23bb3715
DEFS
=
-D__WINE__
DEFS
=
-D__WINE__
-DWINE_NO_STRICT
TOPSRCDIR
=
@top_srcdir@
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
..
TOPOBJDIR
=
..
SRCDIR
=
@srcdir@
SRCDIR
=
@srcdir@
...
...
server/protocol.def
View file @
23bb3715
...
@@ -48,9 +48,15 @@ struct request_max_size
...
@@ -48,9 +48,15 @@ struct request_max_size
int pad[16]; /* the max request size is 16 ints */
int pad[16]; /* the max request size is 16 ints */
};
};
#if defined(STRICT) || (defined(__WINE__) && !defined(WINE_NO_STRICT))
typedef void *obj_handle_t;
typedef void *user_handle_t;
#else
typedef int obj_handle_t;
typedef int obj_handle_t;
typedef unsigned short atom_t;
typedef unsigned int user_handle_t;
typedef unsigned int user_handle_t;
#endif
typedef unsigned short atom_t;
typedef unsigned int process_id_t;
typedef unsigned int process_id_t;
typedef unsigned int thread_id_t;
typedef unsigned int thread_id_t;
...
...
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