Timo Kreuzer
5f6e050626
- _mingw.h: Don't define USE_MINGW_SETJMP_TWO_ARGS for MSVC
...
- _mingw.h: Fix definition of _CRT_ALIGN for MSVC
- intrin.h: _InterlockedAddLargeStatistic is not an intrinsic on MSVC for x64
- intrin.h: Fix return type of _InterlockedOr64
- wdm.h: Fix warnings in KfRaiseIrql and RtlExtendedMagicDivide inline implementations
- winnt.h: Simplify definition of GetCurrentFiber
svn path=/branches/cmake-bringup/; revision=50470
2011-01-22 19:17:10 +00:00
Timo Kreuzer
1fb963feea
[CMAKE]
...
Remove _M_AXP64 definition
svn path=/branches/cmake-bringup/; revision=50469
2011-01-22 18:41:33 +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
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
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
6e889205be
[CMAKE]
...
test for the buildbot
svn path=/branches/cmake-bringup/; revision=50436
2011-01-19 16:19:52 +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
Sylvain Petreolle
5d2288d18d
[CMAKE]
...
Convert wsock32 to spec.
svn path=/branches/cmake-bringup/; revision=50423
2011-01-18 15:02:26 +00:00
Timo Kreuzer
5524d17a56
[CMAKE]
...
Provide the asm offset constants that are used throughout the code instead the official ones. We'll have to decide which way to go later.
svn path=/branches/cmake-bringup/; revision=50401
2011-01-16 18:07:15 +00:00
Timo Kreuzer
f6165b795c
[CMAKE] Convert crtdll to spec
...
svn path=/branches/cmake-bringup/; revision=50400
2011-01-16 18:02:17 +00:00
Amine Khaldi
5962942907
[CMAKE]
...
- Fix wmi and drmk entry points.
- Don't use both reactos and wine debug headers in iphlpapi. Fixes the macro redefinition warnings.
svn path=/branches/cmake-bringup/; revision=50353
2011-01-10 20:59:17 +00:00
Amine Khaldi
9790b02502
[CMAKE]
...
- Fix another warning in libxml2. Thanks to Timo.
svn path=/branches/cmake-bringup/; revision=50348
2011-01-09 21:34:20 +00:00
Amine Khaldi
90683e300a
[CMAKE]
...
- Reduce libxml2 warnings.
svn path=/branches/cmake-bringup/; revision=50346
2011-01-09 20:40:34 +00:00
Amine Khaldi
b02f54b843
[CMAKE]
...
- Add missing define.
svn path=/branches/cmake-bringup/; revision=50341
2011-01-09 17:24:39 +00:00
Amine Khaldi
4bb42765f5
[CMAKE]
...
- Improve the warnings and compiler flags according to the different architectures we have.
svn path=/branches/cmake-bringup/; revision=50340
2011-01-09 16:49:10 +00:00
Sylvain Petreolle
acf11aa2c7
[CMAKE]
...
Get a proper bootcd for unix builds (3rd stage.)
Thanks to Amine for his findings.
svn path=/branches/cmake-bringup/; revision=50338
2011-01-08 23:25:58 +00:00
Sylvain Petreolle
f8f7ec4d56
[CMAKE]
...
-fshort-wchar is not related to inline, neither is i386 specific.
svn path=/branches/cmake-bringup/; revision=50337
2011-01-08 23:22:54 +00:00
Sylvain Petreolle
398ded55b9
[CMAKE]
...
Move -fshort-wchar defintion (gcc specific).
svn path=/branches/cmake-bringup/; revision=50336
2011-01-08 22:33:22 +00:00
Amine Khaldi
aa6bee3557
[CMAKE]
...
- Prevent some status codes redefinitions.
svn path=/branches/cmake-bringup/; revision=50335
2011-01-08 21:41:12 +00:00
Amine Khaldi
152b92b928
[CMAKE]
...
- Improve message headers handling.
svn path=/branches/cmake-bringup/; revision=50334
2011-01-08 20:44:41 +00:00
Amine Khaldi
9d64a217d5
[CMAKE]
...
- Prevent cmake from escaping preprocessor definition values added via add_definitions.
- Fix a FIXME in oleaut32 and urlmon builds.
svn path=/branches/cmake-bringup/; revision=50333
2011-01-08 20:01:33 +00:00
Amine Khaldi
458d9009dd
[CMAKE]
...
- Fix the browseui bulgarian translation file name.
svn path=/branches/cmake-bringup/; revision=50328
2011-01-08 14:11:37 +00:00
Amine Khaldi
a3ca9b561e
[CMAKE]
...
- Fix rossym dependencies.
svn path=/branches/cmake-bringup/; revision=50327
2011-01-08 13:55:06 +00:00
Amine Khaldi
74811b583a
[CMAKE]
...
- Fix more dependencies.
svn path=/branches/cmake-bringup/; revision=50326
2011-01-08 13:30:27 +00:00
Amine Khaldi
b4e7b22469
[CMAKE]
...
- Fix delayimp dependency.
svn path=/branches/cmake-bringup/; revision=50324
2011-01-08 13:19:38 +00:00
Amine Khaldi
dcee0f7cc5
[CMAKE]
...
- Fix dnslib dependency.
svn path=/branches/cmake-bringup/; revision=50323
2011-01-08 13:14:25 +00:00
Amine Khaldi
1ecaf59fcb
[CMAKE]
...
- Fix a missing dependency.
svn path=/branches/cmake-bringup/; revision=50322
2011-01-08 13:00:35 +00:00
Amine Khaldi
287ba86f03
[CMAKE]
...
- Add -fshort-wchar to host tools
svn path=/branches/cmake-bringup/; revision=50320
2011-01-08 11:52:58 +00:00
Amine Khaldi
54f486c247
[CMAKE]
...
- Silence the quotes warning.
svn path=/branches/cmake-bringup/; revision=50310
2011-01-07 20:07:15 +00:00
Amine Khaldi
a0cb4ff5eb
[CMAKE]
...
- Delete an unneeded lib.mak
- Don't build bin2c, we don't seem to need it.
- A minor cleanup, no functionality change intended.
svn path=/branches/cmake-bringup/; revision=50308
2011-01-07 12:11:46 +00:00
Amine Khaldi
24511aea48
[CMAKE]
...
- Restructure hal build.
svn path=/branches/cmake-bringup/; revision=50305
2011-01-06 18:59:49 +00:00
Amine Khaldi
0d77e58cf9
[CMAKE]
...
- Fix formatting.
svn path=/branches/cmake-bringup/; revision=50301
2011-01-06 17:08:38 +00:00
Amine Khaldi
166360a829
[CMAKE]
...
- Initial support of the arm toolchain/build.
svn path=/branches/cmake-bringup/; revision=50300
2011-01-06 16:57:56 +00:00
Amine Khaldi
6c0c23cb53
[CMAKE]
...
- Sync with trunk head (r50270)
- This also reverts r49298.
svn path=/branches/cmake-bringup/; revision=50271
2011-01-03 00:33:31 +00:00
Aleksey Bragin
ebef3b756c
[NTOS]
...
- Temporary bring back the old boot image until I or sir_richard commit a proper fix.
svn path=/trunk/; revision=50259
2011-01-02 09:30:24 +00:00
Johannes Anderwald
cbc098ed88
[NETCFGX]
...
- Fix case where there is only one static dns server set
svn path=/trunk/; revision=50258
2011-01-01 21:34:17 +00:00
Johannes Anderwald
3f0d2fffb3
[IPHLPAPI]
...
- Rewrite name server enumeration routines
- Check if static dns entries are present before checking for dynamic dns entries
- Fixes static dns entries
[NETCFGX]
- GetPerAdapterInfo requires IP_PER_ADAPTER_INFO struct
- Fix reading static dns entries
- Delete static name server key, when changing dns servers to automatic (dhcp)
- Don't delete DhcpNameServer key yet, as more interaction is needed with dhcp service when changing from static dns to dynamic dhcp
- Should finally fix static dns when dhcp is active
svn path=/trunk/; revision=50257
2011-01-01 21:13:07 +00:00