Timo Kreuzer
56a3daafd4
[PSDK]
...
Fix inline definition of STRSAFEAPI for MSVC
svn path=/branches/cmake-bringup/; revision=50541
2011-01-28 19:41:28 +00:00
Timo Kreuzer
8c4b892bea
[undocuser.h]
...
Add nreline at the end of the file. MSVC is very picky about that.
svn path=/branches/cmake-bringup/; revision=50523
2011-01-27 23:45:40 +00:00
Timo Kreuzer
e92a8c0a72
[CRT]
...
Fix some warnings
svn path=/branches/cmake-bringup/; revision=50513
2011-01-27 13:45:06 +00:00
Timo Kreuzer
8191f95396
[CMAKE]
...
- Sync with trunk 50501
- fix a couple of merge artifacts (indentation)
svn path=/branches/cmake-bringup/; revision=50505
2011-01-26 23:24:08 +00:00
Sylvain Petreolle
e2b7eacdd5
[CMAKE]
...
Sync trunk up to r50477.
svn path=/branches/cmake-bringup/; revision=50504
2011-01-26 22:19:12 +00:00
Timo Kreuzer
f9870b513e
[PSDK]
...
Include pseh.h not only for gcc
svn path=/branches/cmake-bringup/; revision=50492
2011-01-25 18:58:21 +00:00
Timo Kreuzer
50c1320ff9
[CMAKE]
...
Fix return type of NdrClientCall*
svn path=/branches/cmake-bringup/; revision=50484
2011-01-25 11:55:45 +00:00
Timo Kreuzer
0d54e35b94
[CMAKE]
...
Refactor IDL compilation:
- Move all macros to idl-support.cmake
- Make rpc proxy a static library, instead of fiddeling with SOURCE variable
- Merge client and server rpc libraries into one library
- Reorder global makelist file a little
- Improve configure script
- Improve naming, use add_* when a target is added, generate_* when only a file is generated
- Don't compile wbemcli.idl on MSVC (temp hack)
- Don't compile rossym on MSVC, we don't use it
- Use ml64 as assembler when compiling for amd64
- fix spec2def invocation
svn path=/branches/cmake-bringup/; revision=50478
2011-01-24 18:13:40 +00:00
Sylvain Petreolle
256c5c72c0
[CMAKE]
...
WIN32: get build date without overcomplicated string parsing.
svn path=/branches/cmake-bringup/; revision=50473
2011-01-23 13:10:14 +00:00
Sylvain Petreolle
9fb04fdf80
[CMAKE]
...
Fix buildno.h when subversion is not installed.
svn path=/branches/cmake-bringup/; revision=50472
2011-01-23 11:27:01 +00:00
Timo Kreuzer
4dbcb77b8f
[CRT]
...
fix definition of _crt_va_arg for amd64
svn path=/branches/cmake-bringup/; revision=50471
2011-01-22 23:22:10 +00:00
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
e212d018ae
[CMAKE]
...
Copy vadefs.h from amd64 branch
svn path=/branches/cmake-bringup/; revision=50467
2011-01-22 17:52:33 +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
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
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
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
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
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
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
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
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
Timo Kreuzer
0c36281490
[STLPORT]
...
- Only use #pragma intrinsics on MSVC
- Don't add function prototypes for _InterlockedXxx
svn path=/branches/cmake-bringup/; revision=50213
2010-12-29 13:35:40 +00:00
Timo Kreuzer
9871a03861
[STLPORT]
...
- Fix compilation with 64 bit gcc
svn path=/branches/cmake-bringup/; revision=50212
2010-12-29 11:45:57 +00:00
Timo Kreuzer
88614730f8
[STLPORT]
...
- Add some additional definitions for amd64 compilation with gcc
svn path=/branches/cmake-bringup/; revision=50211
2010-12-29 11:42:10 +00:00
Timo Kreuzer
79816c62c3
[ASM]
...
KTIMER_TABLE are for win7 only
svn path=/branches/cmake-bringup/; revision=50198
2010-12-28 19:12:01 +00:00
Timo Kreuzer
0549475d8e
[CMAKE]
...
Fix genincdata for amd64
svn path=/branches/cmake-bringup/; revision=50180
2010-12-28 01:06:06 +00:00
Timo Kreuzer
654e22e491
[CMAKE]
...
Add a few definitions for amd64
svn path=/branches/cmake-bringup/; revision=50179
2010-12-28 01:04:55 +00:00
Timo Kreuzer
c44d0d4055
[CMAKE]
...
Fix a definition in svcctl.idl (MSVC)
svn path=/branches/cmake-bringup/; revision=50170
2010-12-27 18:44:31 +00:00
Amine Khaldi
6d973bdc1c
[CMAKE]
...
- Improve formatting, mainly the uppercase macro names. No functionality change.
svn path=/branches/cmake-bringup/; revision=50124
2010-12-24 13:38:27 +00:00
Amine Khaldi
7c5322ff9b
[CMAKE]
...
- Use SIZE_T in MIDL_user_allocate. This reverts r49295.
svn path=/branches/cmake-bringup/; revision=50118
2010-12-24 11:42:18 +00:00
Timo Kreuzer
6d9a17264d
[CMAKE]
...
Revert some idl changes from r49286 and r49293, that broke mouse
and keyboard in 2nd stage.
svn path=/branches/cmake-bringup/; revision=50011
2010-12-11 17:04:24 +00:00
Timo Kreuzer
be61366908
[CMAKE]
...
include debug.h explicitly from reactos folder, to avoid including the wine one. Fixes ws2_32
svn path=/branches/cmake-bringup/; revision=49933
2010-12-03 17:48:03 +00:00
Amine Khaldi
b7f44d1892
[CMAKE]
...
- WIP: Make rossym and its users rely on dwarf debug info. Brought to you by the Arty.
svn path=/branches/cmake-bringup/; revision=49906
2010-12-02 23:20:22 +00:00
Timo Kreuzer
69e1da4398
[CMAKE]
...
Cleanup old comment
svn path=/branches/cmake-bringup/; revision=49901
2010-12-02 19:18:25 +00:00
Timo Kreuzer
2d23617922
[MSVC]
...
Fix typeof(WineDirect3DCreateClipper) definition for MSVC.
svn path=/branches/cmake-bringup/; revision=49897
2010-12-02 13:37:59 +00:00
Timo Kreuzer
7b68fbc7bb
[CMAKE]
...
Convert __wine_spec_unimplemented_stub to a macro
svn path=/branches/cmake-bringup/; revision=49888
2010-12-01 21:39:38 +00:00
Timo Kreuzer
d18b9b0c9b
[PSDK]
...
Fix include guard for unknown.h
svn path=/branches/cmake-bringup/; revision=49882
2010-12-01 14:56:05 +00:00
Timo Kreuzer
6c24157fa1
add stubs.h
...
svn path=/branches/cmake-bringup/; revision=49863
2010-11-29 18:07:36 +00:00
Timo Kreuzer
dbf57f9949
[DXSDK]
...
Don't use stdole32.tlb.
Seems that this is the problem that made midl fail. Maybe not. Yesterday it was all about VARIANT, which has no effect today. Let's see what tomorrow will bring :-?
svn path=/branches/cmake-bringup/; revision=49860
2010-11-29 14:43:30 +00:00
Timo Kreuzer
434632f5ca
[WINE]
...
Add msvchelper.h, a file that helps wine dx stuff to comple on msvc.
svn path=/branches/cmake-bringup/; revision=49859
2010-11-29 09:29:20 +00:00
Timo Kreuzer
0dbbf13b57
[DXSDK]
...
Put coclass MediaDet into the library DexterLib
svn path=/branches/cmake-bringup/; revision=49852
2010-11-28 16:53:47 +00:00
Timo Kreuzer
69c7a5d30c
[WINE]
...
Add a dummy DECL_GLOBAL_CONSTRUCTOR for MSVC
svn path=/branches/cmake-bringup/; revision=49849
2010-11-28 16:37:46 +00:00
Timo Kreuzer
4f075e995e
[DXSDK]
...
- Reenable dxsdk for MSVC
[PSDK/DXSDK]
- add a newlines at the end of several files.
svn path=/branches/cmake-bringup/; revision=49844
2010-11-28 15:47:13 +00:00
Timo Kreuzer
fd2a3657cb
[PSDK]
...
Add a hack for midl.
svn path=/branches/cmake-bringup/; revision=49841
2010-11-28 12:40:33 +00:00