Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
2c05f004
Commit
2c05f004
authored
Sep 26, 2012
by
Ričardas Barkauskas
Committed by
Alexandre Julliard
Sep 27, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcp80: Use LoadLibraryA as msvcp90 might not yet or ever be loaded.
parent
a2534f9b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
msvcp80.c
dlls/msvcp80/msvcp80.c
+1
-1
No files found.
dlls/msvcp80/msvcp80.c
View file @
2c05f004
...
...
@@ -104,7 +104,7 @@ static MSVCP_size_t (CDECL *pnumpunct_short__Getcat)(const struct locale_facet**
static
BOOL
init_funcs
(
void
)
{
HMODULE
hmod
=
GetModuleHandle
A
(
"msvcp90.dll"
);
HMODULE
hmod
=
LoadLibrary
A
(
"msvcp90.dll"
);
if
(
!
hmod
)
return
FALSE
;
...
...
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