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
8bc2fdb3
Commit
8bc2fdb3
authored
Sep 01, 2004
by
Francois Gouget
Committed by
Alexandre Julliard
Sep 01, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable the RtlBitMap tests if compiling with the Microsoft headers as
they are missing critical structure and API declarations.
parent
594c42c7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
rtlbitmap.c
dlls/ntdll/tests/rtlbitmap.c
+5
-0
winternl.h
include/winternl.h
+3
-3
No files found.
dlls/ntdll/tests/rtlbitmap.c
View file @
8bc2fdb3
...
...
@@ -23,6 +23,8 @@
#include "ntdll_test.h"
#ifdef __WINE_WINTERNL_H
/* Function ptrs for ordinal calls */
static
HMODULE
hntdll
=
0
;
static
VOID
(
WINAPI
*
pRtlInitializeBitMap
)(
PRTL_BITMAP
,
LPBYTE
,
ULONG
);
...
...
@@ -608,9 +610,11 @@ static void test_RtlFindClearRuns()
}
}
#endif
START_TEST
(
rtlbitmap
)
{
#ifdef __WINE_WINTERNL_H
InitFunctionPtrs
();
if
(
pRtlInitializeBitMap
)
...
...
@@ -632,4 +636,5 @@ START_TEST(rtlbitmap)
test_RtlFindSetRuns
();
test_RtlFindClearRuns
();
}
#endif
}
include/winternl.h
View file @
8bc2fdb3
...
...
@@ -18,8 +18,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef __WINE_WINTERN
A
L_H
#define __WINE_WINTERN
A
L_H
#ifndef __WINE_WINTERNL_H
#define __WINE_WINTERNL_H
#include <windef.h>
...
...
@@ -1748,4 +1748,4 @@ static inline PLIST_ENTRY RemoveTailList(PLIST_ENTRY le)
}
/* extern "C" */
#endif
/* defined(__cplusplus) */
#endif
/* __WINE_WINTERN
A
L_H */
#endif
/* __WINE_WINTERNL_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