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
0c7c1de8
Commit
0c7c1de8
authored
Sep 28, 2010
by
Francois Gouget
Committed by
Alexandre Julliard
Sep 29, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gameux/tests: Make test_install_uninstall_game() and _isFileExists() static.
parent
5c046d13
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
gameexplorer.c
dlls/gameux/tests/gameexplorer.c
+2
-1
gamestatistics.c
dlls/gameux/tests/gamestatistics.c
+1
-1
No files found.
dlls/gameux/tests/gameexplorer.c
View file @
0c7c1de8
...
...
@@ -607,7 +607,8 @@ static void test_add_remove_game(void)
IGameExplorer_Release
(
ge
);
}
}
void
test_install_uninstall_game
(
void
)
static
void
test_install_uninstall_game
(
void
)
{
static
const
GUID
applicationId
=
{
0x17A6558E
,
0x60BE
,
0x4078
,
{
0xB6
,
0x6F
,
0x9C
,
0x3A
,
0xDA
,
0x2A
,
0x32
,
0xE6
}};
...
...
dlls/gameux/tests/gamestatistics.c
View file @
0c7c1de8
...
...
@@ -168,7 +168,7 @@ static HRESULT _buildStatisticsFilePath(LPCGUID guidApplicationId, LPWSTR *lpSta
* TRUE file exists
* FALSE file does not exist
*/
BOOL
_isFileExists
(
LPCWSTR
lpFile
)
static
BOOL
_isFileExists
(
LPCWSTR
lpFile
)
{
HANDLE
hFile
=
CreateFileW
(
lpFile
,
GENERIC_READ
,
0
,
NULL
,
OPEN_EXISTING
,
0
,
NULL
);
...
...
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