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
81853405
Commit
81853405
authored
Nov 27, 2012
by
Piotr Caban
Committed by
Alexandre Julliard
Nov 28, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcp60: Added locale::Iscloc implementation.
parent
08280758
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
locale.c
dlls/msvcp60/locale.c
+9
-0
msvcp60.spec
dlls/msvcp60/msvcp60.spec
+2
-2
No files found.
dlls/msvcp60/locale.c
View file @
81853405
...
...
@@ -7396,6 +7396,15 @@ locale__Locimp* __cdecl locale__Init(void)
return
global_locale
;
}
/* ?_Iscloc@locale@std@@QBE_NXZ */
/* ?_Iscloc@locale@std@@QEBA_NXZ */
DEFINE_THISCALL_WRAPPER
(
locale__Iscloc
,
4
)
MSVCP_bool
__thiscall
locale__Iscloc
(
const
locale
*
this
)
{
TRACE
(
"(%p)
\n
"
,
this
);
return
this
->
ptr
==
locale__Locimp__Clocptr
;
}
/* ??0locale@std@@QAE@ABV01@0H@Z */
/* ??0locale@std@@QEAA@AEBV01@0H@Z */
DEFINE_THISCALL_WRAPPER
(
locale_ctor_locale_locale
,
16
)
...
...
dlls/msvcp60/msvcp60.spec
View file @
81853405
...
...
@@ -2291,8 +2291,8 @@
@ stub -arch=win64 ?_Iput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@KA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AEAVios_base@2@DPEAD_K@Z
@ stub -arch=win32 ?_Iput@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@KA?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AAVios_base@2@GPADI@Z
@ stub -arch=win64 ?_Iput@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@KA?AV?$ostreambuf_iterator@GU?$char_traits@G@std@@@2@V32@AEAVios_base@2@GPEAD_K@Z
@
stub -arch=win32 ?_Iscloc@locale@std@@QBE_NXZ
@
stub -arch=win64 ?_Iscloc@locale@std@@QEBA_NXZ
@
thiscall -arch=win32 ?_Iscloc@locale@std@@QBE_NXZ(ptr) locale__Iscloc
@
cdecl -arch=win64 ?_Iscloc@locale@std@@QEBA_NXZ(ptr) locale__Iscloc
@ stub ?_Isinf@?$_Ctr@M@std@@SA_NM@Z
@ stub ?_Isinf@?$_Ctr@N@std@@SA_NN@Z
@ stub ?_Isinf@?$_Ctr@O@std@@SA_NO@Z
...
...
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