Author: greatlrd
Date: Wed Dec 8 06:45:39 2010
New Revision: 49985
URL:
http://svn.reactos.org/svn/reactos?rev=49985&view=rev
Log:
fix export rename DrvEnable to DriverEntry as windows ddk does.
Modified:
branches/reactx/reactos/drivers/video/displays/framebuf/framebuf.spec
Modified: branches/reactx/reactos/drivers/video/displays/framebuf/framebuf.spec
URL:
http://svn.reactos.org/svn/reactos/branches/reactx/reactos/drivers/video/di…
==============================================================================
--- branches/reactx/reactos/drivers/video/displays/framebuf/framebuf.spec [iso-8859-1]
(original)
+++ branches/reactx/reactos/drivers/video/displays/framebuf/framebuf.spec [iso-8859-1] Wed
Dec 8 06:45:39 2010
@@ -1,1 +1,1 @@
-@ stdcall DrvEnableDriver(long long ptr)
+@ stdcall DriverEntry(long long ptr) = DrvEnableDriver