A free Windows-compatible Operating System - mirrored from GitHub
Find a file
Magnus Olsen 6751f1721e adding a helper intEnableDriver it will be use for enable the dx driver for the graphice card.
rewrote NtGdiDdQueryDirectDrawObject so it only copy the cache data only. This will speed up allot. we only need call on NtGdiDdCreateDirectDrawObject yo setup the whole cache and enable the drv with the helper functions. the NtGdiDdQueryDirectDrawObject will be faster like this. using RtlCopyMemory insted for RtlMemMove  and allot other change in it. adding _SEH to NtGdiDdQueryDirectDrawObject so user can not crash it any longer. 

svn path=/trunk/; revision=25870
2007-02-21 22:19:31 +00:00
irc modified Resources/hresult.xml 2006-09-09 10:53:28 +00:00
reactos adding a helper intEnableDriver it will be use for enable the dx driver for the graphice card. 2007-02-21 22:19:31 +00:00
rosapps adding file dump.c it contain printf stuff to dump some struct to the screen it can make debuging more easy. but if u build reactos with DBG=0 you will not see the dump of the stuct I mabe will add a option to it when u start this tools so it dump data when u use the options. 2007-02-17 15:01:01 +00:00