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
dde69d61
Commit
dde69d61
authored
May 08, 2015
by
Nikolay Sivov
Committed by
Alexandre Julliard
May 11, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernel32: Fixed couple of comments regarding atom calls.
parent
518e102a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
atom.c
dlls/kernel32/atom.c
+2
-2
No files found.
dlls/kernel32/atom.c
View file @
dde69d61
...
...
@@ -67,7 +67,7 @@ static RTL_ATOM_TABLE get_local_table(DWORD entries)
/***********************************************************************
* InitAtomTable (KERNEL32.@)
*
* Initialise
the glob
al atom table.
* Initialise
loc
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 glob
al atom table and return a unique
* Add a character string to
loc
al atom table and return a unique
* value identifying it.
*
* RETURNS
...
...
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