This website requires JavaScript.
Explore
Help
Register
Sign In
lywsvip
/
reactos
Watch
1
Star
0
Fork
0
You've already forked reactos
mirror of
https://github.com/reactos/reactos.git
synced
2026-07-07 14:09:38 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
90ae79bfc00150488d16144ecdab15004d29f747
reactos
/
reactos
/
dll
History
Johannes Anderwald
7121ab4d0e
- Set the stream state to run when opening the device
...
- Set the stream state to stop when closing the device svn path=/trunk/; revision=42459
2009-08-07 10:11:24 +00:00
..
3rdparty
modified jmorecfg.h
2009-08-07 00:37:45 +00:00
cpl
- strmini.h: Include windef.h so CDECL gets defined for msvc version of DEFINE_GUIDEX in ks.h
2009-08-03 13:46:37 +00:00
directx
- Follow up to 41644: Get rid of the Wine headers using include_next as the definitions are now in the PSDK, wrapped under _WINE. Also define _WINE for the modules using those types.
2009-08-04 18:34:06 +00:00
keyboard
…
nls
- Do not pass gcc and ld flags to other tools
2009-06-18 18:18:57 +00:00
ntdll
- Remove asm-optimized versions of RtlRandom and RtlUniform -- there is *no* reason to use hand-optimized assembly for simple routines like these -- let the compiler do its job, please. Also, we compiled random.c *and* random_asm.S, meaning we duplicated the functions -- the compiler didn't detect this and silently used the C versions.
2009-08-04 11:22:50 +00:00
shellext
- SetWindowLong -> SetWindowLongPtr, GetWindowLong -> GetWindowLongPtr (for 64-bit compatible, see note in MSDN)
2009-05-09 12:27:40 +00:00
win32
- Set the stream state to run when opening the device
2009-08-07 10:11:24 +00:00
dll.rbuild
…