Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-fonts
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
Aleksandr Isakov
wine-fonts
Commits
4bf21171
Commit
4bf21171
authored
Feb 25, 2011
by
Austin English
Committed by
Alexandre Julliard
Feb 28, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
advapi32/tests: Remove Win9x hacks.
parent
f9d4a45f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
security.c
dlls/advapi32/tests/security.c
+0
-6
No files found.
dlls/advapi32/tests/security.c
View file @
4bf21171
...
...
@@ -1881,12 +1881,6 @@ static void test_LookupAccountName(void)
user_size
=
UNLEN
+
1
;
SetLastError
(
0xdeadbeef
);
ret
=
GetUserNameA
(
user_name
,
&
user_size
);
if
(
!
ret
&&
(
GetLastError
()
==
ERROR_NOT_LOGGED_ON
))
{
/* Probably on win9x where the user used 'Cancel' instead of properly logging in */
skip
(
"Cannot get the user name (win9x and not logged in properly)
\n
"
);
return
;
}
ok
(
ret
,
"Failed to get user name : %d
\n
"
,
GetLastError
());
/* get sizes */
...
...
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