Ian Schmidt
64eed99f8e
Fixed an error and an off-by-one bug in DSA_SetItem(). This
...
eliminates some crashes with Win98 native SHELL32.
1999-06-12 06:48:49 +00:00
Luc Tourangeau
103a2ea356
ImageList_GetIcon bug fix.
1999-06-12 06:40:00 +00:00
Marcus Meissner
c5ef0cedf9
Fixed >> and * operator precedence problem.
1999-06-07 17:40:39 +00:00
Uwe Bonnes
a9a6d00be5
ASPI_ExecScsiCmd: better return value and verbose error when no device
...
found.
1999-06-06 14:30:08 +00:00
Paul Quinn
aaa830698c
Some non-threatening fixes to some headers, as well as some casting
...
changes that make winelib more win32 code compatible.
1999-06-05 15:23:20 +00:00
Ian Schmidt
6f456c2f02
Added partial implementation for DPA_LoadStream and stub for
...
DPA_SaveStream. Thanks to Eric Kohl (ekohl@abo.rhein-zeitung.de ) for
the partial implementation and parameter information.
1999-06-05 11:45:28 +00:00
Alexandre Julliard
bbafc7a6a6
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
...
Fixed incorrect lookup of background color.
1999-05-29 14:16:56 +00:00
Alexandre Julliard
0df48785ef
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
...
Fixed problems when using multiple style flags together.
1999-05-29 14:14:27 +00:00
Alexandre Julliard
00ced7b092
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
...
Fixed a problem when using string resources as tooltext.
1999-05-29 14:13:16 +00:00
Paul Quinn
f981c6cbab
ver.h is a legacy header. winver.h should be used instead.
1999-05-29 11:15:39 +00:00
Marcus Meissner
230599aadf
Fixed some warnings.
1999-05-29 11:08:36 +00:00
Luc Tourangeau
a6d833a552
- Reimplemented the scrolling using SetScrollInfo and GetScrollInfo.
...
- Implemented LVM_FINDITEM message.
- Added some new window styles.
- Fixed some bugs and extended a number of existing functions.
- Modified selection functions to support area selection (for group
selection in LVS_ICON and LVS_SMALLICON).
1999-05-29 11:07:11 +00:00
Ian Schmidt
38aeff0a1d
Added missing WINAPI for SHValidateUNC.
1999-05-29 10:52:00 +00:00
Alexandre Julliard
37c07bc74c
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
...
Cleaned up LISTVIEW_KeyDown by using LISTVIEW_GetNextItem. Removed unused
variable in LISTVIEW_GetNextItem.
1999-05-24 08:06:39 +00:00
Alexandre Julliard
d131a17ee0
Use the new debug functions to send debug events at appropriate places.
...
Pass the process creation flags to PROCESS_Create.
1999-05-23 20:02:04 +00:00
Alexandre Julliard
156570906f
Converted to the new debug interface, using script written by Patrik
...
Stridvall.
1999-05-23 10:25:25 +00:00
Ian Schmidt
beed983be6
Added missing WINAPI to SHELL32_654 stub. Fixes crash in Win98
...
Explorer.
1999-05-23 09:28:52 +00:00
Alexandre Julliard
dead0e1da0
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
...
LISTVIEW_KeyDown: Invalidate the listview window only when the
selected item changes.
1999-05-23 09:24:13 +00:00
Huw D M Davies
ee2d9d5849
Implemented AddPrinterA, AddPrinterDriverA and GetPrinterDriverDirectory
...
Moved some 16bit GDI function declarations from winspool.h -> wingdi16.h
1999-05-22 18:53:56 +00:00
Andre Malafaya Baptista
594d5dd78c
About dialog translated to Portuguese.
1999-05-22 18:43:40 +00:00
Alexandre Julliard
6691fa81ed
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
...
Cleaner null pointer check in HEADER_InsertItemA and HEADER_InsertItemW.
1999-05-22 15:59:09 +00:00
Alexandre Julliard
05237ebfd6
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
...
Implemented GetNextItem for the Listview control.
1999-05-22 15:57:16 +00:00
Paul Quinn
2305f3c06d
Microsoft com vtable compatibility workaround for g++. Basically adds
...
an optional 8 bytes padding to COM objects where the RTTI would be.
1999-05-22 11:41:38 +00:00
Marcus Meissner
ddca315388
Replaced all occurences of SYSMETRICS_xx and sysMetrics[SM_xx] by
...
GetSystemMetrics(SM_xx), removed no longer needed includes of
sysmetrics.h.
1999-05-22 11:33:23 +00:00
Marcus Meissner
9f3eb19a12
Removed use of win.h, sysmetrics.h and associated WINE USER internal
...
variables. Added missing infoPtr->Buddy = hwndBud; in updown.c
1999-05-22 11:22:36 +00:00
Eric Kohl
654ee2c132
Toolbar customization dialog (take one).
1999-05-22 10:52:31 +00:00
Huw D M Davies
e39b676ae9
Implement DocumentProperties, DeviceCapabilities, beginnings of
...
Open/Get/ClosePrinter. Additions to PSDRV_DeviceCapabilities.
Split off WINSPOOL into its own directory.
Several functions added to DC_Funcs.
Based largely on a patch by Pascal Lessard <pascal@macadamian.com>
1999-05-17 16:20:51 +00:00
Juergen Schmied
fe2e7c5f3f
Prevent crash in stub of SheGetDirW.
1999-05-17 15:35:42 +00:00
Juergen Schmied
001c611136
Further implementation of the FileMenu.
1999-05-17 15:33:54 +00:00
Marcus Meissner
d7c565f5de
Replaced WIN_GetWindowInstance by GetWindowLongA(GWL_HINSTANCE),
...
removed unnecessary win.h includes, added syslevel.h to queue.c.
1999-05-14 18:39:37 +00:00
Alexandre Julliard
9fe7a2545a
Converted to the new debug interface, using script written by Patrik
...
Stridvall.
1999-05-14 08:17:14 +00:00
Andreas Mohr
506fb71043
Implemented InsertInASPIChain and fixed minor things.
1999-05-13 18:44:14 +00:00
Alexandre Julliard
0a277b638c
Adapted for new register functions support (ESP_reg in register
...
functions now points after the arguments).
1999-05-13 16:21:37 +00:00
Alexandre Julliard
3b3ff2bb06
Added macros and definitions for using exception inside Wine or
...
Winelib code.
1999-05-12 13:10:39 +00:00
Alexandre Julliard
dd93d25577
Improved exception handling.
...
Based on the work of Sergey Turchanov <turchanov@usa.net>.
1999-05-09 16:12:19 +00:00
Marcus Meissner
4a3b0e3080
Fixed warning.
1999-05-08 18:28:13 +00:00
Marcus Meissner
3f284324a2
Pass PROPSHEETPAGE to propertypage dialog as lParam.
1999-05-08 15:38:57 +00:00
Patrik Stridvall
896889f317
ANSI C fixes.
1999-05-08 12:50:36 +00:00
Luc Tourangeau
3d35e9894c
Removed the timer that was used to queue TRACKBAR_Refresh calls.
...
Removed all direct calls to TRACKBAR_Refresh (except from within the
WM_PAINT handling section) and replaced them by calls to
InvalidateRect.
Fixed a bug in the TRACKBAR_SetPos function.
Fixed the behavior for different types of mouse input.
1999-05-08 09:44:45 +00:00
Yuxi Zhang
ccfb1824cd
Implemented toolbar multirow button layout.
1999-05-08 09:40:55 +00:00
Francois Boisvert
06d4226171
Implementation of WM_GETTEXT and WM_GETTEXTLENGTH in tooltips.
1999-05-08 09:38:52 +00:00
Alexandre Julliard
06c275a643
Converted to the new debugging interface (done with the help of the
...
script written by Patrik Stridvall).
1999-05-02 14:32:27 +00:00
Klaas van Gend
ea7ff970c8
More implementation of PrintDlgA.
...
Conversion of resource identifiers of Print32 window to comply to the
M$ numbering.
1999-05-02 11:34:26 +00:00
Francis Beaudet
ebdea25edc
Implemented the OLE object default handler and data cache.
1999-05-02 09:27:08 +00:00
Michael Veksler
edda358400
Fix TRACE formatting warnings.
1999-05-02 09:20:45 +00:00
Andreas Mohr
9d454b2176
Fixed a small syntax problem.
1999-05-02 09:20:07 +00:00
Alexandre Julliard
b1ee0461d7
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
...
Fixed HEADER_InsertItemA and HEADER_InsertItemW null pointer checking
to handle wide character strings properly. Fix of our previous patch
for null pointer checking.
1999-05-01 10:37:00 +00:00
Luc Tourangeau
739b97c2ff
Removed some flickering when inserting or deleting buttons.
1999-05-01 10:30:53 +00:00
Alexandre Julliard
eab73f89ec
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
...
Fixed LISTVIEW_GetItemChanges() to perform a more complete comparison
between lpItem and lpLVItem. Now compares the pszText string of the
lpItem and lpLVItem structs. Fixes a bug where the old and new item
have the same attributes but their text differs and GetItemChanges()
compares them as equal.
1999-05-01 10:29:37 +00:00
Thuy Nguyen
93c68a7ed6
Added support for adding and removing pages dynamically from a
...
property sheet.
1999-05-01 10:27:05 +00:00
Juergen Schmied
f78e41a3dc
Fixed default menu item.
1999-05-01 10:22:22 +00:00
Patrik Stridvall
a9a671d7ca
Fixed ANSI compabillity.
1999-04-25 19:01:52 +00:00
Bertho Stultiens
d1895a776c
Built-in dlls now have resources attached via the PE-header like
...
normal dlls. This enables the use of the resource API.
1999-04-25 18:31:35 +00:00
Patrik Stridvall
c7a8dde118
#pragma pack(?) changed to #include "*pack*.h"
1999-04-25 12:36:53 +00:00
Eric Pouech
38dcf8ecda
Prevent crash when nMinRange > nMaxRange.
1999-04-25 10:59:46 +00:00
Alexandre Julliard
bce73ad5b2
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
...
Implemented SetColumnWidth for ListView control.
1999-04-25 10:56:10 +00:00
Juergen Schmied
dcb8273a23
Made internal format more compatible.
1999-04-24 11:56:51 +00:00
Juergen Schmied
46187022a5
Small fixes.
1999-04-24 11:55:46 +00:00
Alexandre Julliard
60e414fb65
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbejy@wpi.edu>
...
HEADER_InsertItemA and HEADER_InsertItemW now treat null pointers to
text strings as null strings, as Windows does. Fixes wine crash on
startup of CuteFTP.
1999-04-24 11:51:13 +00:00
Patrik Stridvall
0f8bc5b5c7
Fixed ANSI compabillity.
1999-04-22 16:27:50 +00:00
Michael Veksler
ff5ae3dd65
Removed some includes of 16 bit API.
1999-04-22 15:26:11 +00:00
Adrian Thurston
17551f9863
ICOMization of remaining interfaces.
1999-04-22 15:23:18 +00:00
Noel Borthwick
abefaa5dd2
Fixed bug with tooltips stealing focus whenever a tooltip was created,
...
shown, hidden or tracked. The SetWindowPos calls needed to have the
SWP_NOACTIVATE flag set additionally.
1999-04-22 15:22:06 +00:00
Juergen Schmied
28613d3d0e
Moved stuff to the right place.
1999-04-22 10:11:04 +00:00
Thuy Nguyen
44bd9f06e4
First patch implementing property sheets.
1999-04-22 09:24:47 +00:00
Juergen Schmied
3ea18db36d
- more checks for valid pidl formats
1999-04-22 09:20:01 +00:00
Juergen Schmied
55c0bcaf5c
- corrected parameter count for SHGetSettings
...
- stub SHValidateUNC
1999-04-22 09:18:33 +00:00
Juergen Schmied
ea7b826cd6
Fixed typo.
1999-04-21 14:26:59 +00:00
Patrik Stridvall
b4b9fae671
New debug scheme with explicit debug channels declaration.
1999-04-19 14:56:29 +00:00
Bertho Stultiens
acf7da869f
Bugfix: free loaded library not before exit.
1999-04-18 12:10:07 +00:00
Luc Tourangeau
c4a01c3cc7
-Implemented TCS_BUTTONS, TCS_FIXEDWIDTH, TCM_GETITEMRECT,
...
TCM_SETITEMSIZE and TCM_DELETEITEM.
1999-04-18 09:35:42 +00:00
Marcus Meissner
ef66ee6b01
Typo that broke Solaris compile fixed.
1999-04-15 15:21:06 +00:00
Juergen Schmied
d1f10c50ef
Implemented NtTerminateProcess and NtDisplayString.
1999-04-11 14:53:24 +00:00
Kevin Holbrook
869ca2f7b5
Fixed warning.
1999-04-11 14:46:38 +00:00
Juergen Schmied
d00653237b
- reorganised icon extracing from files
...
- made extracting from ne and ico files working
- IPersistFile interface for IExtractIcon
1999-04-11 11:50:41 +00:00
Juergen Schmied
d3045145d0
New interfaces for IOleCommandTarget, IDropTarget, IViewObject.
...
Small change how to get icons for listview.
1999-04-10 16:44:50 +00:00
Juergen Schmied
ae2d9a723b
SHGetSettings implemented.
...
ExitWindowsDialog() simulated by Messagebox.
1999-04-10 16:41:50 +00:00
Juergen Schmied
c835579240
ILLoadFromString implemented.
1999-04-10 16:41:15 +00:00
Sylvain St.Germain
9024526d94
Fixed the messaging problem of the edit box for node label edition.
...
Substituted WM_PAINT for InvalidateRect.
Some graphical fixes.
1999-04-10 16:35:30 +00:00
Luc Tourangeau
3025dc181b
Added support for icon and smallicon views.
1999-04-01 11:55:44 +00:00
Juergen Schmied
7c6cc49c60
All 19 FileMenu_* functions, some as stubs, some implemented.
1999-04-01 10:24:21 +00:00
Juergen Schmied
b18f3d6ff3
SHCLSIDFromString, StrToOleStr implemented.
...
RLBuildListOfPaths stub.
1999-04-01 10:23:09 +00:00
Juergen Schmied
2f5c561765
DllGetVersion (not yet exported).
...
Small change to SHAppBarMessage.
1999-04-01 10:20:31 +00:00
Pavel Roskin
8b221d140b
Replaced 0xC000 by symbolic constants.
1999-04-01 10:13:04 +00:00
Francis Beaudet
64307f3cea
Fixed small ==, != mixup.
1999-04-01 10:11:23 +00:00
Francis Beaudet
fc09e709a3
Implemented TCM_ADJUSTRECT.
1999-04-01 10:02:04 +00:00
Dimitrie O. Paun
05c0c8ef13
Changed some debug messages from one channel to another, to clean up a
...
bit the debug channel usage.
1999-03-28 15:07:41 +00:00
Juergen Schmied
0ae30d3027
- adjusted printing of refcounts to be equal
...
- cleaning up icon cache on PROCESS_DETACH
- fixed ascii/unicode use in SH/ILCreateFromPath
- fixed small memory leak in shellview
1999-03-28 12:35:24 +00:00
Juergen Schmied
293dbdb324
Reading of binary streams implemented (SHOpenRegStream).
1999-03-27 16:15:22 +00:00
Pascal Lessard
60935ec3e9
Change the AddBitmap function. Implement flat toolbar. Change
...
CreateToolbarEx. Implement partially the hot buttons for toolbar.
1999-03-25 16:42:27 +00:00
Marcus Meissner
6400755f0c
Missing WINAPI.
1999-03-25 16:41:03 +00:00
David Luyer
26cd7a17f1
Added string.h.
1999-03-25 15:57:35 +00:00
Francis Beaudet
1d70e4ac8a
Implemented:
...
- showing the selected tab as highlighted
- support for drawing the focus rectangle
- basic keyboard support
- support for a tab with horizontal scrolling.
1999-03-25 13:24:57 +00:00
Juergen Schmied
8e7cb4db7a
Use the new header for COM definitions.
1999-03-25 10:57:12 +00:00
Juergen Schmied
ddecd8a92f
New stub shell_654.
1999-03-25 10:55:43 +00:00
Sylvain St.Germain
99b118a216
Implementation of TVM_SORTCHILDRENCB.
...
Implementation of TVI_SORT insertion.
Fix display problem when TVIF_IMAGE|TVIF_SELECTEDIMAGE were not set.
Fix problems related to TVIS_EXPANDEDONCE.
1999-03-25 10:55:01 +00:00
Sylvain St.Germain
3ff06f613e
Fix problem in DPA_QuickSort where the sort order was inverted.
1999-03-25 10:53:49 +00:00
Francis Beaudet
a76f667d3f
Added a check for desktop in SHGetFileInfo.
1999-03-19 17:04:25 +00:00
Marcus Meissner
6b9dd2e098
Lots of warning fixed, one missing WINAPI in ddraw.c added.
1999-03-18 17:39:57 +00:00
Sylvain St.Germain
49c1ca28d4
Implements +/-, PgUp/PgDown, Home/End, Left/Right, Up/Down.
1999-03-18 17:30:44 +00:00
Marcus Meissner
ac593bbd41
Fixed some warnings. removed some unneccessary includes, removed one
...
direct WND* access in controls/menu.c.
1999-03-17 15:18:28 +00:00
Douglas Ridgway
4d9981846c
Fix crash if lpuCurDirLen or lpuDestDirLen==0.
1999-03-17 15:10:40 +00:00
Marcus Meissner
3480e4a596
Removed no longer necessary win.h include, added now necessary other
...
includes (win.h used only by UPDOWN now).
1999-03-16 10:53:11 +00:00
Francis Beaudet
e412c63d7a
Fixed a slight bug that was included in the change from WND ptr to
...
hwnd last week.
1999-03-16 10:39:53 +00:00
Sylvain St.Germain
02300aeaa5
Fixed some graphical problems of the treeview and added support LMB
...
click on +/- sign to open and close.
Fixed a bug in imagelist where the last image could not be displayed.
1999-03-16 10:38:44 +00:00
Thuy Nguyen
30881622b6
0 is a valid index for a tab item.
...
CreateSolidBrush takes a COLORREF as a parameter.
Tab controls were always displayed in the top left corner.
1999-03-16 09:52:21 +00:00
Klaas van Gend
3c6253bb3e
- Reimplementation of the CommDlg ExtendedError mechanism using TLS.
...
- Some header inclusion cleanup.
1999-03-15 15:16:54 +00:00
Francois Boisvert
6b1b41cf85
Made access to the wnd struct thread-safe.
1999-03-14 17:25:32 +00:00
Jim Aston
2e1cafa288
Renamed wintypes.h to windef.h.
1999-03-14 16:35:05 +00:00
Andreas Mohr
5aa96c1906
Implemented (nearly) all TAPI functions as stubs.
1999-03-14 12:34:25 +00:00
Juergen Schmied
a3b7a40f56
- IShellFolder and IEnumIDList are using the new COM headers
...
- fixed sort order for folders and drives
1999-03-14 12:16:21 +00:00
Marcus Meissner
88e651dac3
Fixed newly introduced and some leftover warnings.
1999-03-13 18:20:26 +00:00
Pavel Roskin
cb327212c4
File open dialog now uses icons instead of bitmaps.
1999-03-13 18:10:43 +00:00
Marcus Meissner
b3d1a22a44
Started on avifil32 implementation (only stubs currently).
1999-03-13 18:07:44 +00:00
Juergen Schmied
dd153f1727
- mostly cleanup after the renaming
...
- implemented SHILCreateFromPath
- small changed to SHGetFileInfo
1999-03-13 17:10:36 +00:00
Bertho Stultiens
9bdf34b338
Moved error codes to cderr.h.
1999-03-13 17:07:56 +00:00
Alexandre Julliard
114d9d18fb
Fixed make depend
1999-03-13 08:54:39 +00:00
Eric Kohl
cad17ff708
Replaced direct access to the WND structure by corresponding calls to
...
Win32 functions.
1999-03-12 17:42:50 +00:00
Eric Kohl
fa8ae2f4fb
Fixed some bugs introduced by the automated renaming.
1999-03-12 17:40:32 +00:00
Luc Tourangeau
4d6df2cb91
Changed the listview control to add the report view and fix some bugs
...
for the list view.
1999-03-12 17:31:08 +00:00
Marcus Meissner
e9437c73c1
Added #ifdef HAVE_WCTYPE_H.
1999-03-12 17:28:09 +00:00
Thuy Nguyen
47d98fb9c8
Removed direct access to the WND struct.
1999-03-12 17:16:25 +00:00
Sylvain St.Germain
26a83df8eb
Removed direct access to the WND struct.
1999-03-12 17:08:11 +00:00
Paul Quinn
ea1640fc0c
Added a lot of new OLE interfaces.
1999-03-10 18:03:53 +00:00
Francis Beaudet
81d8613a2b
Fixed a simple bug in the implementation of the ShellView objects.
1999-03-10 13:32:08 +00:00
Sergey Turchanov
f8fe2744ee
Added some extra CSIDLs.
1999-03-10 13:29:37 +00:00
Juergen Schmied
026d9db8c5
- sorted API by groups
...
- new stubs: NtQueryDirectoryFile, ZwQueryDirectoryFile
- impl.: RtlAllocateHeap, RtlCreateHeap, RtlDestroyHeap, RtlFreeHeap,
RtlGetDaclSecurityDescriptor, RtlGetSaclSecurityDescriptor
- impl. by Rex Jolliff (rex@lvcablemodem.com ): RtlTimeToTimeFields,
RtlTimeFieldsToTime
1999-03-09 17:47:51 +00:00
Juergen Schmied
bb82dda93c
Make more functions just calling down to ntdll.
...
New: GetSecurityDescriptorSacl.
1999-03-09 17:43:44 +00:00
Norman Stevens
e16512ba82
Don't copy lpstrFileTitle if given NULL pointer for this.
...
Delphi 2.0 passes NULL for lpstrFileTitle to GetOpen/SaveFileName.
1999-03-09 17:34:30 +00:00
Klaas van Gend
c912749be5
Create a new subdirectory for the common dialog box DLL and move all
...
code from /misc/commdlg.c to this directory. Also made a start in
documenting the API calls.
1999-02-28 20:05:11 +00:00
Marcus Meissner
de43ef45ec
Fixed a lot of warnings using WINE_UNUSED, casts, commenting out and
...
additional {}. Rewrote GetCreationModeFromSTGM so we don't get
"possible use of uninitialized variable".
1999-02-28 19:56:59 +00:00
Marcus Meissner
064f170f76
More include optimisations and fixes.
1999-02-28 19:14:33 +00:00
Alexandre Julliard
a396029270
Large-scale renaming of all Win32 functions and types to use the
...
standard Windows names.
1999-02-26 11:11:13 +00:00
Adrian Thurston
d6fdbfd707
- Use the new COM definition macros in the header.
...
- Put the implementation of the object in the contmenu.c.
- Make appropriate name changes in contmenu.c.
1999-02-25 16:36:55 +00:00
Juergen Schmied
b791a5211d
Changed pidl structure to match the pidl's used in lnk-files.
1999-02-24 15:58:51 +00:00
Juergen Schmied
671c8846d1
Implemented reading of *.lnk-files.
1999-02-24 15:58:26 +00:00
Marcus Meissner
219cfd8387
Optimized away more includes, readded some #includes for necessary
...
prototypes.
1999-02-24 13:05:13 +00:00
Juergen Schmied
6349d97bd4
- eliminated one element of the pidl struct (dwSFGAO)
...
- changed some superflous FIXME
1999-02-22 09:57:12 +00:00
Juergen Schmied
fa3f2eeae0
- header uses the last macros now
...
- rewrote IDropTarget according to the new COM headers
(was local declared not using the already written prototypes)
- corrected Drop method (wrong parameter count)
1999-02-22 09:53:59 +00:00
Juergen Schmied
3426d85319
- made the security functions consistent. advapi calls down to ntdll now
...
- new SetSecurityDescriptorGroup, SetSecurityDescriptorOwner,
SetSecurityDescriptorSacl, GetSecurityDescriptorDacl
- nt-header cleanup
1999-02-19 16:29:05 +00:00
Huw D M Davies
34acebc14b
Fixed a few broken includes.
1999-02-19 16:03:19 +00:00
Jeff Garzik
c3e1f72bac
Added missing string.h include.
1999-02-19 15:42:11 +00:00
Lawson A. Whitney
17d0d4e827
Don't hang on the last child if it's not wanted.
1999-02-19 14:12:16 +00:00
Marcus Meissner
04c3e1d456
Removed a lot of occurences of windows.h (and added necessary other
...
includes).
1999-02-19 10:37:02 +00:00
Francois Gouget
025464634a
Small fixes.
1999-02-19 10:00:54 +00:00
Francois Gouget
75b84bb7c8
Removed redundant definitions of IsEqualIID and IsEqualCLSID (see
...
include/wine/obj_base.h)
1999-02-19 09:52:54 +00:00
Francois Gouget
b0c61294ba
Modified so that they do not use the VTABLE_FUNC macros that performed
...
casts of all methods put in the jump table. I find it too risky to use
such macros because nothing guarantees that you actually put the right
method at the right place or that the prototype is right.
1999-02-18 13:26:22 +00:00
Francois Gouget
289211cc3b
Fixed a number of warnings concerning the matching of the printf
...
format string and the associated parameters (actually it's mostly
TRACE and FIXMEs).
1999-02-17 16:15:11 +00:00
Francois Gouget
452db3f18a
Changed ICOM_THIS definition.
1999-02-17 15:57:24 +00:00
Bertho Stultiens
4ca9d75542
Renamed VS_VERSION_INFOxx structure to VS_VERSION_INFO_STRUCTxx.
...
The VS_VERSION_INFO is a simple define and would cause confusion.
Also corrected the VS_xx_INFO defines not to use MAKEINTRESOURCE16 for win32.
1999-02-17 15:33:17 +00:00