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
9925991b
Commit
9925991b
authored
Sep 17, 2001
by
Ge van Geldorp
Committed by
Alexandre Julliard
Oct 06, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll/tests: Fix atom tests on Win7.
parent
4d505906
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
Makefile.in
dlls/ntdll/tests/Makefile.in
+1
-1
atom.c
dlls/ntdll/tests/atom.c
+5
-0
No files found.
dlls/ntdll/tests/Makefile.in
View file @
9925991b
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
ntdll.dll
IMPORTS
=
kernel32
IMPORTS
=
user32
kernel32
CTESTS
=
\
atom.c
\
...
...
dlls/ntdll/tests/atom.c
View file @
9925991b
...
...
@@ -34,6 +34,7 @@
#include "winbase.h"
#include "winreg.h"
#include "winnls.h"
#include "winuser.h"
#include "wine/test.h"
#include "winternl.h"
...
...
@@ -478,6 +479,10 @@ START_TEST(atom)
InitFunctionPtr
();
if
(
pRtlCreateAtomTable
)
{
/* Global atom table seems to be available to GUI apps only in
Win7, so let's turn this app into a GUI app */
GetDesktopWindow
();
test_NtAtom
();
test_NtIntAtom
();
test_NtRefPinAtom
();
...
...
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