Andrew Talbot
|
c604e075ec
|
mpr: Assign to struct instead of using memcpy.
|
2008-03-05 11:21:04 +01:00 |
Rob Shearman
|
48000893f9
|
makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
Only specify the root to keep platform-specifics out of the individual
DLL makefiles.
|
2008-03-04 20:55:01 +01:00 |
Frans Kool
|
50991ed1c3
|
mpr: Added Dutch translations.
|
2008-02-15 11:08:38 +01:00 |
Hwang YunSong(황윤성)
|
2f4fc986d5
|
mpr: Updated Korean resource.
|
2007-10-25 13:57:47 +02:00 |
Konstantin Kondratyuk
|
bcfb9be370
|
mpr: Delete a stub trace.
|
2007-10-19 12:23:51 +02:00 |
Daniel Nylander
|
d72f57d3af
|
mpr: Add Swedish translation.
|
2007-10-16 12:40:44 +02:00 |
Marcus Meissner
|
64920b5176
|
mpr: Initialize lpwSystem.
|
2007-10-02 13:31:37 +02:00 |
Konstantin Kondratyuk
|
7fb98bfba5
|
mpr: Implement WNetGetResourceInformation functions.
|
2007-10-01 14:17:53 +02:00 |
Konstantin Kondratyuk
|
227966402b
|
mpr: Correct usage of dwScope and dwEnumScopes.
|
2007-09-27 12:46:24 +02:00 |
Jeff Latimer
|
c04123fac9
|
mpr: Check for out of memory condition.
|
2007-09-24 11:59:10 +02:00 |
Janusz Tomczak
|
e0f66ac8f7
|
mpr: Fix Polish translation.
|
2007-08-06 13:58:23 +02:00 |
Andrew Talbot
|
0ad8eaa27a
|
mpr: Constify some variables.
|
2007-05-29 11:54:59 +02:00 |
Maarten Lankhorst
|
c3bfe66ade
|
mpr: Small fixes to WNetGetConnection.
Convert unc\server\share to \\server\share and be more tolerant to null
pointers if only length is requested.
|
2007-05-23 14:30:16 +02:00 |
Dmitry Timoshkov
|
674ce99320
|
include: Add some API prototypes to appropriate header files, fix some prototypes.
|
2007-03-28 12:17:42 +02:00 |
Hans Leidekker
|
e834f8a2b0
|
mpr: Add a stub implementation for WNetGetUniversalNameA.
|
2007-03-26 12:21:21 +02:00 |
Hans Leidekker
|
82c1540344
|
mpr: Fix buffer size calculation in WNetGetUniversalNameW.
|
2007-03-26 12:21:09 +02:00 |
Andrew Talbot
|
c3e8298a3d
|
mpr: Replace const pointer parameters with correct pointers to const.
|
2007-03-07 21:56:51 +01:00 |
Paul Vriens
|
817265a74e
|
mpr: Fix typo (Coverity).
|
2007-01-15 13:00:11 +01:00 |
Mikołaj Zalewski
|
fc6c6386a9
|
mpr: Add Polish translation.
|
2007-01-15 12:42:48 +01:00 |
Andrew Talbot
|
0b2ec37f64
|
mpr: Declare a variable static.
|
2007-01-12 11:23:51 +01:00 |
Francois Gouget
|
c66628b73f
|
Consistently use SUBLANG_NEUTRAL for Italian resources.
|
2006-12-05 11:28:38 +01:00 |
Francois Gouget
|
bc32fb64c8
|
mpr: Add a Portuguese translation (contributed by Americo Jose Melo).
|
2006-11-27 13:42:47 +01:00 |
Francois Gouget
|
b5f104d05b
|
Replace SUBLANG_DEFAULT with the specific SUBLANG_XXX constant for languages that have multiple sublanguages.
|
2006-11-24 11:49:32 +01:00 |
Mikołaj Zalewski
|
58bd35c8c5
|
resources: Change Dutch sublanguage code to SUBLANG_NEUTRAL.
|
2006-10-24 17:45:51 +02:00 |
Mikołaj Zalewski
|
e32aa55703
|
resources: Change German sublanguage code to SUBLANG_NEUTRAL.
|
2006-10-24 11:45:12 +02:00 |
Byeong-Sik Jeon
|
e1fd734c97
|
Korean: Use SUBLANG_NEUTRAL in Korean resources.
|
2006-10-20 13:49:39 +02:00 |
Michael Stefaniuc
|
b46d30e523
|
mpr: Win64 printf format warning fixes.
|
2006-10-12 21:42:48 +02:00 |
Hans Leidekker
|
385a8da4e4
|
Don't use utf-8 in rc files.
|
2006-10-06 12:32:23 +02:00 |
Michael Stefaniuc
|
85ce5117c5
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
Dan Kegel
|
50ed26c358
|
mpr: Fix bug in ProviderOrder comma processing in wnetInit().
|
2006-08-21 12:08:58 +02:00 |
Alexandre Julliard
|
eb8a40c368
|
libs: Merged libwine_unicode into libwine.
Most dlls use libwine_unicode at this point, so there's nothing to
gain by having two separate libraries.
|
2006-07-11 19:33:22 +02:00 |
Alexandre Julliard
|
77dc0d9be5
|
.gitignore: Added wildcards to ignore generated resource files.
|
2006-07-10 21:39:00 +02:00 |
Alexandre Julliard
|
5258e061dc
|
make_dlls: Ignore generated import libraries from the top-level .gitignore.
|
2006-07-10 20:55:58 +02:00 |
Alexandre Julliard
|
cc2b3b48e6
|
Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
|
2006-07-10 20:47:54 +02:00 |
Michael Stefaniuc
|
fee72b607a
|
Yet another round of redundant NULL checks before HeapFree.
|
2006-06-13 11:40:23 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Antonio Codazzi
|
beea62886e
|
mpr: Added Esperanto language.
|
2006-04-11 11:27:32 +02:00 |
Antonio Codazzi
|
20a94612ab
|
mpr: Italian language update.
|
2006-04-11 11:26:43 +02:00 |
Mike McCormack
|
fbab61c405
|
mpr: Improve the stub for WNetGetUniversalNameW.
|
2006-03-28 12:22:00 +02:00 |
András Kovács
|
c8774d6abb
|
mpr: Added Hungarian translation.
|
2006-03-15 11:31:50 +01:00 |
Mike McCormack
|
3289cf1a62
|
mpr: Stub implementations of some mpr functions.
|
2006-03-06 11:49:08 +01:00 |
Petr Tesarik
|
52b3fd4e65
|
mpr: Czech language resources encoding fix.
|
2006-02-13 13:27:53 +01:00 |
Fatih Aşıcı
|
96ed372f8a
|
mpr: Turkish translation.
|
2006-02-06 13:03:57 +01:00 |
Vincent Béron
|
834385cad4
|
Add some missing includes which contain used prototypes.
|
2005-12-09 11:51:17 +01:00 |
Alexandre Julliard
|
0ec7e1a591
|
Renamed all .cvsignore files to .gitignore.
|
2005-11-26 13:10:33 +01:00 |
YunSong Hwang
|
6e20af5dac
|
Add Korean translations.
|
2005-11-14 11:27:36 +00:00 |
David Kredba
|
970987586e
|
Czech resources update.
|
2005-11-02 11:01:07 +00:00 |
Alexandre Julliard
|
7e22be4d84
|
We are no longer generating .dbg.c files.
|
2005-09-29 10:35:58 +00:00 |
Alexander N. Sørnes
|
cd6e5bab8b
|
Added Norwegian translations.
|
2005-09-26 10:56:47 +00:00 |
Milko Krachounov
|
980f817737
|
Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
|
2005-09-19 17:00:58 +00:00 |
Ge van Geldorp
|
ff59efe870
|
Fix DllCanUnloadNow prototype.
|
2005-09-08 11:01:27 +00:00 |
Alexandre Julliard
|
d37f0abf07
|
Don't prefix the functions DllCanUnloadNow, DllGetClassObject and
Dll(Un)RegisterServer with the dll name so that the compiler can check
the prototypes.
|
2005-08-08 17:35:28 +00:00 |
Mike McCormack
|
257c337c19
|
gcc 4.0 -Wpointer-sign fixes (Reg* functions).
|
2005-07-07 12:08:42 +00:00 |
Alexandre Julliard
|
f84401aa17
|
Sort entry points in the same order as Windows.
|
2005-06-23 09:57:11 +00:00 |
Alexandre Julliard
|
2e4bca9db5
|
Added magic comments to all Wine-specific registry accesses to make
them easier to grep.
|
2005-06-13 18:56:00 +00:00 |
Alexandre Julliard
|
34fa35dc99
|
Added rules for building import libraries in the individual dll
makefiles, and added support for building a .def.a static import
library too.
|
2005-05-09 14:42:30 +00:00 |
Alexandre Julliard
|
d62356aa1e
|
Added rules to build import libraries in the individual dll makefiles.
Generate import libraries with the right name right away instead of
using an intermediate .spec.def file.
|
2005-05-07 12:39:52 +00:00 |
José Manuel Ferrer Ortiz
|
4f50a2c0dc
|
Spanish translations updated.
|
2005-04-11 13:01:46 +00:00 |
Jakob Eriksson
|
9ed61de9a2
|
Get rid of HeapAlloc casts.
|
2005-03-24 21:01:35 +00:00 |
Marcelo Duarte
|
5cb9507ec1
|
Use "MS Shell Dlg" everywhere except for Japanese.
|
2005-02-21 18:38:36 +00:00 |
Alex Villacís Lasso
|
18bfe6a095
|
Change SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPANISH in all
resources, so that Spanish locales other than Spain also use Spanish
resources.
|
2005-02-16 21:10:59 +00:00 |
Marcelo Duarte
|
574c0edabb
|
Update the resources for Portuguese.
|
2005-02-14 11:12:30 +00:00 |
Juan Lang
|
2c95e0205d
|
Make netspi.h private, as some of its declarations conflict with
npapi.h. Spotted by Paul Vriens.
|
2005-01-18 11:40:24 +00:00 |
Jonathan Ernst
|
8e927a6a74
|
Updated French resources.
|
2005-01-17 15:34:49 +00:00 |
Henning Gerhardt
|
038c5cbcbf
|
Update German resources.
|
2005-01-17 13:43:16 +00:00 |
Mike McCormack
|
29e3c63a15
|
Add proxy authentication dialog.
|
2005-01-10 14:27:29 +00:00 |
Michael Stefaniuc
|
5ad7d858e0
|
Do not check for non NULL pointer before HeapFree'ing it. It's
redundant.
|
2004-12-23 17:06:43 +00:00 |
Jon Griffiths
|
c50d8743fa
|
Ensure DllCanUnloadNow is a truly void function, and give it a unique
name so it can be documented per-dll.
|
2004-11-30 17:40:51 +00:00 |
Tom Wickline
|
5c38e1b561
|
Version resources cleanup.
|
2004-11-23 13:59:34 +00:00 |
Alexandre Julliard
|
405568801e
|
Removed a couple of no longer needed entries.
|
2004-11-19 18:28:05 +00:00 |
Ge van Geldorp
|
b3f2c53155
|
Use only one .res file.
|
2004-10-27 00:47:53 +00:00 |
Hans Leidekker
|
f0e6b58428
|
Dutch resource translation.
|
2004-09-09 19:18:57 +00:00 |
David Kredba
|
b45744c817
|
Added Czech resources.
|
2004-08-16 20:02:09 +00:00 |
Ivan Leo Puoti
|
5dd35d2a3f
|
Added Italian resources.
|
2004-07-21 21:19:42 +00:00 |
Marcelo Duarte
|
95f067d3cd
|
Update localization for Portuguese language.
|
2004-07-19 20:09:00 +00:00 |
Henning Gerhardt
|
74cebde291
|
Translated some English resource files into German.
|
2004-07-12 19:55:59 +00:00 |
José Manuel Ferrer Ortiz
|
73648536b6
|
Added Spanish translation.
|
2004-07-04 00:07:57 +00:00 |
Uwe Bonnes
|
0e42073cd7
|
HeapAlloc for WSTR must allocate len* sizeof(WCHARS).
|
2004-06-30 18:17:07 +00:00 |
Hajime Segawa
|
76e280b401
|
Added some Japanese translations.
|
2004-06-28 23:50:22 +00:00 |
Patrik Stridvall
|
070db4e5de
|
Fixed some issues found by winapi_check.
|
2004-05-17 21:08:31 +00:00 |
Krishna Murthy
|
b37eab4ec8
|
WNetGetConnection(): use QueryDosDevice to return a fake remote name
instead of the drive label.
|
2004-05-07 03:59:41 +00:00 |
Mike McCormack
|
1917e60d7d
|
Implemented WNetEnumCachedPasswords.
|
2004-04-27 23:30:25 +00:00 |
Juan Lang
|
2feebb4578
|
- implement loading network providers
- implement enumeration functions
- some improved error checking and A->W conversion
|
2004-04-05 23:14:26 +00:00 |
Alexandre Julliard
|
9e4ed6460c
|
.spec.c files are no longer used for 32-bit dlls.
|
2004-03-24 03:36:44 +00:00 |
Dimitrie O. Paun
|
fbdfd910c1
|
Remove SYMBOLFILE and LDDLLFLAGS from Makefiles.
|
2003-10-11 01:09:15 +00:00 |
Francois Gouget
|
ae50013017
|
Fix the case of product and company names.
|
2003-09-08 19:38:45 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Alexandre Julliard
|
20698b22df
|
Make the DllRegisterServer, DllRegisterServerEx, DllUnregisterServer,
DllGetClassObject and DllCanUnloadNow functions private (suggested by
Jon Griffiths).
|
2003-07-30 03:48:55 +00:00 |
Mike McCormack
|
b2b8a0d164
|
Implemented password caching.
|
2003-07-18 22:59:07 +00:00 |
Aric Stewart
|
10f0d0ed21
|
Better error return values from stub functions.
|
2003-05-12 03:29:50 +00:00 |
Aric Stewart
|
7ef07bc609
|
Added stub for DllCanUnloadNow.
|
2003-05-12 03:28:54 +00:00 |
Alexandre Julliard
|
114a31a2a8
|
Take advantage of new winebuild syntax to remove redundant function
names in spec files.
|
2003-03-20 03:53:12 +00:00 |
Alexandre Julliard
|
dbf8b78acd
|
Added .spec.def files.
|
2002-12-12 22:04:04 +00:00 |
Michael Stefaniuc
|
6ff1325128
|
Compile the mpr dll with STRICT defined.
|
2002-10-22 00:45:56 +00:00 |
Alexandre Julliard
|
23bb3715f7
|
Added support for building certain dlls with -DSTRICT.
Added -DWINE_NO_STRICT flag to dlls that don't support STRICT yet.
|
2002-10-18 23:46:28 +00:00 |
Patrik Stridvall
|
d016f819f1
|
Added include protection for unistd.h and sys/time.h.
|
2002-08-17 00:43:16 +00:00 |
Alexandre Julliard
|
77afd6c47e
|
Made some more spec file entries optional or unnecessary.
Fixed a few DLLName/DLLFileName mismatches.
|
2002-06-21 19:15:45 +00:00 |
Alexandre Julliard
|
7cae558bdc
|
Removed some more trailing whitespace.
|
2002-06-01 02:55:48 +00:00 |
Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +00:00 |