2000-11-15 |
Francois Gouget | Match the Windows header dependencies.
|
commit | commitdiff | tree |
2000-11-15 |
Francois Gouget | SM_ARRANGE is ARW_HIDE, i.e. 8
|
commit | commitdiff | tree |
2000-11-15 |
Francois Gouget | Distinguish between IMPORTS and LIBRARIES.
|
commit | commitdiff | tree |
2000-11-13 |
Francois Gouget | Fixed the detection of the link flags for NetBSD/Cygwin...
|
commit | commitdiff | tree |
2000-11-10 |
Francois Gouget | Use DUMMYxxxNAME for anonymous struct/unions.
|
commit | commitdiff | tree |
2000-11-10 |
Francois Gouget | Added missing pointer types: Pxxx or LPxxx
|
commit | commitdiff | tree |
2000-11-10 |
Francois Gouget | Added some STN_xxx macros.
|
commit | commitdiff | tree |
2000-11-10 |
Francois Gouget | HICON and HCURSOR should be interchangeable.
|
commit | commitdiff | tree |
2000-11-10 |
Francois Gouget | Added LPUDACCEL and HDF_RTLREADING.
|
commit | commitdiff | tree |
2000-11-10 |
Francois Gouget | Convert include statements of not-found files to lower...
|
commit | commitdiff | tree |
2000-11-10 |
Francois Gouget | Document the --lower-include options.
|
commit | commitdiff | tree |
2000-11-08 |
Francois Gouget | Moved things to the proper rpcxxx.h header.
|
commit | commitdiff | tree |
2000-11-08 |
Francois Gouget | We must include windef.h before wtypes.h (directly...
|
commit | commitdiff | tree |
2000-11-08 |
Francois Gouget | Added DM_REPOSITION.
|
commit | commitdiff | tree |
2000-11-08 |
Francois Gouget | We must include stdarg.h.
|
commit | commitdiff | tree |
2000-11-08 |
Francois Gouget | We must include ctype.h so that applications get isalnum...
|
commit | commitdiff | tree |
2000-11-08 |
Francois Gouget | Added CC_SOLIDCOLOR and CC_ANYCOLOR.
|
commit | commitdiff | tree |
2000-11-07 |
Francois Gouget | Fixed typos in comments.
|
commit | commitdiff | tree |
2000-11-07 |
Francois Gouget | Fix the include path handling in get_real_include_name
|
commit | commitdiff | tree |
2000-11-07 |
Francois Gouget | Use DrawFocusRect to draw the focus rectangle.
|
commit | commitdiff | tree |
2000-11-06 |
Francois Gouget | Winemaker's man page initial release.
|
commit | commitdiff | tree |
2000-11-06 |
Francois Gouget | Take into account the sunken border for Win98 look.
|
commit | commitdiff | tree |
2000-11-05 |
Francois Gouget | New script for porting Windows source code to WineLib.
|
commit | commitdiff | tree |
2000-11-05 |
Francois Gouget | Added comment explaining why we have an ERR rather...
|
commit | commitdiff | tree |
2000-11-02 |
Francois Gouget | Make sure to carefully quote file names.
|
commit | commitdiff | tree |
2000-11-01 |
Francois Gouget | Check for SB_CTL before displaying a caret.
|
commit | commitdiff | tree |
2000-10-31 |
Francois Gouget | Use PS_ALTERNATE rather than PS_DOT.
|
commit | commitdiff | tree |
2000-10-31 |
Francois Gouget | Allow pens with styles greater than PS_INSIDEFRAME...
|
commit | commitdiff | tree |
2000-10-31 |
Francois Gouget | Use sizeof for maintainability.
|
commit | commitdiff | tree |
2000-10-31 |
Francois Gouget | Fixed a few device caps values.
|
commit | commitdiff | tree |
2000-10-31 |
Francois Gouget | Set the thickness of stock pens to 0 so that they are...
|
commit | commitdiff | tree |
2000-10-31 |
Francois Gouget | Fixed the value of some system colors.
|
commit | commitdiff | tree |
2000-10-31 |
Francois Gouget | Hide the caret only on the first WM_KEYDOWN.
|
commit | commitdiff | tree |
2000-10-28 |
Francois Gouget | Return the correct value for dwTotalVirtual.
|
commit | commitdiff | tree |
2000-10-28 |
Francois Gouget | Return a more plausible value for MinimumApplicationAddress.
|
commit | commitdiff | tree |
2000-10-23 |
Francois Gouget | Fixed the text color of higlighted menu bar item for...
|
commit | commitdiff | tree |
2000-10-19 |
Francois Gouget | Added/fixed missing extern "C".
|
commit | commitdiff | tree |
2000-10-19 |
Francois Gouget | Fixed a char/NULL comparison.
|
commit | commitdiff | tree |
2000-10-19 |
Francois Gouget | Added the {HRESULT,SCODE}_SEVERITY macros.
|
commit | commitdiff | tree |
2000-10-19 |
Francois Gouget | Added support for three levels of nesting of the 'pragma...
|
commit | commitdiff | tree |
2000-10-13 |
Francois Gouget | Fixed the signature of the FormatMessage APIs.
|
commit | commitdiff | tree |
2000-10-13 |
Francois Gouget | The MODEM stuff has been spun off to its rightful place...
|
commit | commitdiff | tree |
2000-10-13 |
Francois Gouget | Completed/corrected the list of include files.
|
commit | commitdiff | tree |
2000-10-13 |
Francois Gouget | Added a NOGDI protection.
|
commit | commitdiff | tree |
2000-10-13 |
Francois Gouget | Must include objbase.h.
|
commit | commitdiff | tree |
2000-10-13 |
Francois Gouget | HFILE is an int, not a regular HANDLE.
|
commit | commitdiff | tree |
2000-10-13 |
Francois Gouget | Claim that our headers conform to the version 5.0.
|
commit | commitdiff | tree |
2000-10-13 |
Francois Gouget | The string fields in PROPSHEETPAGEA should be ANSI...
|
commit | commitdiff | tree |
2000-10-13 |
Francois Gouget | Removed the DUMMY_UNION_NAME in favor of DUMMYUNIONNAME.
|
commit | commitdiff | tree |
2000-10-13 |
Francois Gouget | Added the missing TVINSERTSTRUCT synonyms.
|
commit | commitdiff | tree |
2000-10-13 |
Francois Gouget | Fixed the signature of SysAllocStringByteLen.
|
commit | commitdiff | tree |
2000-10-12 |
Francois Gouget | Moved LCTYPE, GetLocaleInfo, NUMBERFMT, CURRENCYFMT...
|
commit | commitdiff | tree |
2000-10-12 |
Francois Gouget | Added many missing *Pxxx types.
|
commit | commitdiff | tree |
2000-10-12 |
Francois Gouget | ROTFLAGS have their own ifdef protection, take them...
|
commit | commitdiff | tree |
2000-10-12 |
Francois Gouget | Added a declaration for GetEnhMetaFileDescription.
|
commit | commitdiff | tree |
2000-10-12 |
Francois Gouget | Enable anonymous struct/union support by default in...
|
commit | commitdiff | tree |
2000-10-12 |
Francois Gouget | Added four DDElParam functions.
|
commit | commitdiff | tree |
2000-10-12 |
Francois Gouget | Fix the parameter types and comments of the DDElParam...
|
commit | commitdiff | tree |
2000-10-12 |
Francois Gouget | Removed stray A/W from invocations of WINELIB_NAME_AW.
|
commit | commitdiff | tree |
2000-10-12 |
Francois Gouget | Added some of the APIs introduced in Win98, mostly...
|
commit | commitdiff | tree |
2000-10-03 |
Francois Gouget | Removed the ';' ending on lines using the DECL_WINELIB_TYPE_...
|
commit | commitdiff | tree |
2000-10-03 |
Francois Gouget | Added some missing 'SysAllocString' prototypes.
|
commit | commitdiff | tree |
2000-10-03 |
Francois Gouget | Fixed some prototypes.
|
commit | commitdiff | tree |
2000-09-29 |
Francois Gouget | Moved DLLVERSIONINFO to shlwapi.h.
|
commit | commitdiff | tree |
2000-09-29 |
Francois Gouget | Modified the bitmap centering algorithm to take the...
|
commit | commitdiff | tree |
2000-09-29 |
Francois Gouget | Fix the return type of mixerMessage16.
|
commit | commitdiff | tree |
2000-09-29 |
Francois Gouget | Renamed VS_USER_INFO to VS_USER_DEFINED.
|
commit | commitdiff | tree |
2000-09-27 |
Francois Gouget | Added various type and macro definitions that are needed...
|
commit | commitdiff | tree |
2000-09-24 |
Francois Gouget | Added set WS_CHILD and CCS_TOP to the toolbar's style.
|
commit | commitdiff | tree |
2000-09-24 |
Francois Gouget | The size of the comctl32 internal bitmaps is 24x24...
|
commit | commitdiff | tree |
2000-09-24 |
Francois Gouget | Filenames may contain '/' and '\'.
|
commit | commitdiff | tree |
2000-09-22 |
Francois Gouget | Added a macro for _declspec (backward compatibility...
|
commit | commitdiff | tree |
2000-09-22 |
Francois Gouget | Must include 'stdlib.h'.
|
commit | commitdiff | tree |
2000-09-22 |
Francois Gouget | Added HANDLE_WM_NOTIFY and FORWARD_WM_NOTIFY.
|
commit | commitdiff | tree |
2000-09-22 |
Francois Gouget | Added a few missing macros, types and prototypes.
|
commit | commitdiff | tree |
2000-09-22 |
Francois Gouget | New file. All RC files generated by VC6 include afxres...
|
commit | commitdiff | tree |
2000-09-22 |
Francois Gouget | Raised MAX_DLLS to 100.
|
commit | commitdiff | tree |
2000-09-09 |
Francois Gouget | Added the missing library dependencies.
|
commit | commitdiff | tree |
2000-07-29 |
Francois Gouget | ole32 now requires linking with kernel32
|
commit | commitdiff | tree |
2000-07-23 |
Francois Gouget | Fixed int/HANDLE mismatches revealed by -DSTRICT.
|
commit | commitdiff | tree |
2000-07-23 |
Francois Gouget | Fixed WinMain's signature.
|
commit | commitdiff | tree |
2000-07-23 |
Francois Gouget | Removed obsolete references to the Languages array.
|
commit | commitdiff | tree |
2000-07-23 |
Francois Gouget | Fixed WinMain's signature.
|
commit | commitdiff | tree |
2000-07-23 |
Francois Gouget | Fixed WinMain's signature.
|
commit | commitdiff | tree |
2000-07-23 |
Francois Gouget | Added -DSTRICT.
|
commit | commitdiff | tree |
2000-07-23 |
Francois Gouget | Removed duplicate declaration of AddAccessAllowedAce.
|
commit | commitdiff | tree |
2000-06-23 |
Francois Gouget | Merged DeviceCapabilities and DeviceCapabilitiesA.
|
commit | commitdiff | tree |
2000-06-23 |
Francois Gouget | Merged MCIWndCreate and MCIWndCreateA.
|
commit | commitdiff | tree |
2000-06-18 |
Francois Gouget | Added some missing prototypes.
|
commit | commitdiff | tree |
2000-06-18 |
Francois Gouget | hmemcpy16 is a Win16 API, the macro is hmemcpy.
|
commit | commitdiff | tree |
2000-06-16 |
Francois Gouget | Reorder the __attribute__ directive in the legacy macros for
|
commit | commitdiff | tree |
2000-06-11 |
Francois Gouget | Reordered the CALLBACK and WINAPI directives so that...
|
commit | commitdiff | tree |
2000-06-11 |
Francois Gouget | - Define HIC in this header rather than in windef.h...
|
commit | commitdiff | tree |
2000-06-11 |
Francois Gouget | Fixed a typo in the name of FreePrinterNotifyInfo.
|
commit | commitdiff | tree |
2000-05-24 |
Francois Gouget | Sorted out a few misplaced definitions.
|
commit | commitdiff | tree |
2000-05-23 |
Francois Gouget | Should include commdlg.h.
|
commit | commitdiff | tree |
2000-05-23 |
Francois Gouget | Define the _X86_ macro on Intel processors.
|
commit | commitdiff | tree |
2000-05-23 |
Francois Gouget | Send regular messages to stdout so that they are separate...
|
commit | commitdiff | tree |
2000-05-19 |
Francois Gouget | Replace the calls to malloc by calls to HeapAlloc and...
|
commit | commitdiff | tree |
2000-05-18 |
Francois Gouget | Convert C++ comments to regular C comments.
|
commit | commitdiff | tree |