mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 04:26:32 +00:00
APIENTRY LONG --> LONG APIENTRY
svn path=/trunk/; revision=42481
This commit is contained in:
parent
e3ff5fffdc
commit
cf7b35520e
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ BOOLEAN FoundDevice(
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
APIENTRY LONG
|
||||
LONG APIENTRY
|
||||
DriverProc(
|
||||
DWORD DriverId,
|
||||
HANDLE DriverHandle,
|
||||
|
|
Loading…
Reference in a new issue