Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lorenzo Ferrillo
wine
Commits
dde69d61
Commit
dde69d61
authored
9 years ago
by
Nikolay Sivov
Committed by
Alexandre Julliard
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
kernel32: Fixed couple of comments regarding atom calls.
parent
518e102a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dlls/kernel32/atom.c
+2
-2
2 additions, 2 deletions
dlls/kernel32/atom.c
with
2 additions
and
2 deletions
dlls/kernel32/atom.c
+
2
−
2
View file @
dde69d61
...
...
@@ -67,7 +67,7 @@ static RTL_ATOM_TABLE get_local_table(DWORD entries)
/***********************************************************************
* InitAtomTable (KERNEL32.@)
*
* Initialise
the g
lo
b
al atom table.
* Initialise lo
c
al atom table.
*
* PARAMS
* entries [I] The number of entries to reserve in the table.
...
...
@@ -142,7 +142,7 @@ ATOM WINAPI GlobalAddAtomA( LPCSTR str /* [in] String to add */ )
/***********************************************************************
* AddAtomA (KERNEL32.@)
*
* Add a character string to
the g
lo
b
al atom table and return a unique
* Add a character string to lo
c
al atom table and return a unique
* value identifying it.
*
* RETURNS
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment