Alexandre Julliard
886604c715
Always pass lower-case filenames to wine_dll_load().
...
Clear dlerror() before and after calls to dlopen/dlsym to work around
a glibc bug (thanks to James Abbatiello for tracking the bug).
2000-12-05 21:17:59 +00:00
Nerijus Baliunas
01eeb01f0b
Fixed Serbian language code page.
2000-12-05 21:12:56 +00:00
Aric Stewart
6213ab3a89
Fixed a problem where the string in a combo box flickers if you
...
rapidly reset the content and then replace the content.
2000-12-05 21:12:05 +00:00
Andreas Mohr
8c91b080b7
Better error message for forwards.
2000-12-05 21:11:35 +00:00
Aric Stewart
6f96a8b337
Added Chinese resources.
2000-12-05 20:46:24 +00:00
Hidenori Takeshima
14d6c021ae
Added some missing definitions.
2000-12-05 20:45:45 +00:00
Stefan Leichter
e5ca1aa06a
Compile fix for gcc 2.7.2.3.
2000-12-05 20:45:14 +00:00
Dimitrie O. Paun
79e44abeed
Use the approriate command for combining .o files.
2000-12-05 04:13:36 +00:00
Dmitry Timoshkov
411e455624
Removed the code duplication.
2000-12-05 04:08:50 +00:00
Rein Klazes
0b0ccb83e1
Don't forget to map the message in WINPROC_MapMsg16To32W().
2000-12-05 04:01:34 +00:00
Andreas Mohr
5f48ff3cf8
Fixed dlerror() check to use strstr().
2000-12-05 04:00:54 +00:00
Dimitrie O. Paun
f5a8ecc910
Use @LIBEXT@ instead of .so for the inter-dlls dependencies.
2000-12-05 03:59:55 +00:00
Dimitrie O. Paun
b631a813f8
- overwrite (rather than append) the output file if we have no separator
...
- avoid output if there is nothing to do
2000-12-05 03:57:35 +00:00
Ken Coleman
2743c81e77
Added a first-cut version of MapVirtualKeyExW() that has the same
...
functionality (and limitations) as the ANSI version.
2000-12-05 03:56:56 +00:00
Andreas Mohr
6dc005488b
wineinstall didn't create the default no-windows directory /c
...
when just pressing enter.
2000-12-05 03:53:51 +00:00
Guy L. Albertelli
7897de4ef8
- correct number of colormap entries looked at in GetDIBColorTable.
...
- correct number of colormap entries processed in SetDIBColorTable.
2000-12-05 03:53:23 +00:00
Rein Klazes
9ae2f15d53
Somes fixes for Dutch locales.
2000-12-05 03:52:44 +00:00
Hidenori Takeshima
4bee90278d
Added some stubs.
2000-12-05 03:47:18 +00:00
Alexandre Julliard
15dfb4d987
Release 20001202.
2000-12-03 04:29:05 +00:00
Andreas Mohr
1c99af4a7a
Check the attributes of the *current* section, not only the attributes
...
of the *first* section...
2000-12-03 04:02:09 +00:00
Alexandre Julliard
9e1fda187a
Fixed WINPROC_GetPtr() to always pass the start of the block to
...
HeapValidate().
2000-12-03 03:19:45 +00:00
Alexandre Julliard
cc7aef32b7
Display an error message if loading a Winelib app failed (suggested by
...
Francois Gouget).
2000-12-03 03:17:41 +00:00
Francois Gouget
99acd7dfa3
Use the DUMMYUNIONNAME macros so that the headers can be used in
...
Winelib.
2000-12-03 03:16:05 +00:00
Aric Stewart
e4d09327ef
Added ASCII-only version of toupper, tolower, strcasecmp and the like
...
for file and module I/O.
2000-12-03 03:14:29 +00:00
Alexandre Julliard
719c3a84cc
Use ioctlsocket() instead of ioctl() so that we can import ws2_32.dll
...
again (untested).
2000-12-02 23:46:10 +00:00
Patrik Stridvall
697bf65e3e
Added/modified documentation for function arguments.
2000-12-02 23:44:59 +00:00
Patrik Stridvall
da384ba225
Minor API files update.
2000-12-02 23:43:31 +00:00
Uwe Bonnes
695421d09a
FileOpenDlgProc95: notify application of changed selection after
...
filling template.
2000-12-02 23:43:10 +00:00
Eric Pouech
816845026c
Fixed bugs when tray was open.
2000-12-02 23:42:42 +00:00
Dmitry Timoshkov
1e15223fb4
Added several additional to/from unicode message mappings.
2000-12-02 23:42:13 +00:00
Alexandre Julliard
218188c2d2
Always put the dll constructor in the .init section, and like the
...
.spec.o file first to ensure correct calling order of the constructors.
2000-12-02 20:38:47 +00:00
Francois Gouget
519346a47e
Fixed miscellaneous typos, syntactic and grammatical errors.
2000-12-02 20:18:08 +00:00
Francois Gouget
e550ebe429
Fixed the case of "Winelib".
2000-12-02 20:17:13 +00:00
Francois Gouget
09e8daf542
Fix the Winelib case.
...
The linking aspects have been solved by the last winebuild update ->
removed from the todo list.
The configure script has been updated -> removed from the todo list.
2000-12-02 20:14:20 +00:00
Francois Gouget
4ec10596ce
If there is a single target, it should also get the 'project_settings
...
sources'.
If a subdirectory is called 'include' then add it to the include path.
2000-12-02 20:12:45 +00:00
Dimitrie O. Paun
26503fc224
Include config.h.
2000-12-02 20:11:42 +00:00
Dmitry Timoshkov
2cf6f1e284
Added several clipboard formats.
2000-12-02 20:11:05 +00:00
Dennis Björklund
58eee3844d
Compile fix for building wine outside the source tree.
2000-12-02 20:10:38 +00:00
Andreas Mohr
3f014882f7
InternetCloseHandle didn't return TRUE in all appropriate cases.
2000-12-02 20:09:54 +00:00
Andreas Mohr
08a114799e
Added a --winver nt40 hint to VxD error message.
2000-12-02 20:09:39 +00:00
Hidenori Takeshima
60ebbefe0b
Added some stubs.
2000-12-02 20:09:10 +00:00
Louis Philippe Gagnon
13317c070f
- Take the mouse capture on a WM_NCRBUTTONDOWN on the caption bar,
...
release it on a WM_RBUTTONUP
- Don't send WM_CONTEXTMENU on a WM_NCRBUTTONUP
- Use parent-relative coordinates when calling NC_HandleNCHitTest
2000-12-02 00:00:51 +00:00
Patrik Stridvall
2b3aa616e8
Added/modified documentation for function arguments.
2000-12-01 23:58:28 +00:00
Patrik Stridvall
b5e5555c7c
Fixed Win16 documentation not fixed because of a bug in winapi_check.
2000-12-01 23:54:51 +00:00
Patrik Stridvall
7a4e599780
Fixed some issues found by winapi_check.
2000-12-01 23:53:46 +00:00
Patrik Stridvall
94a507781b
- Fixed a bug concerning Win16 documentation.
...
- Fixed some bugs concerning argument documentation
- Minor API files update
2000-12-01 23:51:33 +00:00
Alexandre Julliard
ef57e18f99
Removed some unnecessary includes.
2000-12-01 21:32:55 +00:00
Alexandre Julliard
6170666f25
Moved useful NE format definitions to winbase16.h.
2000-12-01 21:31:02 +00:00
Dimitrie O. Paun
31b6d090df
Modified winebuild to use the __ASM_FUNC macro for greater portability.
2000-12-01 21:27:43 +00:00
Alexandre Julliard
7afce0e6d6
Moved the few remaining functions in wprocs.dll to kernel.dll.
...
No longer load wprocs.dll unconditionally.
Restored default interrupt handler behavior (reported by Andreas Mohr).
2000-12-01 21:25:31 +00:00