mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Fixed a stdcall bug
svn path=/trunk/; revision=975
This commit is contained in:
parent
f09ef9894a
commit
33258c166f
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ VOID VGAUnshareVideoMemory(IN PVIDEO_MEMORY MemoryToUnshare,
|
||||||
// RETURNS:
|
// RETURNS:
|
||||||
// VP_STATUS
|
// VP_STATUS
|
||||||
|
|
||||||
STDCALL VP_STATUS
|
VP_STATUS STDCALL
|
||||||
DriverEntry(IN PVOID Context1,
|
DriverEntry(IN PVOID Context1,
|
||||||
IN PVOID Context2)
|
IN PVOID Context2)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue