Filip Navara
504a0756cf
- Fixed the definition of IsTextUnicode.
...
svn path=/trunk/; revision=8460
2004-02-28 22:26:34 +00:00
Martin Fuchs
d7b74d7460
move '#undef UNTERFACE' behind interface definitions
...
svn path=/trunk/; revision=8458
2004-02-28 20:14:33 +00:00
Martin Fuchs
6f1017c15b
merge WineHQ commits
...
svn path=/trunk/; revision=8457
2004-02-28 19:16:54 +00:00
Filip Navara
6332ecc1cd
- Fixed the MSVCRT compiling error.
...
svn path=/trunk/; revision=8453
2004-02-28 16:54:22 +00:00
Filip Navara
44cb45b570
- Fixed RtlNtStatusToDosErrorNoTeb problems caused by mixing signed and unsigned integers.
...
svn path=/trunk/; revision=8445
2004-02-28 15:12:49 +00:00
Filip Navara
d6fd3dcb34
- Add a notice about import library order.
...
svn path=/trunk/; revision=8443
2004-02-28 15:12:28 +00:00
Eric Kohl
bba7724b2d
Complete user profile creation.
...
Add LoadUserProfileW() stub.
svn path=/trunk/; revision=8436
2004-02-28 11:30:59 +00:00
Richard Campbell
44c383eeef
temporary workaround for a font issue in win32k...negative font heights aren't handled properly.
...
svn path=/trunk/; revision=8431
2004-02-28 03:02:08 +00:00
Steven Edwards
9187c6f654
Removed and moved some internal headers for the WINE CxxFrameHandler
...
Adapted the WINE implemenetation of __UnDName[Ex]
Enabled all of the stubs needed for MFC.
svn path=/trunk/; revision=8428
2004-02-27 22:39:39 +00:00
Thomas Bluemel
02708b9017
minor fixes
...
svn path=/trunk/; revision=8420
2004-02-26 22:52:05 +00:00
Filip Navara
86275a897f
- Modified import library order to link to snprintf from MSVCRT and not NTDLL. The one in NTDLL doesn't support '%f' parsing and so it caused the "%f KB" texts in Explorer instead of real file size.
...
svn path=/trunk/; revision=8401
2004-02-26 16:19:17 +00:00
Filip Navara
803e8a4b0f
- Removed IsTextUnicode stub and replaced it with forwarding to NTDLL.RtlIsTextUnicode.
...
svn path=/trunk/; revision=8400
2004-02-26 16:16:18 +00:00
Filip Navara
30830340a8
- Support for RBBS_HIDETITLE style.
...
svn path=/trunk/; revision=8399
2004-02-26 13:45:44 +00:00
Eric Kohl
b35af5f50f
Removed all forwarded exports to MSVCRT because a process must not load MSVCRT and CRTDLL at the same time.
...
svn path=/trunk/; revision=8396
2004-02-26 12:23:29 +00:00
Steven Edwards
cf035ffc03
Imported Olepro32 from WINE CVS-20040225.......
...
...I really want to get MFC working.
svn path=/trunk/; revision=8395
2004-02-26 02:01:13 +00:00
Steven Edwards
8e76a54705
Added stub of IsTextUnicode to get notepad working again......
...
.....The next time someone submits copyrighted code and it makes it in to CVS
the contributor and the person that committed it are going to get a visit from me.
svn path=/trunk/; revision=8393
2004-02-26 00:33:09 +00:00
Steven Edwards
23cc7e88c1
Added stubs for GetFileSecurityA, SetFileSecurityA and
...
GetUserName based on Winehq sources to get Dependancy
Walker working again.
svn path=/trunk/; revision=8392
2004-02-25 23:54:13 +00:00
Steven Edwards
6645e904c7
Added Winehq2ros.patch for winmm
...
svn path=/trunk/; revision=8391
2004-02-25 23:50:28 +00:00
Steven Edwards
2ef4c4f1ad
Fixed error introduced by removing the stubs.
...
Created new file hwprofiles.c for GetCurrentHwProfileA
svn path=/trunk/; revision=8388
2004-02-25 23:12:39 +00:00
Steven Edwards
4f12cc2e75
Removed Makefile.ros as it is autogenerated.
...
svn path=/trunk/; revision=8385
2004-02-25 22:34:57 +00:00
Art Yerkes
6811934f2a
For now, I changed the _WIN32_WINNT level in iphlpapi_private.h. This will
...
probably need to be changed.
svn path=/trunk/; revision=8384
2004-02-25 21:41:31 +00:00
Art Yerkes
4903d69f54
Added iphlpapi_private, which used to be ipprivate. Renamed to better go with
...
wine scheme.
svn path=/trunk/; revision=8383
2004-02-25 20:35:31 +00:00
Art Yerkes
3fa6583180
No more ick tabs.
...
svn path=/trunk/; revision=8382
2004-02-25 20:29:15 +00:00
Steven Edwards
07405fb464
Added a stub odbc32.dll as MFC depends on it.
...
svn path=/trunk/; revision=8378
2004-02-25 20:09:39 +00:00
Art Yerkes
5eea69af20
Removed stubs in icmp, iphlpv6. These are documented as being linked from
...
iphlpapi.lib, but I made the incorrect assumption that this meant that
they came from iphlpapi.dll
svn path=/trunk/; revision=8377
2004-02-25 20:06:40 +00:00
Steven Edwards
99866ef3a0
Sync Winmm with Wine-20040215 and silence some non-error messages.
...
svn path=/trunk/; revision=8376
2004-02-25 20:00:42 +00:00
Eric Kohl
9744443ac8
Remove ALL stubs which might be of questionable origin.
...
svn path=/trunk/; revision=8375
2004-02-25 19:34:33 +00:00
Eric Kohl
8b99b4ec5e
Remove ALL stubs which might be of questionable origin.
...
svn path=/trunk/; revision=8369
2004-02-25 14:25:11 +00:00
Gé van Geldorp
5ed2e7cef1
Silence debug messages
...
svn path=/trunk/; revision=8368
2004-02-25 09:55:30 +00:00
Art Yerkes
5c85402724
Iphlpapi is now fully merged. Further changes should be synced with wine.
...
svn path=/trunk/; revision=8367
2004-02-25 07:41:50 +00:00
Vizzini
e7282af976
patch by Michael Fritscher to get Mspaint closer to working
...
svn path=/trunk/; revision=8351
2004-02-24 15:42:06 +00:00
Aleksey Bragin
3613632618
InstallHinfSection has had a good progress at last - now it supports (at least _should_ - I didn't have time to test it thoroughly) file operations via file queues. There maybe a mess with paths, and I'm committing this now to have this code lying in CVS rather than on my HDD, since it isn't fully finished yet. But it's really close to the final stage.
...
svn path=/trunk/; revision=8348
2004-02-24 08:17:37 +00:00
Filip Navara
47d8d8ba89
- As CURSORICON_FindBestIcon now takes color *bits* count and not color count, fixed the color calculation in LookupIconIdFromDirectoryEx.
...
svn path=/trunk/; revision=8342
2004-02-23 22:04:38 +00:00
Gé van Geldorp
717ccf2aa4
Fix key left at begin and key right at end of menu
...
svn path=/trunk/; revision=8336
2004-02-23 20:10:01 +00:00
Filip Navara
7a4c78bd4d
- Fixed icon lookup so that in high color video modes colorfull icons are used.
...
svn path=/trunk/; revision=8334
2004-02-23 18:16:37 +00:00
Eric Kohl
574b42db31
* lib/fmifs
...
* lib/fslib/fvatlib
Convert Win32 types to native
Add PROGRESS and DONE callbacks.
svn path=/trunk/; revision=8330
2004-02-23 11:56:10 +00:00
Eric Kohl
2b197a92e6
* lib/fmifs
...
* lib/fslib/fvatlib
Convert Win32 types to native
InitializeFmIfs() is the DLL entry point
svn path=/trunk/; revision=8329
2004-02-23 11:55:12 +00:00
Gé van Geldorp
0970df8771
Implement system menus
...
svn path=/trunk/; revision=8325
2004-02-22 23:40:58 +00:00
Gé van Geldorp
dc9250b384
Implement keyboard navigation for menus
...
svn path=/trunk/; revision=8317
2004-02-22 18:04:52 +00:00
Casper Hornstrup
af770309fc
2004-02-22 Casper S. Hornstrup <[email protected] >
...
* Makefile (all): Put REGTESTS dependency earlier in the list.
* lib/kernel32/makefile: Support regression tests.
* lib/kernel32/misc/dllmain.c: Prepare regression tests.
* regtests/win32base/driver.c: (DummyThreadMain,
RunPrivateTests): Add.
(RegTestMain): Run private module regression tests.
* tools/helper.mk: Add rtshared.a to MK_LIBS if building
user-mode regression tests.
* tools/regtests.c (UMSTUB): Add.
(main): Output user-mode stub.
* lib/kernel32/tests: New directory.
* lib/kernel32/tests/.cvsignore: New file.
* lib/kernel32/tests/Makefile: New file.
* lib/kernel32/tests/tests: New directory.
* lib/kernel32/tests/tests/.cvsignore: New file.
* regtests/win32base/tests/file-1.c: move...
* lib/kernel32/tests/tests/file-1.c: ...here.
svn path=/trunk/; revision=8316
2004-02-22 17:30:33 +00:00
Eric Kohl
a1eebee733
Minor cleanup.
...
Implement RegRestoreKeyW().
svn path=/trunk/; revision=8311
2004-02-22 14:26:07 +00:00
Martin Fuchs
2ae57f1248
disable stubs for SHFindFiles() and SHFindComputer()
...
svn path=/trunk/; revision=8303
2004-02-22 12:18:58 +00:00
Jason Filby
63eaa13a61
Null terminator fixes
...
svn path=/trunk/; revision=8292
2004-02-21 16:36:02 +00:00
Mike Nordell
b3e3acc784
Fix environment variable handling. The (optional) envp argument to main() shall not contain strings of the form "=C:=C:\directory\".
...
svn path=/trunk/; revision=8280
2004-02-21 08:02:49 +00:00
Gé van Geldorp
59e447fc8f
Also zero out first sector of root dir when formatting FAT12 and FAT16
...
volumes
svn path=/trunk/; revision=8274
2004-02-19 21:24:54 +00:00
Gé van Geldorp
6bd07e5854
Sync to Wine-20040213
...
* Jon Griffiths <[email protected] >
Add some missing prototypes, fix AssocIsDangerous.
Implement StrRetToBSTR, delay-import oleaut32.
* Alexandre Julliard
Only link against libdxguid where necessary.
* Juan Lang <[email protected] >
Stub for MLIsMLHInstance.
* Francois Gouget <[email protected] >
Add missing '\n's to debug traces.
svn path=/trunk/; revision=8272
2004-02-19 21:19:27 +00:00
Art Yerkes
a884236737
Added VK_DECIMAL in numberpad chars.
...
svn path=/trunk/; revision=8257
2004-02-19 03:51:29 +00:00
Art Yerkes
839f724098
Import from the release branch.
...
svn path=/trunk/; revision=8252
2004-02-19 03:33:33 +00:00
Gé van Geldorp
e5d1ab1c06
CVS maintenance
...
svn path=/trunk/; revision=8250
2004-02-18 23:29:12 +00:00
Gé van Geldorp
0e77dd5903
Patch by Mark Tempel and Ge van Geldorp
...
Check RtlAllocateHeap() return value for 8-byte alignment.
svn path=/trunk/; revision=8249
2004-02-18 23:20:14 +00:00