mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 12:32:47 +00:00
Correct entry point of win32k.sys
svn path=/branches/xmlbuildsystem/; revision=15340
This commit is contained in:
parent
3d5d32ed36
commit
c3bfe63c19
1 changed files with 1 additions and 5 deletions
|
@ -244,12 +244,8 @@ Win32kInitWin32Thread(PETHREAD Thread)
|
|||
}
|
||||
|
||||
|
||||
/*
|
||||
* This definition doesn't work
|
||||
*/
|
||||
// BOOL STDCALL DllMain(VOID)
|
||||
NTSTATUS STDCALL
|
||||
DllMain (
|
||||
DriverEntry (
|
||||
IN PDRIVER_OBJECT DriverObject,
|
||||
IN PUNICODE_STRING RegistryPath)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue