mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 17:43:44 +00:00
CreateDC is Unicode now, change the spec file accordingly.
This commit is contained in:
parent
5ba5d756cb
commit
446368333c
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
@ cdecl Arc(ptr long long long long long long long long) PSDRV_Arc
|
||||
@ cdecl Chord(ptr long long long long long long long long) PSDRV_Chord
|
||||
@ cdecl CreateDC(ptr ptr str str str ptr) PSDRV_CreateDC
|
||||
@ cdecl CreateDC(ptr ptr wstr wstr wstr ptr) PSDRV_CreateDC
|
||||
@ cdecl DeleteDC(ptr) PSDRV_DeleteDC
|
||||
@ cdecl DeviceCapabilities(ptr ptr ptr long ptr ptr) PSDRV_DeviceCapabilities
|
||||
@ cdecl Ellipse(ptr long long long long) PSDRV_Ellipse
|
||||
|
|
Loading…
Reference in a new issue