wine
20 years agoSet version to 8.1.
Tom Wickline [Thu, 11 Sep 2003 01:02:27 +0000 (01:02 +0000)] 
Set version to 8.1.

20 years agoAdded dumping of message table resources.
Alexandre Julliard [Wed, 10 Sep 2003 04:00:20 +0000 (04:00 +0000)] 
Added dumping of message table resources.

20 years agoRemoved the A/W constants for builtin cursors, icons and resource
Alexandre Julliard [Wed, 10 Sep 2003 03:56:47 +0000 (03:56 +0000)] 
Removed the A/W constants for builtin cursors, icons and resource
types since they don't exist on Windows, and added typecasts
everywhere instead.

20 years agoPortability fix for language ids.
Steven Edwards [Wed, 10 Sep 2003 03:44:20 +0000 (03:44 +0000)] 
Portability fix for language ids.

20 years agoCompile Walon resources only if LANG_WALON is defined.
Pavel Roskin [Wed, 10 Sep 2003 03:43:16 +0000 (03:43 +0000)] 
Compile Walon resources only if LANG_WALON is defined.

20 years ago- Bugfixes to the transaction system.
Mike Hearn [Wed, 10 Sep 2003 03:41:44 +0000 (03:41 +0000)] 
- Bugfixes to the transaction system.
- Better protection against incomplete config sections.
- Implement "Add Drive".
- Partly reactivate edit drive dialog.

20 years agoFixed a few more headers dependency issues.
Alexandre Julliard [Tue, 9 Sep 2003 19:39:31 +0000 (19:39 +0000)] 
Fixed a few more headers dependency issues.

20 years agoConverted the rest of the obj_*.h headers to IDL into shobjidl.idl.
Alexandre Julliard [Tue, 9 Sep 2003 19:32:36 +0000 (19:32 +0000)] 
Converted the rest of the obj_*.h headers to IDL into shobjidl.idl.

20 years agoSome STATUS_* defines have to be duplicated in winnt.h.
Alexandre Julliard [Tue, 9 Sep 2003 19:26:40 +0000 (19:26 +0000)] 
Some STATUS_* defines have to be duplicated in winnt.h.

20 years agoFix the case of product and company names.
Francois Gouget [Mon, 8 Sep 2003 19:38:45 +0000 (19:38 +0000)] 
Fix the case of product and company names.

20 years agoAdded an initial (mostly stub) implementation of MSHTML.DLL.
Mike McCormack [Mon, 8 Sep 2003 19:32:14 +0000 (19:32 +0000)] 
Added an initial (mostly stub) implementation of MSHTML.DLL.

20 years ago- Removed the central configuration structure, all changes are
Mike Hearn [Mon, 8 Sep 2003 19:29:28 +0000 (19:29 +0000)] 
- Removed the central configuration structure, all changes are
  committed instantly now.
- Updated the drive handling code so it loads direct from the
  registry.
- Removed DRIVE_DESC, drives are keyed by drive letter now.
- Documented drive_available_mask.
- Simplified the code somewhat.

20 years agoFixed include statements to match server_protocol.h (spotted by Eric
Alexandre Julliard [Mon, 8 Sep 2003 19:04:01 +0000 (19:04 +0000)] 
Fixed include statements to match server_protocol.h (spotted by Eric
Pouech).

20 years agoOn TlsFree, clear the released TLS index in all threads.
Alexandre Julliard [Mon, 8 Sep 2003 19:02:01 +0000 (19:02 +0000)] 
On TlsFree, clear the released TLS index in all threads.

20 years ago- Fix buffer overrun in GetNetworkParams.
Juan Lang [Mon, 8 Sep 2003 19:00:25 +0000 (19:00 +0000)] 
- Fix buffer overrun in GetNetworkParams.
- Implement GetBest(Route,Interface).
- Implement some AllocateAndGet*FromStack functions.

20 years ago- Remove "PerfectGraphics", "Use XSHM extension", and "Use a private
Mike Hearn [Mon, 8 Sep 2003 18:58:07 +0000 (18:58 +0000)] 
- Remove "PerfectGraphics", "Use XSHM extension", and "Use a private
  colour map".
- Implement a simple transaction system for instant apply.
- Complete the desktop size code, this now reads and writes to the
  registry correctly.
- Remove const modifier from version accessor functions.
- Change registry root to Wine/WineCfg for testing purposes.

20 years agoA few spelling fixes.
Francois Gouget [Mon, 8 Sep 2003 18:54:08 +0000 (18:54 +0000)] 
A few spelling fixes.

20 years agowineinstall used a Unix-style environment variable in the temporary
Vincent Béron [Mon, 8 Sep 2003 18:52:12 +0000 (18:52 +0000)] 
wineinstall used a Unix-style environment variable in the temporary
config file.

20 years agoAdded Russian resources.
Pavel Roskin [Mon, 8 Sep 2003 18:51:42 +0000 (18:51 +0000)] 
Added Russian resources.

20 years agoFix French translation.
Pavel Roskin [Mon, 8 Sep 2003 18:48:54 +0000 (18:48 +0000)] 
Fix French translation.

20 years agoModify the wineserver documentation for the new location of the socket
Bill Medland [Mon, 8 Sep 2003 18:48:14 +0000 (18:48 +0000)] 
Modify the wineserver documentation for the new location of the socket
and add a warning.

20 years agoFixed compile warning.
Marcus Meissner [Mon, 8 Sep 2003 18:47:55 +0000 (18:47 +0000)] 
Fixed compile warning.

20 years agoFix incorrect ordinals.
Dave Miller [Mon, 8 Sep 2003 18:47:37 +0000 (18:47 +0000)] 
Fix incorrect ordinals.

20 years agoChange parameter in SHGetSpecialFolderPathA/W to int as documented in
Rolf Kalbermatter [Mon, 8 Sep 2003 18:47:10 +0000 (18:47 +0000)] 
Change parameter in SHGetSpecialFolderPathA/W to int as documented in
MSDN.
Add some more definitions and move SHGetDesktopFolder() from
wine/obj_shellfolder.h to here.

20 years agoCreate a propper stub for oleaut32.VarMod.
Mike McCormack [Mon, 8 Sep 2003 18:37:22 +0000 (18:37 +0000)] 
Create a propper stub for oleaut32.VarMod.

20 years agoAdded a few missing stdarg.h includes.
Alexandre Julliard [Sun, 7 Sep 2003 05:08:14 +0000 (05:08 +0000)] 
Added a few missing stdarg.h includes.

20 years agoAdded a missing dependency for testlist.c files.
Alexandre Julliard [Sat, 6 Sep 2003 02:30:30 +0000 (02:30 +0000)] 
Added a missing dependency for testlist.c files.

20 years agoRegenerated with the latest widl.
Alexandre Julliard [Sat, 6 Sep 2003 02:25:53 +0000 (02:25 +0000)] 
Regenerated with the latest widl.

20 years agoFixed header dependencies to be fully compatible with the Windows
Alexandre Julliard [Fri, 5 Sep 2003 23:08:26 +0000 (23:08 +0000)] 
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).

20 years agoImplemented shtypes.idl and shobjidl.idl and removed a few more
Alexandre Julliard [Thu, 4 Sep 2003 19:43:39 +0000 (19:43 +0000)] 
Implemented shtypes.idl and shobjidl.idl and removed a few more
wine/obj_* headers.

20 years agoRemoved non-standard header includes.
Dimitrie O. Paun [Thu, 4 Sep 2003 19:39:08 +0000 (19:39 +0000)] 
Removed non-standard header includes.

20 years agoAdjust selection ranges before we insert the item so we don't mix the
Dimitrie O. Paun [Thu, 4 Sep 2003 19:38:44 +0000 (19:38 +0000)] 
Adjust selection ranges before we insert the item so we don't mix the
new selection with the existing ones (reported by Eric Pouech).

20 years agoConverted obj_webbrowser.h to IDL and moved the definitions to
Alexandre Julliard [Thu, 4 Sep 2003 02:00:46 +0000 (02:00 +0000)] 
Converted obj_webbrowser.h to IDL and moved the definitions to
exdisp.idl where they belong.

20 years agoConverted docobj.h to IDL.
Alexandre Julliard [Thu, 4 Sep 2003 01:51:43 +0000 (01:51 +0000)] 
Converted docobj.h to IDL.

20 years agoRemoved no longer needed include protections.
Alexandre Julliard [Thu, 4 Sep 2003 00:05:15 +0000 (00:05 +0000)] 
Removed no longer needed include protections.

20 years agoFix modLongData.
Christian Costa [Thu, 4 Sep 2003 00:04:37 +0000 (00:04 +0000)] 
Fix modLongData.
Enable opening of MOD_SYNTH type devices.
Add some comments.

20 years agoUpdated minor version number.
Stefan Leichter [Thu, 4 Sep 2003 00:04:16 +0000 (00:04 +0000)] 
Updated minor version number.

20 years agoConverted ocidl.h to IDL.
Alexandre Julliard [Thu, 4 Sep 2003 00:03:48 +0000 (00:03 +0000)] 
Converted ocidl.h to IDL.

20 years agoConverted urlmon.h to IDL.
Alexandre Julliard [Wed, 3 Sep 2003 23:52:07 +0000 (23:52 +0000)] 
Converted urlmon.h to IDL.

20 years agoConverted servprov.h to IDL.
Alexandre Julliard [Wed, 3 Sep 2003 20:20:49 +0000 (20:20 +0000)] 
Converted servprov.h to IDL.

20 years agoConverted oleidl.h to IDL.
Alexandre Julliard [Wed, 3 Sep 2003 20:17:39 +0000 (20:17 +0000)] 
Converted oleidl.h to IDL.

20 years agoAdded partial support for function pointers.
Alexandre Julliard [Wed, 3 Sep 2003 20:16:24 +0000 (20:16 +0000)] 
Added partial support for function pointers.

20 years agoConverted comcat.h to IDL.
Alexandre Julliard [Wed, 3 Sep 2003 19:31:57 +0000 (19:31 +0000)] 
Converted comcat.h to IDL.

20 years agoUse <> format in generated #include statements.
Alexandre Julliard [Wed, 3 Sep 2003 19:31:14 +0000 (19:31 +0000)] 
Use <> format in generated #include statements.
Integer constants should be unsigned.

20 years agoUse the drivers to get device capabilities and property sets.
Robert Reif [Wed, 3 Sep 2003 19:28:20 +0000 (19:28 +0000)] 
Use the drivers to get device capabilities and property sets.

20 years agoForward all arguments to gcc when we have no input files.
Dimitrie O. Paun [Wed, 3 Sep 2003 19:23:30 +0000 (19:23 +0000)] 
Forward all arguments to gcc when we have no input files.
Kill the -V option, as it's not compatible with gcc.
Fix silly bug when we are not given an output name.

20 years agoMoved the implementation of the pthread wrappers to dlls/kernel.
Alexandre Julliard [Wed, 3 Sep 2003 00:26:08 +0000 (00:26 +0000)] 
Moved the implementation of the pthread wrappers to dlls/kernel.

20 years agoUse DOS style variables in the German documentation of the config
Michael Stefaniuc [Wed, 3 Sep 2003 00:22:36 +0000 (00:22 +0000)] 
Use DOS style variables in the German documentation of the config
file.

20 years agoAvoid heap reallocation each time a metarecord is written in memory
Alexandre Julliard [Wed, 3 Sep 2003 00:18:33 +0000 (00:18 +0000)] 
Avoid heap reallocation each time a metarecord is written in memory
(based on a patch by Warren Baird).

20 years agoAvoid including wine/obj_*.h files directly from C files.
Alexandre Julliard [Wed, 3 Sep 2003 00:16:28 +0000 (00:16 +0000)] 
Avoid including wine/obj_*.h files directly from C files.
Removed no longer used obj_serviceprovider.h.

20 years agoshlobj.h must include wine/obj_dragdrophelper.h (reported by Martin
Alexandre Julliard [Wed, 3 Sep 2003 00:14:12 +0000 (00:14 +0000)] 
shlobj.h must include wine/obj_dragdrophelper.h (reported by Martin
Fuchs).

20 years agoChanged some functions to reset CFLAG on success.
Sylvain Petreolle [Wed, 3 Sep 2003 00:09:29 +0000 (00:09 +0000)] 
Changed some functions to reset CFLAG on success.
Added some traces.

20 years agoChange default range of up-down control to match range used in
Kevin Groeneveld [Tue, 2 Sep 2003 23:05:21 +0000 (23:05 +0000)] 
Change default range of up-down control to match range used in
window.

20 years ago- Path changes are saved to the struct correctly.
Mike Hearn [Tue, 2 Sep 2003 23:04:53 +0000 (23:04 +0000)] 
- Path changes are saved to the struct correctly.
- Rename enable_cdrom_box to enable_labelserial_box to better reflect
  purpose.
- Rename IDC_BOX_CDROM to IDC_BOX_LABELSERIAL.
- Support for editing label for all drives, allow editing of
  serial/device for CD-ROMS.

20 years agoMerge from lostwages faq.
Tom Wickline [Tue, 2 Sep 2003 18:19:09 +0000 (18:19 +0000)] 
Merge from lostwages faq.

20 years agoFix testing example.
Ferenc Wagner [Tue, 2 Sep 2003 18:17:46 +0000 (18:17 +0000)] 
Fix testing example.

20 years agoBring documentation in sync regarding expansion of environment
Vincent Béron [Tue, 2 Sep 2003 18:17:23 +0000 (18:17 +0000)] 
Bring documentation in sync regarding expansion of environment
variables in the config file.

20 years agoBring wineinstall in sync regarding expansion of environment variables
Vincent Béron [Tue, 2 Sep 2003 18:16:51 +0000 (18:16 +0000)] 
Bring wineinstall in sync regarding expansion of environment variables
in the config file.

20 years agoAdded a few missing definitions.
Eric Pouech [Tue, 2 Sep 2003 18:16:22 +0000 (18:16 +0000)] 
Added a few missing definitions.

20 years agoMoved implementation of QueryDosDevice from ascii to unicode.
Stefan Leichter [Tue, 2 Sep 2003 18:14:50 +0000 (18:14 +0000)] 
Moved implementation of QueryDosDevice from ascii to unicode.

20 years agoMake the different helper functions all return actual error codes.
Rolf Kalbermatter [Tue, 2 Sep 2003 18:12:44 +0000 (18:12 +0000)] 
Make the different helper functions all return actual error codes.
Avoid code duplication between ANSI and Unicode variant of those
functions.

20 years ago_ws_gethostbyname() and WSAAsyncGetHostByName() when called with a
Rein Klazes [Tue, 2 Sep 2003 18:12:20 +0000 (18:12 +0000)] 
_ws_gethostbyname() and WSAAsyncGetHostByName() when called with a
null name, should use the name returned by gethostname().

20 years ago- Implemented semi-stubs for GetOpenFileNamePreviewA/W and
Michael Günnewig [Tue, 2 Sep 2003 18:11:51 +0000 (18:11 +0000)] 
- Implemented semi-stubs for GetOpenFileNamePreviewA/W and
  GetSaveFileNamePreviewA/W based on GetOpenFileName dialog in
  COMDLG32.DLL - still must add OFN_ENABLEHOOK and it's handler.
- Implemented ICCompressorFree.
- Prepared ICCompressorChoose.

20 years agoDeclare LPCITEMIDLIST as 'const' pointer and adjust shell32
Martin Fuchs [Tue, 2 Sep 2003 01:01:06 +0000 (01:01 +0000)] 
Declare LPCITEMIDLIST as 'const' pointer and adjust shell32
implementation to the corrected type.

20 years agoint33 21h is identical to int33 00h.
Michael Stefaniuc [Tue, 2 Sep 2003 00:58:42 +0000 (00:58 +0000)] 
int33 21h is identical to int33 00h.

20 years agoAdded msvcrt headers limits.h and math.h.
Vincent Béron [Tue, 2 Sep 2003 00:58:21 +0000 (00:58 +0000)] 
Added msvcrt headers limits.h and math.h.

20 years agoChange all head -1 to head -n 1 to be more POSIXly compliant.
Marcus Meissner [Tue, 2 Sep 2003 00:57:01 +0000 (00:57 +0000)] 
Change all head -1 to head -n 1 to be more POSIXly compliant.

20 years agoImplemented TAB_SetMinTabWidth and TAB_HighlightItem.
Maxime Bellengé [Tue, 2 Sep 2003 00:56:43 +0000 (00:56 +0000)] 
Implemented TAB_SetMinTabWidth and TAB_HighlightItem.

20 years agoNow that reference counting is correct, there is no need to check if
Robert Reif [Tue, 2 Sep 2003 00:56:14 +0000 (00:56 +0000)] 
Now that reference counting is correct, there is no need to check if
the base object goes away.

20 years agoFixed bug parsing /proc/net/arp for arp table.
Juan Lang [Tue, 2 Sep 2003 00:55:48 +0000 (00:55 +0000)] 
Fixed bug parsing /proc/net/arp for arp table.

20 years agoImplemented arp table querying through WsControl, and fixed problem I
Juan Lang [Tue, 2 Sep 2003 00:55:19 +0000 (00:55 +0000)] 
Implemented arp table querying through WsControl, and fixed problem I
introduced getting IP addresses for multiple interfaces.

20 years ago- Implemented AVIStreamBeginStreaming and AVIStreamEndStreaming.
Michael Günnewig [Tue, 2 Sep 2003 00:54:30 +0000 (00:54 +0000)] 
- Implemented AVIStreamBeginStreaming and AVIStreamEndStreaming.
- Fixed loading of empty AVI files.
- Fixed bug in IGetFrame interface with uncompressed streams.
- Fixed missing ICOM_DEFINE for IAVIStreaming.

20 years agoFix FormatMessage when FORMAT_MESSAGE_FROM_HMODULE is specified and
Juan Lang [Tue, 2 Sep 2003 00:53:46 +0000 (00:53 +0000)] 
Fix FormatMessage when FORMAT_MESSAGE_FROM_HMODULE is specified and
lpSource is NULL.  Make indenting consistent too.

20 years agoUse a dummy GL context if one is not available when GetDeviceCaps is
Jason Edmeades [Tue, 2 Sep 2003 00:53:21 +0000 (00:53 +0000)] 
Use a dummy GL context if one is not available when GetDeviceCaps is
called.
Remove the compiler warnings introduced in the last DXTn patch.

20 years agoMake DOS process exit using ExitProcess instead of ExitThread.
Jukka Heinonen [Tue, 2 Sep 2003 00:52:36 +0000 (00:52 +0000)] 
Make DOS process exit using ExitProcess instead of ExitThread.
Make calling DOS exit functions from DPMI either return to StartPM or
print error message if not allowed by DPMI specification.

20 years agoFixed typo.
Vincent Béron [Mon, 1 Sep 2003 23:59:41 +0000 (23:59 +0000)] 
Fixed typo.

20 years agoAdded more tests and restructured tests for easier debugging.
Robert Reif [Mon, 1 Sep 2003 23:59:03 +0000 (23:59 +0000)] 
Added more tests and restructured tests for easier debugging.

20 years agoAdded SecondaryBuffer and DirectSoundCaptureNotify COM objects to get
Robert Reif [Mon, 1 Sep 2003 23:58:43 +0000 (23:58 +0000)] 
Added SecondaryBuffer and DirectSoundCaptureNotify COM objects to get
reference counting right.

20 years agoAdded a few stub implementations.
Robert Reif [Mon, 1 Sep 2003 23:57:06 +0000 (23:57 +0000)] 
Added a few stub implementations.

20 years agoDon't strip the path in LoadModule16 before we have opened the file
Alexandre Julliard [Mon, 1 Sep 2003 23:56:39 +0000 (23:56 +0000)] 
Don't strip the path in LoadModule16 before we have opened the file
(reported by Jukka Heinonen).

20 years agoAdd support for specific EOI PIC command.
Jukka Heinonen [Mon, 1 Sep 2003 23:55:53 +0000 (23:55 +0000)] 
Add support for specific EOI PIC command.

20 years agoIf we don't send custom draw messages for subitems, inherit the color
Dimitrie O. Paun [Mon, 1 Sep 2003 23:55:33 +0000 (23:55 +0000)] 
If we don't send custom draw messages for subitems, inherit the color
& text attributes of the main item.

20 years agoDefine ICON_SMALL2 and ShowWindowAsync().
Martin Fuchs [Mon, 1 Sep 2003 23:54:55 +0000 (23:54 +0000)] 
Define ICON_SMALL2 and ShowWindowAsync().

20 years agoDefine TBIF_BYINDEX.
Martin Fuchs [Mon, 1 Sep 2003 23:54:28 +0000 (23:54 +0000)] 
Define TBIF_BYINDEX.

20 years agoAuthors: Mark Westcott <mark@houseoffish.org>, Mike Hearn <mike@theoretic.com>
Alexandre Julliard [Sat, 30 Aug 2003 00:49:00 +0000 (00:49 +0000)] 
Authors: Mark Westcott <mark@houseoffish.org>, Mike Hearn <mike@theoretic.com>
- Merge drive code from Mark.
- Rename saveX11DrvDlgSettings to fetchX11DrvDlgSettings.
- Make the listbox display drive title, not letter.

20 years agoAuthors: Mark Westcott <mark@houseoffish.org>, Mike Hearn <mike@theoretic.com>
Alexandre Julliard [Sat, 30 Aug 2003 00:40:46 +0000 (00:40 +0000)] 
Authors: Mark Westcott <mark@houseoffish.org>, Mike Hearn <mike@theoretic.com>
- Rename hSession to configKey.
- Make the config struct a global, rename to "config".
- Correct bug in OK/Cancel handling.
- Merge X11DRV dialog code from Mark.
- Add newline to the initial FIXME.

20 years ago- Correct return code of loadConfig().
Mike Hearn [Sat, 30 Aug 2003 00:27:08 +0000 (00:27 +0000)] 
- Correct return code of loadConfig().
- Make the registry key used a constant.
- Made code slightly more consistant with itself.
- Some style changes, expanding out variable names, whitespace,
  removing unnecessary variable initializers and hungarian notation etc.
- Replace dialog box with a FIXME in WinMain() to warn of
  incompleteness.
- Implement saveConfigValue().
- Hook up support for save/load of WinVer.

20 years agoRemoved wrong or unneeded codepage pragmas.
Alexandre Julliard [Sat, 30 Aug 2003 00:17:33 +0000 (00:17 +0000)] 
Removed wrong or unneeded codepage pragmas.

20 years ago- improve some parameter checking in WSAIoctl
Juan Lang [Sat, 30 Aug 2003 00:16:19 +0000 (00:16 +0000)] 
- improve some parameter checking in WSAIoctl
- fix a memory leak I introduced in WSAIoctl

20 years agoImplementation of SelectPalette and RealizePalette in the metafile
Dave Belanger [Sat, 30 Aug 2003 00:15:12 +0000 (00:15 +0000)] 
Implementation of SelectPalette and RealizePalette in the metafile
driver.

20 years agoSave the ext alignment information in a 8-bytes metarecord as it
Warren Baird [Sat, 30 Aug 2003 00:13:34 +0000 (00:13 +0000)] 
Save the ext alignment information in a 8-bytes metarecord as it
should be.

20 years agoExport SYSDEPS_SwitchToThreadStack() functionality from libwine as
Alexandre Julliard [Fri, 29 Aug 2003 22:23:42 +0000 (22:23 +0000)] 
Export SYSDEPS_SwitchToThreadStack() functionality from libwine as
wine_switch_to_stack().

20 years agoMinor updates of Slovenian translations.
Rok Mandeljc [Fri, 29 Aug 2003 22:21:43 +0000 (22:21 +0000)] 
Minor updates of Slovenian translations.

20 years ago- improve WsControl error checking
Juan Lang [Fri, 29 Aug 2003 22:14:28 +0000 (22:14 +0000)] 
- improve WsControl error checking
- make WsControl output more closely match Win98's
- document WsControl behavior a bit better

20 years agoWorkaround implemented for passing faked mickeys to mouse callback
Jukka Heinonen [Fri, 29 Aug 2003 22:13:27 +0000 (22:13 +0000)] 
Workaround implemented for passing faked mickeys to mouse callback
routine.

20 years agoAllow application to use VGA window that overlaps framebuffer only
Jukka Heinonen [Fri, 29 Aug 2003 22:13:11 +0000 (22:13 +0000)] 
Allow application to use VGA window that overlaps framebuffer only
partially.

20 years agoAdded some missing functions.
Robert Reif [Fri, 29 Aug 2003 22:12:44 +0000 (22:12 +0000)] 
Added some missing functions.

20 years agoFixed the error message in Wave(In|Out)Init, it used to give a
Mike Hearn [Fri, 29 Aug 2003 22:12:15 +0000 (22:12 +0000)] 
Fixed the error message in Wave(In|Out)Init, it used to give a
confusing message, now uses strerror.

20 years agoChange protoype of SHChangeNotifyRegister to what MSDN says.
Rolf Kalbermatter [Fri, 29 Aug 2003 22:11:23 +0000 (22:11 +0000)] 
Change protoype of SHChangeNotifyRegister to what MSDN says.
Remove an unsigned mismatch warning.

20 years agoSet SE_GROUP_ENABLED in Attributes of Administrators SID during
John K. Hohm [Fri, 29 Aug 2003 22:10:53 +0000 (22:10 +0000)] 
Set SE_GROUP_ENABLED in Attributes of Administrators SID during
NtQueryInformationToken for TokenGroups.