developers-hints 2 -- second try

Tom Wickline twickline at gmail.com
Tue Aug 22 03:02:30 CDT 2006


Hello,

I was playing around with GIT this morning and set my email address incorrectly.
My email address has now been set to the correct address.

So please overlook the first patch.

Tom

Changelog: add newly implemented dlls and update http links
-------------- next part --------------
From 6bba7b8f63705ee6a92094e0290a68e074272ba8 Mon Sep 17 00:00:00 2001
From: Tom Wickline <twickline at gmail.com>
Date: Tue, 22 Aug 2006 03:58:17 -0400
Subject: [PATCH] developers-hints 2
---
 DEVELOPERS-HINTS |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/DEVELOPERS-HINTS b/DEVELOPERS-HINTS
index 56c88f8..8232d6f 100644
--- a/DEVELOPERS-HINTS
+++ b/DEVELOPERS-HINTS
@@ -67,6 +67,7 @@ DLLs (under dlls/):
 	glut32/			- OpenGL Utility Toolkit
 	gphoto2.ds/             - Contains libgphoto2 based TWAIN datasource driver
 	hhctrl.ocx/             - HHCTRL OCX implementation
+	hid/			- Hid User Library (Human Input Devices)
 	hlink/			- Microsoft Hyperlink Library
 	iccvid/			- Radius Cinepak Video Decoder
 	icmp/			- ICMP protocol (networking)
@@ -74,6 +75,7 @@ DLLs (under dlls/):
 	imaadp32.acm/		- IMA ADPCM Audio Codec
 	imagehlp/		- PE (Portable Executable) Image Helper lib
 	imm32/			- Input Method Manager
+	infosoft/		- Wordbreaker and stemmer
 	inseng/			- Install engine
 	iphlpapi/       	- IP Helper API
 	itss/			- Infotech Structured Storage (HTML Help)
@@ -130,6 +132,7 @@ DLLs (under dlls/):
 	psapi/			- Process Status interface
 	qcap/			- DirectShow runtime
 	quartz/			- DirectShow runtime
+	query/			- Content Index Utility
 	rasapi32/		- Remote Access Server interface
 	riched20/		- Rich text editing control (Version 2.0 and 3.0)
 	riched32/		- Rich text editing control
@@ -170,6 +173,7 @@ DLLs (under dlls/):
 	vtdapi.vxd/		- VTDAPI VxD implementation
 	vwin32.vxd/		- VWIN32 VxD implementation
 	win32skrnl/		- 32-bit function access for 16-bit systems
+	winecrt0/		- crt0 library
 	wined3d/		- Wine internal Direct3D helper
 	winedos/		- DOS features and BIOS calls (Wine specific)
 	winemp3.acm/		- Mpeg Layer 3 Audio Codec
@@ -568,10 +572,12 @@ MORE INFO
    documentation for the Win32 API) on http://msdn.microsoft.com/
    or http://www.msdn.com/
 
-2. Windows apilist:  http://www.mentalis.org/apilist/apilist.php
+2. Windows apilist:  http://www.allapi.net/apilist/apilist.php
 
 3. http://www.sonic.net/~undoc/bookstore.html
 
 4. In 1993 Dr. Dobbs Journal published a column called "Undocumented Corner".
 
-5. www.geocities.com/SiliconValley/4942/
+5. http://www.geocities.com/SiliconValley/4942/
+
+6. Undocumented Windows 2000 Secrets : http://www.rawol.com/?topic=41
-- 
1.4.1.1


More information about the wine-patches mailing list