mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
Correct entry point of win32k.sys
svn path=/branches/xmlbuildsystem/; revision=15340
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user