Eric Kohl
8b8fbc77af
[SETUPAPI]
...
Fix a warning.
svn path=/trunk/; revision=50468
2011-01-22 18:16:12 +00:00
Timo Kreuzer
e212d018ae
[CMAKE]
...
Copy vadefs.h from amd64 branch
svn path=/branches/cmake-bringup/; revision=50467
2011-01-22 17:52:33 +00:00
Timo Kreuzer
a3604ffda3
[CMAKE]
...
- lowerize ARCH string (fixes cmlib)
- move definition
svn path=/branches/cmake-bringup/; revision=50465
2011-01-22 17:13:06 +00:00
Timo Kreuzer
83fb618aba
[CMAKE]
...
Don't set lib pathes in msc toolchain file. Fixes amd64
svn path=/branches/cmake-bringup/; revision=50464
2011-01-22 16:26:37 +00:00
Timo Kreuzer
9ea0f74e9d
[CMAKE]
...
Fix and improve configure script
svn path=/branches/cmake-bringup/; revision=50463
2011-01-22 16:25:35 +00:00
Timo Kreuzer
e3a47f88a8
[CMAKE]
...
Fix configure script for MSVC
svn path=/branches/cmake-bringup/; revision=50462
2011-01-22 16:05:07 +00:00
Eric Kohl
f6b450f16a
[SETUPAPI]
...
- Implement CMP_WaitServicesAvailable().
- CM_Get_First_Log_Conf_Ex(): Create a LOG_CONF_INFO struct only if plcLogConf is not NULL.
svn path=/trunk/; revision=50461
2011-01-22 15:43:57 +00:00
Timo Kreuzer
d7420c8060
[FREELDR]
...
compile headless support only for x86
svn path=/trunk/; revision=50459
2011-01-22 09:47:20 +00:00
Timo Kreuzer
a89924e2bd
[NTOSKRNL]
...
MiAddressToPte translates a virtual address to the corresponding PTE, MiAddressToPde to the corresponding PDE. MiPteToAddress is the inverse of MiAddressToPte and translates from a PTE to the virtual address. MiPdeToAddress broke this scheme and didn't calculate the corresponding virtual adress, but the adress of the page table. Fix this inconsistency by renaming the macro to MiPdeToPte and adding a fixed MiPdeToAddress. All references fixed accordingly.
svn path=/trunk/; revision=50458
2011-01-22 09:43:52 +00:00
Timo Kreuzer
e62f89f35b
[INTRIN]
...
- Implement _mm_sfence, _mm_lfence, __faststorefence (for amd64)
- Don't use __sync_synchronize() for _ReadWriteBarrier, as it issues an mfence instruction and this is not what we want
- Remove "BUGBUG" comment, because the fact that _ReadBarrier and _WriteBarrier are full (compiler) barriers isn't critical.
svn path=/trunk/; revision=50456
2011-01-21 20:56:36 +00:00
Sylvain Petreolle
029f4fd445
[CMAKE]
...
Forgotten deletion in previous commit.
svn path=/branches/cmake-bringup/; revision=50455
2011-01-21 20:37:01 +00:00
Sylvain Petreolle
5f1a2314f2
[CMAKE]
...
Use cmake subversion capabilities to generate buildno.h and version.h.
svn path=/branches/cmake-bringup/; revision=50454
2011-01-21 20:29:45 +00:00
Eric Kohl
313c5318b3
[NPFS]
...
Initialize only the required parts of the return buffer. This will enable the driver to return information about multiple pipes in a single request.
svn path=/trunk/; revision=50452
2011-01-20 21:48:06 +00:00
Timo Kreuzer
1da8f22b84
[ROSSYM]
...
The function dexec uses the varable p only in one location where its checked against nil, It neither initialized, not used anywhere else. This is probably a typo and b->p was meant. Yes I'm completely guessing, but this code doesn't give any other chance then guessing and it will probably not be worse then using an uninitialized variable...
@original author: please review.
svn path=/branches/cmake-bringup/; revision=50450
2011-01-20 15:39:55 +00:00
Timo Kreuzer
0eada29ab7
[CMAKE]
...
Disable format warnings for winetest_ok
svn path=/branches/cmake-bringup/; revision=50449
2011-01-20 14:30:15 +00:00
Timo Kreuzer
35e02b21b1
[CMAKE]
...
cast some fprintf parameters explicitly to the required type to fix warnings.
svn path=/branches/cmake-bringup/; revision=50448
2011-01-20 12:53:47 +00:00
Timo Kreuzer
9f0220b25e
[CMAKE]
...
Define __ROS_LONG64__ for all winetests
svn path=/trunk/; revision=50447
2011-01-20 12:52:41 +00:00
Amine Khaldi
4b35cf7b8b
[CMAKE]
...
- Revert r50441. Please note that the recent revisions around this define are for testing.
svn path=/trunk/; revision=50444
2011-01-19 19:01:37 +00:00
Timo Kreuzer
87100588dc
[GDI32]
...
Fix broken portable implementation of _lrintf, 2nd try :)
svn path=/trunk/; revision=50443
2011-01-19 18:10:50 +00:00
Timo Kreuzer
8c35fc79b8
[GDI32]
...
Fix broken portable implementation of _lrintf
svn path=/trunk/; revision=50442
2011-01-19 18:10:08 +00:00
Amine Khaldi
d0f0bdb64b
[CMAKE]
...
- Add __WINESRC__ definition to all winetests.
svn path=/trunk/; revision=50441
2011-01-19 17:51:43 +00:00
Timo Kreuzer
2ea57bf789
[ASM]
...
Add include guards to asm.inc and comment out broken ljmp macro
svn path=/trunk/; revision=50438
2011-01-19 16:58:58 +00:00
Timo Kreuzer
b1d121930a
[CMAKE]
...
Revert part of 50435
svn path=/trunk/; revision=50437
2011-01-19 16:26:49 +00:00
Timo Kreuzer
6e889205be
[CMAKE]
...
test for the buildbot
svn path=/branches/cmake-bringup/; revision=50436
2011-01-19 16:19:52 +00:00
Timo Kreuzer
97830a1dfe
[CMAKE]
...
Revert r50434. Insetad add __WINESRC__ definition to amstream and avifil32 winetests
svn path=/trunk/; revision=50435
2011-01-19 14:59:38 +00:00
Timo Kreuzer
f7786ad9d4
[CMAKE]
...
Add __WINESRC__ definition to all winetests.
svn path=/trunk/; revision=50434
2011-01-19 14:18:42 +00:00
Timo Kreuzer
7d0de33986
[CMAKE]
...
Fix warnings by casting values explicitly to int in wine/test.h
svn path=/branches/cmake-bringup/; revision=50433
2011-01-19 13:50:22 +00:00
Timo Kreuzer
eb1dd36ba2
[CMAKE]
...
define _CRT_NONSTDC_NO_DEPRECATE for libmpg123 to silence a warning
svn path=/branches/cmake-bringup/; revision=50432
2011-01-19 13:35:09 +00:00
Timo Kreuzer
be0830b12f
[CMAKE]
...
Move secure api functions from external file into string.h and use standard macros. Fixes 2 warnings.
svn path=/branches/cmake-bringup/; revision=50431
2011-01-19 13:33:48 +00:00
Timo Kreuzer
a23b388edb
[CMAKE]
...
Include stdio.h into strsafe.h to silence a warning
svn path=/branches/cmake-bringup/; revision=50430
2011-01-19 12:05:18 +00:00
Timo Kreuzer
75818ca832
[CMAKE]
...
prevent macro refefinition
svn path=/branches/cmake-bringup/; revision=50429
2011-01-19 11:58:42 +00:00
Timo Kreuzer
8f523a01d4
[CMAKE]
...
Add missing strcpy_s and strcat_s prototypes to silence some warnings
svn path=/branches/cmake-bringup/; revision=50428
2011-01-19 11:55:45 +00:00
Timo Kreuzer
0f17c54568
[CMAKE]
...
Don't add importlibs folder as link directory for anything other than i386 builds
svn path=/branches/cmake-bringup/; revision=50427
2011-01-19 11:33:27 +00:00
Roel Messiant
05602c1b7e
[NTOS]
...
- Fix a typo in the page fault handler that caused PDEs to be fixed up when they were in fact valid.
svn path=/trunk/; revision=50426
2011-01-18 22:42:44 +00:00
Sylvain Petreolle
5d2288d18d
[CMAKE]
...
Convert wsock32 to spec.
svn path=/branches/cmake-bringup/; revision=50423
2011-01-18 15:02:26 +00:00
Daniel Reimer
24ce794fa2
revert it... test commit...
...
svn path=/trunk/; revision=50418
2011-01-17 23:16:46 +00:00
Daniel Reimer
6f4a16f6f0
Test commit
...
svn path=/trunk/; revision=50417
2011-01-17 23:12:27 +00:00
Daniel Reimer
0f6f4a6797
Update rapps database and add encoded's VMWare Sound driver.
...
svn path=/trunk/; revision=50416
2011-01-17 23:05:15 +00:00
Sylvain Petreolle
c9f45b2977
[TEST]
...
Enable DroidSansFallback.ttf.
svn path=/trunk/; revision=50415
2011-01-17 23:01:16 +00:00
Sylvain Petreolle
c925aa8d89
[TEST]
...
Disable DroidSansFallback.ttf.
svn path=/trunk/; revision=50414
2011-01-17 22:58:29 +00:00
Sylvain Petreolle
31f466388e
[TEST]
...
Enable DroidSansFallback.ttf.
svn path=/trunk/; revision=50413
2011-01-17 22:53:11 +00:00
Sylvain Petreolle
313b09060f
[TEST]
...
Disable DroidSansFallback.ttf.
svn path=/trunk/; revision=50412
2011-01-17 22:46:46 +00:00
Sylvain Petreolle
a3950d9165
[MSVCRT]
...
No reason for wcsxfrm to be a stub when code is here.
svn path=/trunk/; revision=50411
2011-01-17 21:51:30 +00:00
Sylvain Petreolle
830f3bf4c5
TRANSLATION: fix typo in shutdown.
...
svn path=/trunk/; revision=50410
2011-01-17 21:37:59 +00:00
Timo Kreuzer
f0264e4afc
[USER32]
...
Fix CreateIcon and CreateIconIndirect. Fixes user32_winetest:cursoricon. (Yes we execute less tests, but that is correct! wine probably only passes these tests by chance)
svn path=/trunk/; revision=50408
2011-01-17 01:22:16 +00:00
Amine Khaldi
e8a298b190
[CMAKE]
...
- Adapt gdi32 apitest cmake build to the recent changes.
svn path=/trunk/; revision=50407
2011-01-16 22:11:35 +00:00
Timo Kreuzer
1fe01dc0e3
[USER32]
...
- Fix bug in CreateIconIndirect
- implement get_icon_size
- use unmodified wine code for STATIC_PaintIconfn
svn path=/trunk/; revision=50406
2011-01-16 21:41:47 +00:00
Timo Kreuzer
93fc2852cd
[USER32_APITEST]
...
Add tests for GetIconInfo.
svn path=/trunk/; revision=50405
2011-01-16 21:03:20 +00:00
Timo Kreuzer
8bf0247095
[GDI32_APITEST]
...
Add tests for DPtoLP
- More tests for CombineTransform, CreateBitmapIndirect and SelectObject
svn path=/trunk/; revision=50404
2011-01-16 20:53:48 +00:00
Timo Kreuzer
e1efc7ca51
[AMD64]
...
Add ksamd64.inc
svn path=/trunk/; revision=50403
2011-01-16 18:16:24 +00:00