2001-01-05 |
François Gouget | The WndProc function was missing the CALLBACK modifier.
|
commit | commitdiff | tree |
2001-01-05 |
François Gouget | The first 2 parameters of WinMain are HINSTANCEs, not...
|
commit | commitdiff | tree |
2001-01-04 |
François Gouget | Moved the function pointer types to their rightful...
|
commit | commitdiff | tree |
2001-01-03 |
François Gouget | Convert HDESK to STRICT.
|
commit | commitdiff | tree |
2001-01-02 |
François Gouget | Moved HMETAFILEPICT to wtypes.h. Note, HMETAFILEPICT...
|
commit | commitdiff | tree |
2001-01-02 |
François Gouget | Removed an '#ifdef STRICT'.
|
commit | commitdiff | tree |
2001-01-02 |
François Gouget | Moved HDROP to shellapi.h.
|
commit | commitdiff | tree |
2001-01-02 |
François Gouget | Should include cguid.h.
|
commit | commitdiff | tree |
2001-01-02 |
François Gouget | Added two error codes: E_DRAW and DATA_E_FORMATETC.
|
commit | commitdiff | tree |
2001-01-02 |
François Gouget | Replaced calls to OpenFile with the equivalent call to
|
commit | commitdiff | tree |
2001-01-02 |
François Gouget | The last parameter of CreateFile is a HANDLE and should...
|
commit | commitdiff | tree |
2001-01-02 |
François Gouget | Fixed some 0 vs. FALSE mismatches.
|
commit | commitdiff | tree |
2001-01-02 |
François Gouget | SC_HANDLE is a HANDLE, not a 'DECLARE_HANDLE'
|
commit | commitdiff | tree |
2001-01-02 |
François Gouget | Reordered the definitions according to their value.
|
commit | commitdiff | tree |
2000-12-29 |
François Gouget | Compile the debugger with STRICT on.
|
commit | commitdiff | tree |
2000-12-29 |
François Gouget | Added an ICOM_FN that generates either fn##xfn or sfn...
|
commit | commitdiff | tree |
2000-12-29 |
François Gouget | Added a prototype for GetLogColorSpace.
|
commit | commitdiff | tree |
2000-12-29 |
François Gouget | Convert HCOLORSPACE to STRICT mode.
|
commit | commitdiff | tree |
2000-12-26 |
François Gouget | Declare all handles with DECLARE_OLD_HANDLE to ease...
|
commit | commitdiff | tree |
2000-12-24 |
François Gouget | Moved HRASCONN from windef.h.
|
commit | commitdiff | tree |
2000-12-24 |
François Gouget | Fixed a few type clashes in preparation for the switch...
|
commit | commitdiff | tree |
2000-12-19 |
François Gouget | DUMMYSTRUCTNAME2 creates a conflict when using anonymous...
|
commit | commitdiff | tree |
2000-12-19 |
François Gouget | winuser.h now requires that we include winbase.h first.
|
commit | commitdiff | tree |
2000-12-19 |
François Gouget | Added CreateWindowStation.
|
commit | commitdiff | tree |
2000-12-19 |
François Gouget | Removed the 'extern "C" { ... }' statement. It is not...
|
commit | commitdiff | tree |
2000-12-19 |
François Gouget | Moved a misplaced 'extern "C" { ... }' statement.
|
commit | commitdiff | tree |
2000-12-19 |
François Gouget | Added better support for Unicode:
|
commit | commitdiff | tree |
2000-12-19 |
François Gouget | _str{dec,inc}: Cast the parameters to the proper type...
|
commit | commitdiff | tree |
2000-12-19 |
François Gouget | Moved some of the STDMETHOD/STDAPI to winnt.h.
|
commit | commitdiff | tree |
2000-12-19 |
François Gouget | Removed some of the SECURITY_xxx types.
|
commit | commitdiff | tree |
2000-12-19 |
François Gouget | Added SetUserObjectSecurity.
|
commit | commitdiff | tree |
2000-12-15 |
Francois Gouget | Create a symbolic link to ole/libuuid.a.
|
commit | commitdiff | tree |
2000-12-15 |
Francois Gouget | Always link with uuid.
|
commit | commitdiff | tree |
2000-12-15 |
François Gouget | Moved some macros like NULL, FALSE to winnt.h
|
commit | commitdiff | tree |
2000-12-15 |
François Gouget | Needs to include windef.h.
|
commit | commitdiff | tree |
2000-12-15 |
François Gouget | Added OleIsCurrentClipboard and OleSetClipboard.
|
commit | commitdiff | tree |
2000-12-15 |
François Gouget | Fixed the prototype of GetClassFile.
|
commit | commitdiff | tree |
2000-12-15 |
François Gouget | Changed the type of Function to PDWORD as on Windows.
|
commit | commitdiff | tree |
2000-12-15 |
François Gouget | Removed the declspec specifier.
|
commit | commitdiff | tree |
2000-12-14 |
Francois Gouget | Removed the name of APIs exported by ordinal.
|
commit | commitdiff | tree |
2000-12-13 |
François Gouget | Added mapi.h with the definitions needed by the MFC.
|
commit | commitdiff | tree |
2000-12-13 |
Francois Gouget | Define NULL as in Win32.
|
commit | commitdiff | tree |
2000-12-12 |
Francois Gouget | Added a prototype for SHAppBarMessage.
|
commit | commitdiff | tree |
2000-12-07 |
Francois Gouget | Uncomment GOPHER_ATTRIBUTE_TYPE and GopherGetAttribute.
|
commit | commitdiff | tree |
2000-12-07 |
Francois Gouget | Added a prototype for closesocket.
|
commit | commitdiff | tree |
2000-12-02 |
Francois Gouget | Fixed miscellaneous typos, syntactic and grammatical...
|
commit | commitdiff | tree |
2000-12-02 |
Francois Gouget | Fixed the case of "Winelib".
|
commit | commitdiff | tree |
2000-12-02 |
Francois Gouget | Fix the Winelib case.
|
commit | commitdiff | tree |
2000-12-02 |
Francois Gouget | If there is a single target, it should also get the...
|
commit | commitdiff | tree |
2000-11-30 |
Francois Gouget | Bring the man page in line with the latest version...
|
commit | commitdiff | tree |
2000-11-30 |
Francois Gouget | - In interactive mode, don't ignore invalid options...
|
commit | commitdiff | tree |
2000-11-30 |
Francois Gouget | - Fix the handling of relative include/library paths
|
commit | commitdiff | tree |
2000-11-27 |
Francois Gouget | The init function can be called main.
|
commit | commitdiff | tree |
2000-11-25 |
Francois Gouget | Include the same headers as on Windows.
|
commit | commitdiff | tree |
2000-11-25 |
Francois Gouget | compobj.h is a synonym for objbase.h
|
commit | commitdiff | tree |
2000-11-25 |
Francois Gouget | When autodetected the MFC were still generating wrappers.
|
commit | commitdiff | tree |
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 | Fix the include path handling in get_real_include_name
|
commit | commitdiff | tree |
2000-11-06 |
Francois Gouget | Winemaker's man page initial release.
|
commit | commitdiff | tree |
2000-11-05 |
Francois Gouget | New script for porting Windows source code to WineLib.
|
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-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 |