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
651a8ba8
Commit
651a8ba8
authored
Feb 15, 2002
by
Patrik Stridvall
Committed by
Alexandre Julliard
Feb 15, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added some defines for compatibility with Windows headers.
parent
3fead8fa
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
17 additions
and
0 deletions
+17
-0
Makefile.in
dlls/advapi32/Makefile.in
+1
-0
Makefile.in
dlls/comctl32/Makefile.in
+1
-0
Makefile.in
dlls/crypt32/Makefile.in
+1
-0
Makefile.in
dlls/gdi/Makefile.in
+1
-0
Makefile.in
dlls/imagehlp/Makefile.in
+1
-0
Makefile.in
dlls/netapi32/Makefile.in
+1
-0
Makefile.in
dlls/ntdll/Makefile.in
+1
-0
Makefile.in
dlls/ole32/Makefile.in
+1
-0
Makefile.in
dlls/rpcrt4/Makefile.in
+1
-0
Makefile.in
dlls/setupapi/Makefile.in
+1
-0
Makefile.in
dlls/shdocvw/Makefile.in
+1
-0
Makefile.in
dlls/shell32/Makefile.in
+1
-0
Makefile.in
dlls/shlwapi/Makefile.in
+1
-0
Makefile.in
dlls/user/Makefile.in
+1
-0
Makefile.in
dlls/wininet/Makefile.in
+1
-0
Makefile.in
dlls/winmm/Makefile.in
+1
-0
Makefile.in
dlls/winspool/Makefile.in
+1
-0
No files found.
dlls/advapi32/Makefile.in
View file @
651a8ba8
EXTRADEFS
=
-D_ADVAPI32_
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
dlls/comctl32/Makefile.in
View file @
651a8ba8
EXTRADEFS
=
-D_COMCTL32_
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
dlls/crypt32/Makefile.in
View file @
651a8ba8
EXTRADEFS
=
-D_CRYPT32_
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
dlls/gdi/Makefile.in
View file @
651a8ba8
EXTRADEFS
=
-D_GDI32_
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
dlls/imagehlp/Makefile.in
View file @
651a8ba8
EXTRADEFS
=
-D_IMAGEHLP_SOURCE_
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
dlls/netapi32/Makefile.in
View file @
651a8ba8
EXTRADEFS
=
-D_SVRAPI_
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
dlls/ntdll/Makefile.in
View file @
651a8ba8
EXTRADEFS
=
-D_NTSYSTEM_
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
dlls/ole32/Makefile.in
View file @
651a8ba8
EXTRADEFS
=
-D_OLE32_
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
dlls/rpcrt4/Makefile.in
View file @
651a8ba8
EXTRADEFS
=
-D_RPCRT4_
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
dlls/setupapi/Makefile.in
View file @
651a8ba8
EXTRADEFS
=
-D_SETUPAPI_
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
dlls/shdocvw/Makefile.in
View file @
651a8ba8
EXTRADEFS
=
-D_SHDOCVW_
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
dlls/shell32/Makefile.in
View file @
651a8ba8
EXTRADEFS
=
-D_SHELL32_
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
dlls/shlwapi/Makefile.in
View file @
651a8ba8
EXTRADEFS
=
-D_SHLWAPI_
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
dlls/user/Makefile.in
View file @
651a8ba8
EXTRADEFS
=
-D_USER32_
-D_WINABLE_
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
dlls/wininet/Makefile.in
View file @
651a8ba8
EXTRADEFS
=
-D_WINX32_
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
dlls/winmm/Makefile.in
View file @
651a8ba8
EXTRADEFS
=
-D_WINMM_
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
dlls/winspool/Makefile.in
View file @
651a8ba8
EXTRADEFS
=
-D_SPOOL32_
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
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