reactos/reactos/lib
2005-07-15 11:46:38 +00:00
..
acledit remove acledit.h, the interfaces are nt4-only and deprecated, programmers must use ISecurityInformation (which is what Thomas has started to implement as well) 2005-07-01 16:04:07 +00:00
aclui don't allow changing the allow and deny checkbox state to checked at the same time 2005-07-14 21:57:57 +00:00
adns fixed some signed/unsigned comparison warnings with -Wsign-compare 2005-07-05 22:35:29 +00:00
advapi32 fixed some signed/unsigned comparison warnings with -Wsign-compare 2005-07-05 22:35:29 +00:00
advpack fixed some signed/unsigned comparison warnings with -Wsign-compare 2005-07-05 22:35:29 +00:00
cabinet Sync to Wine-20050628: 2005-07-06 22:24:04 +00:00
cards Generate proxy makefiles 2005-05-15 15:56:06 +00:00
cfgmgr32 Add cfgmgr32 dll. 2005-06-26 12:17:27 +00:00
comctl32 fix bizarre build error 2005-07-13 02:45:53 +00:00
comdlg32 Sync to Wine-20050628: 2005-07-06 22:40:35 +00:00
cpl zebasoftis <zebasoftis@gmail.com> 2005-07-08 08:50:46 +00:00
crt fixed some signed/unsigned comparison warnings with -Wsign-compare 2005-07-05 22:35:29 +00:00
crtdll Don't let msvcrt import itself and fix the resulting problems 2005-05-15 18:10:51 +00:00
d3d8 migrate substitution keywords to SVN 2005-01-06 13:58:04 +00:00
d3d8thk Change NtGdiD3dContextDestroyAll@4 to @0 2005-06-22 18:02:33 +00:00
d3d9 migrate substitution keywords to SVN 2005-01-06 13:58:04 +00:00
dbghelp Expand the wine debug macros in all cases. the actual code will get optimized away, but the variables will appear in use. removes about 100-150 warnings. also fix hidden build breakages when the macros are actually used. thanks to art 2005-07-13 01:41:13 +00:00
ddraw Remove old makefiles 2005-06-05 16:32:33 +00:00
devenum remove some ros-tempöate from old building system 2005-05-29 01:04:44 +00:00
devmgr Do NOT include defines.h in .rc files. 2005-06-17 11:28:23 +00:00
dhcpcapi Do NOT include defines.h in .rc files. 2005-06-17 11:28:23 +00:00
dinput Silence more warnings. Patch by Waxdragon. 2005-07-13 02:02:08 +00:00
dinput8 remove some ros-tempöate from old building system 2005-05-29 01:04:44 +00:00
dnsapi fixed some signed/unsigned comparison warnings with -Wsign-compare 2005-07-05 22:35:29 +00:00
dsound Generate proxy makefiles 2005-05-15 15:56:06 +00:00
dxdiagn remove some ros-tempöate from old building system 2005-05-29 01:04:44 +00:00
dxguid Use W32API. 2005-06-17 08:12:20 +00:00
epsapi Fix breakage caused by accidental commit in the last revision 2005-07-01 03:40:52 +00:00
expat Fix explorer/ibrowser build 2005-07-01 03:25:35 +00:00
fmifs Fix breakage caused by accidental commit in the last revision 2005-07-01 03:40:52 +00:00
freetype Couple of build fixes. 2005-06-19 09:07:44 +00:00
fslib fixed some signed/unsigned comparison warnings with -Wsign-compare 2005-07-05 22:35:29 +00:00
gdi32 Partial patch of larger rosrtl removal patch. This one merely is a structure fix patch, and renames/corrects RTL_USER_PROCESS_INFORMATION (which had the totally wrong names) as well as updates the TEB to the latest version. It also fixes SECTION_IMAGE_INFORMATION to have the right format and names. Also, some callers of CreateProcessW are modified to not send a constant string as lpCommandLine (this was illegal and will crash on Windows/my patch). INITIAL_TEB was also renamed to the more correct fields, although they won't make sense with the current rosrtl/rtl implementation, the names will only make sense with the next patch. Finally NtTerminateThread was fixed to support sending NULL as handle, and PspExitThread was updated to work with the new FreestackOnExit flag, both of which will be used in the next patch. 2005-07-12 01:56:14 +00:00
gdiplus convert all of the gdiplus stuff to lowercase 2005-06-23 18:15:04 +00:00
glu32 Manually define undocumented MS GLU constants 2005-06-30 12:42:57 +00:00
hid Remove old makefiles 2005-06-05 16:32:33 +00:00
icmp Sync to Wine-20050628: 2005-07-06 22:49:08 +00:00
imagehlp more build fixes 2005-05-28 22:48:33 +00:00
imm32 Generate proxy makefiles 2005-05-15 15:56:06 +00:00
intrlck Move Interlocked* routines from ROSRTL to separate INTRLCK library since ROSRTL is going to be removed. 2005-07-11 23:32:55 +00:00
iphlpapi Silence more warnings. Patch by Waxdragon. 2005-07-13 02:02:08 +00:00
iprtprio Remove old makefiles 2005-06-05 16:32:33 +00:00
kbdbe i386DX . <i386dx@hotmail.com> 2005-07-10 22:05:48 +00:00
kbdda Fix warnings. 2005-06-20 14:23:13 +00:00
kbddv Fix warnings. 2005-06-20 14:23:13 +00:00
kbdes Fix warnings. 2005-06-20 14:23:13 +00:00
kbdfr Fix warnings. 2005-06-20 14:23:13 +00:00
kbdgr Fix warnings. 2005-06-20 14:23:13 +00:00
kbdru Fix warnings. 2005-06-20 13:59:40 +00:00
kbdse Fix warnings. 2005-06-20 13:59:40 +00:00
kbdsg Fix warnings. 2005-06-20 13:59:40 +00:00
kbduk Fix a cut & paste error. 2005-06-20 14:08:06 +00:00
kbdus Fix warnings and remove Jamfiles. 2005-06-20 13:43:05 +00:00
kernel32 Fixed a bug in IsConsoleHandle which was introduced by r16540. 2005-07-13 17:32:39 +00:00
kjs Use RTL_CONSTANT_STRING instead of ROSRTL macros. 2005-06-19 07:07:52 +00:00
libwine - Use standard TLS instead of custom TEB field. 2005-06-17 07:53:34 +00:00
lsasrv Build lsasrv.dll. 2005-06-26 14:02:36 +00:00
lzexpand Use W32API. 2005-06-17 08:12:20 +00:00
mesa32 more build fixes 2005-05-28 22:48:33 +00:00
mmdrv Merge 15329:15546 from trunk 2005-05-27 19:29:24 +00:00
mpr Sync to Wine-20050628: 2005-07-07 15:05:36 +00:00
msacm get rid of the obsolete Makefile.ros-template files 2005-07-04 09:46:50 +00:00
msafd Compile msafd with NDK 2005-06-20 19:28:45 +00:00
msgina Do NOT include defines.h in .rc files. 2005-06-17 11:28:23 +00:00
msi get rid of the obsolete Makefile.ros-template files 2005-07-04 09:46:50 +00:00
msimg32 get rid of the obsolete Makefile.ros-template files 2005-07-04 09:46:50 +00:00
msvcrt Remove old makefiles 2005-06-05 16:32:33 +00:00
msvcrt20 Generate proxy makefiles 2005-05-15 15:56:06 +00:00
msvideo Expand the wine debug macros in all cases. the actual code will get optimized away, but the variables will appear in use. removes about 100-150 warnings. also fix hidden build breakages when the macros are actually used. thanks to art 2005-07-13 01:41:13 +00:00
mswsock Add MSVFW32 and MSWSOCK to the build. 2005-05-30 12:52:38 +00:00
netapi32 remove some unse Makefile.ros-template files 2005-05-29 15:17:38 +00:00
ntdll Second part of patch, implements the new RTL functions which will be used (not used by kernel yet). 2005-07-12 04:41:41 +00:00
odbc32 get rid of the obsolete Makefile.ros-template files 2005-07-04 09:46:50 +00:00
ole32 remove some unse Makefile.ros-template files 2005-05-29 15:17:38 +00:00
oleaut32 remove some unse Makefile.ros-template files 2005-05-29 15:17:38 +00:00
oledlg get rid of the obsolete Makefile.ros-template files 2005-07-04 09:46:50 +00:00
olepro32 remove some unse Makefile.ros-template files 2005-05-29 15:17:38 +00:00
opengl32 - Don't include ntddk.h from most of the DDK headers and move the includes out of the "extern C" blocks. 2005-06-19 22:13:41 +00:00
packet Remove old makefiles 2005-06-05 16:32:33 +00:00
psapi Fix breakage caused by accidental commit in the last revision 2005-07-01 03:40:52 +00:00
pseh Delete unused makefiles 2005-07-03 21:35:41 +00:00
riched20 remove some unse Makefile.ros-template files 2005-05-29 15:17:38 +00:00
richedit remove some unse Makefile.ros-template files 2005-05-29 15:17:38 +00:00
rosrtl Partial patch of larger rosrtl removal patch. This one merely is a structure fix patch, and renames/corrects RTL_USER_PROCESS_INFORMATION (which had the totally wrong names) as well as updates the TEB to the latest version. It also fixes SECTION_IMAGE_INFORMATION to have the right format and names. Also, some callers of CreateProcessW are modified to not send a constant string as lpCommandLine (this was illegal and will crash on Windows/my patch). INITIAL_TEB was also renamed to the more correct fields, although they won't make sense with the current rosrtl/rtl implementation, the names will only make sense with the next patch. Finally NtTerminateThread was fixed to support sending NULL as handle, and PspExitThread was updated to work with the new FreestackOnExit flag, both of which will be used in the next patch. 2005-07-12 01:56:14 +00:00
rossym fixed some signed/unsigned comparison warnings with -Wsign-compare 2005-07-05 22:35:29 +00:00
rpcrt4 Do NOT include defines.h in .rc files. 2005-06-17 11:28:23 +00:00
rtl Second part of patch, implements the new RTL functions which will be used (not used by kernel yet). 2005-07-12 04:41:41 +00:00
samlib Fix breakage caused by accidental commit in the last revision 2005-07-01 03:40:52 +00:00
secur32 Build secur32 with NDK 2005-06-25 13:55:24 +00:00
serialui Install to system32 2005-05-29 14:51:17 +00:00
setupapi - Implement CM_Get_Global_State/CM_Get_Global_State_Ex. 2005-07-10 11:49:10 +00:00
shdocvw Sebastian Gasiorek <zebasoftis@gmail.com> 2005-07-11 07:51:09 +00:00
shell32 Silence more warnings. Patch by Waxdragon. 2005-07-13 02:02:08 +00:00
shellext/slayer Sebastian Gasiorek <zebasoftis@gmail.com> 2005-07-11 07:51:09 +00:00
shlwapi Sebastian Gasiorek <zebasoftis@gmail.com> 2005-07-11 07:51:09 +00:00
smdll Fix warning 2005-06-30 02:17:47 +00:00
smlib build smlib with NDK 2005-06-20 19:02:23 +00:00
snmpapi Use W32API. 2005-06-17 08:12:20 +00:00
string Delete unused makefiles 2005-07-03 21:35:41 +00:00
strmiids Use W32API. 2005-06-17 08:12:20 +00:00
syssetup Partial patch of larger rosrtl removal patch. This one merely is a structure fix patch, and renames/corrects RTL_USER_PROCESS_INFORMATION (which had the totally wrong names) as well as updates the TEB to the latest version. It also fixes SECTION_IMAGE_INFORMATION to have the right format and names. Also, some callers of CreateProcessW are modified to not send a constant string as lpCommandLine (this was illegal and will crash on Windows/my patch). INITIAL_TEB was also renamed to the more correct fields, although they won't make sense with the current rosrtl/rtl implementation, the names will only make sense with the next patch. Finally NtTerminateThread was fixed to support sending NULL as handle, and PspExitThread was updated to work with the new FreestackOnExit flag, both of which will be used in the next patch. 2005-07-12 01:56:14 +00:00
tgetopt Delete ddentry.h and create official ddrawgdi.h header instead, delete duplicate GL include folder, move internal headers to internal libs, delete tcpmisc.h and move its defines to official tcpioctl.h, fix up winddi.h and cleanup gdi32 header. 2005-06-30 12:31:36 +00:00
twain Use W32API. 2005-06-17 08:12:20 +00:00
urlmon remove some unse Makefile.ros-template files 2005-05-29 15:17:38 +00:00
user32 Fix up WM_ENABLE ScrollBarWndProc. Looks like we can disable and enable SB Ctrls. 2005-07-15 11:46:38 +00:00
userenv zebasoftis <zebasoftis@gmail.com>: 2005-06-29 18:18:19 +00:00
uuid Generate proxy makefiles 2005-05-15 15:56:06 +00:00
uxtheme - imported uxtheme.dll from WINE-20050703 2005-07-03 18:32:22 +00:00
version Remove old makefiles 2005-06-05 16:32:33 +00:00
wdmguid Move undocumented GUIDs to a new NDK header file. 2005-07-06 20:20:02 +00:00
winfax Remove old makefiles 2005-06-05 16:32:33 +00:00
wininet Silence more warnings. Patch by Waxdragon. 2005-07-13 02:02:08 +00:00
winmm Silence more warnings. Patch by Waxdragon. 2005-07-13 02:02:08 +00:00
winscard Remove old makefiles 2005-06-05 16:32:33 +00:00
winspool - Use W32API. 2005-06-17 10:43:58 +00:00
winsta Remove old makefiles 2005-06-05 16:32:33 +00:00
wintrust Remove old makefiles 2005-06-05 16:32:33 +00:00
ws2_32 fixed some signed/unsigned comparison warnings with -Wsign-compare 2005-07-05 22:35:29 +00:00
ws2help Don't use DDK, use NDK for wshirda and ws2help 2005-06-20 20:26:14 +00:00
wshirda Don't use DDK, use NDK for wshirda and ws2help 2005-06-20 20:26:14 +00:00
wsock32 Generate proxy makefiles 2005-05-15 15:56:06 +00:00
zlib Remove old makefiles 2005-06-05 16:32:33 +00:00
directory.xml Move Interlocked* routines from ROSRTL to separate INTRLCK library since ROSRTL is going to be removed. 2005-07-11 23:32:55 +00:00
Doxyfile activate Doxygen SEARCHENGINE option 2003-12-14 10:55:30 +00:00
lib.mak forgot this file 2005-03-22 07:29:02 +00:00