mirror of
https://github.com/reactos/reactos.git
synced 2025-05-31 06:58:10 +00:00
[PSDK]
- Convert a stray extern into what it was supposed to become. svn path=/trunk/; revision=64473
This commit is contained in:
parent
7f7a1d1329
commit
460dab29ed
1 changed files with 1 additions and 1 deletions
|
@ -4345,7 +4345,7 @@ typedef BOOL
|
|||
_In_ HANDLE hLogicalSurface,
|
||||
_In_ SIZEL sizl);
|
||||
typedef FN_DrvAssociateSharedSurface *PFN_DrvAssociateSharedSurface;
|
||||
extern
|
||||
extern FN_DrvAssociateSharedSurface DrvAssociateSharedSurface;
|
||||
|
||||
typedef LONG
|
||||
(APIENTRY FN_DrvSynchronizeRedirectionBitmaps)(
|
||||
|
|
Loading…
Reference in a new issue