* Addendum to r58214.

svn path=/trunk/; revision=58290
This commit is contained in:
Amine Khaldi 2013-02-05 17:54:22 +00:00
parent 5bb23410f9
commit c71475e3bb
131 changed files with 223 additions and 274 deletions

View file

@ -6,7 +6,8 @@
*/ */
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <winreg.h>
#include <winsvc.h>
#include <strsafe.h> #include <strsafe.h>
static int MakeService(SC_HANDLE hScm, const wchar_t *serviceName, SC_HANDLE *hService, DWORD *tag) static int MakeService(SC_HANDLE hScm, const wchar_t *serviceName, SC_HANDLE *hService, DWORD *tag)

View file

@ -6,7 +6,7 @@
*/ */
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <winsvc.h>
#include <strsafe.h> #include <strsafe.h>
#define TESTING_SERVICE L"Spooler" #define TESTING_SERVICE L"Spooler"

View file

@ -6,7 +6,8 @@
*/ */
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <winreg.h>
#include <winsvc.h>
#include <strsafe.h> #include <strsafe.h>
#define TESTING_SERVICEW L"Spooler" #define TESTING_SERVICEW L"Spooler"

View file

@ -1,9 +1,7 @@
#define WIN32_LEAN_AND_MEAN
#define __ROS_LONG64__ #define __ROS_LONG64__
#include <windows.h>
#define STANDALONE #define STANDALONE
#include "wine/test.h" #include <wine/test.h>
extern void func_CreateService(void); extern void func_CreateService(void);
extern void func_LockDatabase(void); extern void func_LockDatabase(void);

View file

@ -2,9 +2,11 @@
#define _APITEST_H #define _APITEST_H
#include <stdlib.h> #include <stdlib.h>
#include <stdarg.h>
#include <stdio.h> #include <stdio.h>
#include <windows.h> #include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <shellapi.h>
#define APISTATUS_NORMAL 0 #define APISTATUS_NORMAL 0
#define APISTATUS_NOT_FOUND 1 #define APISTATUS_NOT_FOUND 1

View file

@ -1,9 +1,7 @@
#define WIN32_LEAN_AND_MEAN
#define __ROS_LONG64__ #define __ROS_LONG64__
#include <windows.h>
#define STANDALONE #define STANDALONE
#include "wine/test.h" #include <wine/test.h>
#if defined(TEST_MSVCRT) #if defined(TEST_MSVCRT)
extern void func_mbstowcs_s(void); extern void func_mbstowcs_s(void);

View file

@ -5,9 +5,7 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h>
void Test_DCICreatePrimary() void Test_DCICreatePrimary()
{ {

View file

@ -1,9 +1,7 @@
#define WIN32_LEAN_AND_MEAN
#define __ROS_LONG64__ #define __ROS_LONG64__
#include <windows.h>
#define STANDALONE #define STANDALONE
#include "wine/test.h" #include <wine/test.h>
extern void func_DCICreatePrimary(void); extern void func_DCICreatePrimary(void);

View file

@ -7,7 +7,7 @@
#include <stdio.h> #include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#define COUNT 26 #define COUNT 26

View file

@ -5,9 +5,8 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include <libs/pseh/pseh2.h> #include <libs/pseh/pseh2.h>
void Test_AddFontResourceExW() void Test_AddFontResourceExW()

View file

@ -5,9 +5,8 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
void Test_BeginPath() void Test_BeginPath()
{ {

View file

@ -5,9 +5,8 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
void Test_CombineRgn_Params() void Test_CombineRgn_Params()
{ {

View file

@ -5,9 +5,8 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include <winddi.h> #include <winddi.h>
typedef union typedef union

View file

@ -5,9 +5,8 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#define DEFAULT_BITMAP 21 #define DEFAULT_BITMAP 21

View file

@ -5,9 +5,8 @@
* PROGRAMMERS: Magnus Olsen * PROGRAMMERS: Magnus Olsen
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
void Test_CreateBitmapIndirect() void Test_CreateBitmapIndirect()
{ {

View file

@ -5,9 +5,9 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include <winuser.h>
void Test_CreateCompatibleDC() void Test_CreateCompatibleDC()
{ {

View file

@ -5,9 +5,9 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include "init.h" #include "init.h"

View file

@ -5,9 +5,11 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include <winuser.h>
#include <pseh/pseh2.h>
#include "init.h" #include "init.h"
#define CBM_CREATDIB 2 #define CBM_CREATDIB 2

View file

@ -5,9 +5,8 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#define INVALIDFONT "ThisFontDoesNotExist" #define INVALIDFONT "ThisFontDoesNotExist"

View file

@ -5,9 +5,8 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
void void

View file

@ -1,7 +1,7 @@
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include <winuser.h>
// FIXME user32 // FIXME user32

View file

@ -5,9 +5,8 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include <winddi.h> #include <winddi.h>
#include <include/ntgdityp.h> #include <include/ntgdityp.h>
#include <include/ntgdihdl.h> #include <include/ntgdihdl.h>

View file

@ -5,9 +5,7 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h>
void Test_CreateRectRgn() void Test_CreateRectRgn()
{ {

View file

@ -5,9 +5,9 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include <winuser.h>
void Test_DPtoLP_Params() void Test_DPtoLP_Params()
{ {

View file

@ -5,9 +5,8 @@
* PROGRAMMERS: Magnus Olsen * PROGRAMMERS: Magnus Olsen
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include <winddi.h> #include <winddi.h>
void Test_EngAcquireSemaphore() void Test_EngAcquireSemaphore()

View file

@ -5,9 +5,8 @@
* PROGRAMMERS: Magnus Olsen * PROGRAMMERS: Magnus Olsen
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include <winddi.h> #include <winddi.h>
void Test_EngCreateSemaphore() void Test_EngCreateSemaphore()

View file

@ -5,9 +5,8 @@
* PROGRAMMERS: Magnus Olsen * PROGRAMMERS: Magnus Olsen
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include <winddi.h> #include <winddi.h>
void Test_EngDeleteSemaphore() void Test_EngDeleteSemaphore()

View file

@ -5,9 +5,8 @@
* PROGRAMMERS: Magnus Olsen * PROGRAMMERS: Magnus Olsen
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include <winddi.h> #include <winddi.h>
void Test_EngReleaseSemaphore() void Test_EngReleaseSemaphore()

View file

@ -5,9 +5,8 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include <winddi.h> #include <winddi.h>
#include <include/ntgdityp.h> #include <include/ntgdityp.h>
#include <include/ntgdihdl.h> #include <include/ntgdihdl.h>

View file

@ -5,9 +5,8 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
HBITMAP WINAPI GdiConvertBitmap(HBITMAP hbm); HBITMAP WINAPI GdiConvertBitmap(HBITMAP hbm);

View file

@ -5,9 +5,8 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
HBRUSH WINAPI GdiConvertBrush(HBRUSH hbr); HBRUSH WINAPI GdiConvertBrush(HBRUSH hbr);

View file

@ -5,9 +5,8 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
HDC WINAPI GdiConvertDC(HDC hdc); HDC WINAPI GdiConvertDC(HDC hdc);

View file

@ -5,9 +5,8 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
HFONT WINAPI GdiConvertFont(HFONT); HFONT WINAPI GdiConvertFont(HFONT);

View file

@ -5,9 +5,8 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
HPALETTE WINAPI GdiConvertPalette(HPALETTE); HPALETTE WINAPI GdiConvertPalette(HPALETTE);

View file

@ -5,9 +5,8 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
HRGN WINAPI GdiConvertRegion(HRGN); HRGN WINAPI GdiConvertRegion(HRGN);

View file

@ -5,9 +5,8 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
BOOL WINAPI GdiDeleteLocalDC(HDC); BOOL WINAPI GdiDeleteLocalDC(HDC);

View file

@ -5,9 +5,8 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
void Test_GdiGetCharDimensions() void Test_GdiGetCharDimensions()
{ {

View file

@ -5,9 +5,8 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
HBRUSH WINAPI GdiGetLocalBrush(HBRUSH hbr); HBRUSH WINAPI GdiGetLocalBrush(HBRUSH hbr);

View file

@ -5,9 +5,8 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
HDC WINAPI GdiGetLocalDC(HDC); HDC WINAPI GdiGetLocalDC(HDC);

View file

@ -5,9 +5,8 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
BOOL WINAPI GdiReleaseLocalDC(HDC); BOOL WINAPI GdiReleaseLocalDC(HDC);

View file

@ -5,9 +5,8 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
BOOL WINAPI GdiSetAttrs(HDC); BOOL WINAPI GdiSetAttrs(HDC);

View file

@ -5,9 +5,9 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include <winuser.h>
void Test_GetClipRgn() void Test_GetClipRgn()
{ {

View file

@ -5,10 +5,10 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include <winddi.h> #include <winddi.h>
#include <winuser.h>
#include <include/ntgdityp.h> #include <include/ntgdityp.h>
#include <include/ntgdihdl.h> #include <include/ntgdihdl.h>

View file

@ -5,9 +5,8 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
void Test_GetDIBColorTable() void Test_GetDIBColorTable()
{ {

View file

@ -5,9 +5,10 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include <winuser.h>
#include "init.h" #include "init.h"
void void

View file

@ -5,10 +5,11 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include <winddi.h> #include <winddi.h>
#include <winuser.h>
#include <pseh/pseh2.h>
#include <include/ntgdityp.h> #include <include/ntgdityp.h>
#include <include/ntgdihdl.h> #include <include/ntgdihdl.h>

View file

@ -5,10 +5,8 @@
* PROGRAMMERS: Jérôme Gardou * PROGRAMMERS: Jérôme Gardou
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
void Test_GetPixel_1bpp() void Test_GetPixel_1bpp()
{ {

View file

@ -7,7 +7,8 @@
#include <stdio.h> #include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include <winuser.h>
#define CLIPRGN 1 #define CLIPRGN 1
#define METARGN 2 #define METARGN 2

View file

@ -5,9 +5,8 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include <winddi.h> #include <winddi.h>
#include <include/ntgdityp.h> #include <include/ntgdityp.h>
#include <include/ntgdihdl.h> #include <include/ntgdihdl.h>

View file

@ -5,9 +5,9 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include <winuser.h>
#define TEST(x) ok(x, #x"\n") #define TEST(x) ok(x, #x"\n")
#define RTEST(x) ok(x, #x"\n") #define RTEST(x) ok(x, #x"\n")

View file

@ -5,9 +5,8 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#define TEST(x) ok(x, #x"\n") #define TEST(x) ok(x, #x"\n")
#define RTEST(x) ok(x, #x"\n") #define RTEST(x) ok(x, #x"\n")

View file

@ -5,9 +5,9 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include <winuser.h>
void Test_MaskBlt_1bpp() void Test_MaskBlt_1bpp()
{ {

View file

@ -5,9 +5,8 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
HBITMAP ghbmpTarget; HBITMAP ghbmpTarget;
PULONG gpulTargetBits; PULONG gpulTargetBits;

View file

@ -5,9 +5,8 @@
* PROGRAMMERS: Jérôme Gardou * PROGRAMMERS: Jérôme Gardou
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
void Test_Rectangle(void) void Test_Rectangle(void)
{ {

View file

@ -7,8 +7,10 @@
#include <stdio.h> #include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include <winddi.h> #include <winddi.h>
#include <winuser.h>
#include <pseh/pseh2.h>
#include <include/ntgdityp.h> #include <include/ntgdityp.h>
#include <include/ntgdihdl.h> #include <include/ntgdihdl.h>

View file

@ -5,9 +5,9 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include <pseh/pseh2.h>
void Test_Set(ULONG ulLine, HDC hdc, INT x, INT y, LPPOINT ppt, BOOL bExp, DWORD dwErrExp) void Test_Set(ULONG ulLine, HDC hdc, INT x, INT y, LPPOINT ppt, BOOL bExp, DWORD dwErrExp)
{ {

View file

@ -5,9 +5,9 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include <winuser.h>
void Test_SetDCPenColor() void Test_SetDCPenColor()
{ {

View file

@ -5,10 +5,8 @@
* PROGRAMMERS: Jérôme Gardou * PROGRAMMERS: Jérôme Gardou
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
void Test_SetDIBits() void Test_SetDIBits()
{ {

View file

@ -5,9 +5,9 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include "init.h" #include "init.h"
static void static void

View file

@ -5,9 +5,9 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include <winuser.h>
#define TEST(x) ok(x, #x"\n") #define TEST(x) ok(x, #x"\n")
#define RTEST(x) ok(x, #x"\n") #define RTEST(x) ok(x, #x"\n")

View file

@ -5,9 +5,9 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include <mmsystem.h>
static struct static struct
{ {

View file

@ -5,9 +5,9 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include <winuser.h>
#define TEST(x) ok(x, #x"\n") #define TEST(x) ok(x, #x"\n")

View file

@ -5,9 +5,9 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include <winuser.h>
#define TEST(x) ok(x, #x"\n") #define TEST(x) ok(x, #x"\n")
#define RTEST(x) ok(x, #x"\n") #define RTEST(x) ok(x, #x"\n")

View file

@ -5,9 +5,9 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include <winuser.h>
void Test_SetWorldTransform() void Test_SetWorldTransform()
{ {

View file

@ -1,6 +1,7 @@
#include <stdio.h> #include <stdio.h>
#include <windows.h> #include <windef.h>
#include <wingdi.h>
HBITMAP ghbmpDIB32; HBITMAP ghbmpDIB32;
HDC ghdcDIB32; HDC ghdcDIB32;

View file

@ -1,9 +1,7 @@
#define WIN32_LEAN_AND_MEAN
#define __ROS_LONG64__ #define __ROS_LONG64__
#include <windows.h>
#define STANDALONE #define STANDALONE
#include "wine/test.h" #include <wine/test.h>
extern void func_AddFontResource(void); extern void func_AddFontResource(void);
extern void func_AddFontResourceEx(void); extern void func_AddFontResourceEx(void);

View file

@ -1,6 +1,4 @@
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h>
#define IS_DRIVE_TYPE_VALID(type) ((type) != DRIVE_UNKNOWN && (type) != DRIVE_NO_ROOT_DIR) #define IS_DRIVE_TYPE_VALID(type) ((type) != DRIVE_UNKNOWN && (type) != DRIVE_NO_ROOT_DIR)

View file

@ -6,10 +6,13 @@
*/ */
#define WIN32_NO_STATUS #define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define UNICODE #define UNICODE
#include <stdio.h> #include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <winreg.h>
#include <winnls.h>
#include <shlwapi.h> #include <shlwapi.h>
static static

View file

@ -5,9 +5,8 @@
* PROGRAMMER: Mike "tamlin" Nordell * PROGRAMMER: Mike "tamlin" Nordell
*/ */
#include <windows.h>
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <winnls.h>
START_TEST(MultiByteToWideChar) START_TEST(MultiByteToWideChar)

View file

@ -7,7 +7,6 @@
#define WIN32_NO_STATUS #define WIN32_NO_STATUS
#include <stdio.h> #include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h>
START_TEST(lstrcpynW) START_TEST(lstrcpynW)
{ {

View file

@ -1,9 +1,7 @@
#define WIN32_LEAN_AND_MEAN
#define __ROS_LONG64__ #define __ROS_LONG64__
#include <windows.h>
#define STANDALONE #define STANDALONE
#include "wine/test.h" #include <wine/test.h>
extern void func_GetCurrentDirectory(void); extern void func_GetCurrentDirectory(void);
extern void func_GetDriveType(void); extern void func_GetDriveType(void);

View file

@ -7,8 +7,9 @@
#define WIN32_NO_STATUS #define WIN32_NO_STATUS
#include <stdio.h> #include <stdio.h>
#include <windows.h> #include <windef.h>
#include <ndk/ntndk.h> #include <winbase.h>
#include <ndk/rtlfuncs.h>
#include "CmdLineUtil.h" #include "CmdLineUtil.h"

View file

@ -9,7 +9,7 @@
#define UNICODE #define UNICODE
#include <stdio.h> #include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <ndk/ntndk.h> #include <ndk/umtypes.h>
#include "./CmdLineUtil/CmdLineUtil.h" #include "./CmdLineUtil/CmdLineUtil.h"

View file

@ -1,9 +1,7 @@
#define WIN32_LEAN_AND_MEAN
#define __ROS_LONG64__ #define __ROS_LONG64__
#include <windows.h>
#define STANDALONE #define STANDALONE
#include "wine/test.h" #include <wine/test.h>
extern void func_CommandLine(void); extern void func_CommandLine(void);
extern void func_ieee(void); extern void func_ieee(void);

View file

@ -7,7 +7,6 @@
#define WIN32_NO_STATUS #define WIN32_NO_STATUS
#define UNICODE #define UNICODE
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <pseh/pseh2.h> #include <pseh/pseh2.h>
#include <ndk/ldrfuncs.h> #include <ndk/ldrfuncs.h>

View file

@ -6,7 +6,6 @@
*/ */
#define WIN32_NO_STATUS #define WIN32_NO_STATUS
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <ndk/rtlfuncs.h> #include <ndk/rtlfuncs.h>
#include <ndk/mmfuncs.h> #include <ndk/mmfuncs.h>

View file

@ -1,7 +1,7 @@
#define WIN32_NO_STATUS #define WIN32_NO_STATUS
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <ndk/ntndk.h> #include <ndk/pstypes.h>
#include <ndk/mmfuncs.h>
static void Test_NtFreeVirtualMemory(void) static void Test_NtFreeVirtualMemory(void)
{ {

View file

@ -6,9 +6,10 @@
*/ */
#define WIN32_NO_STATUS #define WIN32_NO_STATUS
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <ndk/ntndk.h> #include <ndk/setypes.h>
#include <ndk/rtlfuncs.h>
#include <ndk/exfuncs.h>
// Arbitrary-defined constants // Arbitrary-defined constants
#define MIN_BUFFER_LENGTH 4L #define MIN_BUFFER_LENGTH 4L

View file

@ -1,6 +1,5 @@
#define WIN32_NO_STATUS #define WIN32_NO_STATUS
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <ndk/rtlfuncs.h> #include <ndk/rtlfuncs.h>
#include <pseh/pseh2.h> #include <pseh/pseh2.h>

View file

@ -6,9 +6,8 @@
*/ */
#define WIN32_NO_STATUS #define WIN32_NO_STATUS
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <ndk/ntndk.h> #include <ndk/rtlfuncs.h>
void Test_RtlInitializeBitmap() void Test_RtlInitializeBitmap()
{ {

View file

@ -6,9 +6,8 @@
*/ */
#define WIN32_NO_STATUS #define WIN32_NO_STATUS
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <ndk/ntndk.h> #include <ndk/exfuncs.h>
void void
GetPrivilege() GetPrivilege()

View file

@ -6,7 +6,6 @@
*/ */
#include <setjmp.h> #include <setjmp.h>
#include <stdio.h>
#include <time.h> #include <time.h>
#include <wine/test.h> #include <wine/test.h>

View file

@ -1,9 +1,7 @@
#define WIN32_LEAN_AND_MEAN
#define __ROS_LONG64__ #define __ROS_LONG64__
#include <windows.h>
#define STANDALONE #define STANDALONE
#include "wine/test.h" #include <wine/test.h>
extern void func_LdrEnumResources(void); extern void func_LdrEnumResources(void);
extern void func_NtAllocateVirtualMemory(void); extern void func_NtAllocateVirtualMemory(void);

View file

@ -8,17 +8,12 @@
*/ */
#include <stdarg.h> #include <stdarg.h>
#include "ntstatus.h" #include <ntstatus.h>
#define WIN32_NO_STATUS #define WIN32_NO_STATUS
#define STANDALONE #define STANDALONE
#include "wine/test.h" #include <wine/test.h>
#include "winternl.h" #include <winreg.h>
#include "windef.h" #include <powrprof.h>
#include "winbase.h"
#include "winreg.h"
#include "powrprof.h"
#include "assert.h"
#include "winnt.h"
/* /*
LONG WINAPI RegOpenCurrentUser(REGSAM a,PHKEY b) LONG WINAPI RegOpenCurrentUser(REGSAM a,PHKEY b)

View file

@ -1,11 +1,11 @@
/* Automatically generated file; DO NOT EDIT!! */ /* Automatically generated file; DO NOT EDIT!! */
/* stdarg.h is needed for Winelib */ /* stdarg.h is needed for Winelib */
#include <stdarg.h> //#include <stdarg.h>
#include <stdio.h> //#include <stdio.h>
#include <stdlib.h> //#include <stdlib.h>
#include "windef.h" //#include "windef.h"
#include "winbase.h" //#include "winbase.h"
struct test struct test
{ {
@ -22,4 +22,4 @@ const struct test winetest_testlist[] =
}; };
#define WINETEST_WANT_MAIN #define WINETEST_WANT_MAIN
#include "wine/test.h" #include <wine/test.h>

View file

@ -5,11 +5,10 @@
* PROGRAMMERS: Giannis Adamopoulos * PROGRAMMERS: Giannis Adamopoulos
*/ */
#include <windows.h>
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <wingdi.h>
#include <winuser.h>
#include "helper.h" #include "helper.h"
#include <undocuser.h>
#define DESKTOP_ALL_ACCESS 0x01ff #define DESKTOP_ALL_ACCESS 0x01ff

View file

@ -1,7 +1,5 @@
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <winuser.h>
#include "resource.h"
START_TEST(CreateIconFromResourceEx) START_TEST(CreateIconFromResourceEx)
{ {

View file

@ -5,9 +5,8 @@
* PROGRAMMERS: Thomas Faber * PROGRAMMERS: Thomas Faber
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <winuser.h>
#include "helper.h" #include "helper.h"
#include <undocuser.h> #include <undocuser.h>

View file

@ -1,7 +1,6 @@
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include "resource.h" #include <winuser.h>
START_TEST(DestroyCursorIcon) START_TEST(DestroyCursorIcon)
{ {

View file

@ -1,7 +1,6 @@
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include "resource.h" #include <winuser.h>
START_TEST(DrawIconEx) START_TEST(DrawIconEx)
{ {

View file

@ -1,7 +1,7 @@
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include <winuser.h>
#include "resource.h" #include "resource.h"
// FIXME user32 // FIXME user32

View file

@ -5,13 +5,11 @@
* PROGRAMMERS: Giannis Adamopoulos * PROGRAMMERS: Giannis Adamopoulos
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <winuser.h>
#include <assert.h> #include <assert.h>
HHOOK hKbdHook, hKbdLLHook; HHOOK hKbdHook, hKbdLLHook;
LRESULT CALLBACK KeyboardProc(int code, WPARAM wParam, LPARAM lParam) LRESULT CALLBACK KeyboardProc(int code, WPARAM wParam, LPARAM lParam)
{ {

View file

@ -5,9 +5,8 @@
* PROGRAMMERS: Thomas Faber * PROGRAMMERS: Thomas Faber
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <winuser.h>
void Test_GetMessage(HWND hWnd) void Test_GetMessage(HWND hWnd)
{ {

View file

@ -5,9 +5,9 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include <winuser.h>
void Test_GetSystemMetrics() void Test_GetSystemMetrics()
{ {

View file

@ -5,10 +5,8 @@
* PROGRAMMERS: Magnus Olsen * PROGRAMMERS: Magnus Olsen
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <winuser.h>
typedef struct _LPK_LPEDITCONTROL_LIST typedef struct _LPK_LPEDITCONTROL_LIST
{ {

View file

@ -1,8 +1,7 @@
#include <stdio.h> #include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include "resource.h" #include <winuser.h>
START_TEST(LoadImage) START_TEST(LoadImage)
{ {

View file

@ -7,7 +7,7 @@
#include <stdio.h> #include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <winuser.h>
#define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0])) #define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0]))

View file

@ -5,9 +5,9 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include <winuser.h>
void Test_ScrollDC() void Test_ScrollDC()
{ {

View file

@ -5,9 +5,9 @@
* PROGRAMMERS: Timo Kreuzer * PROGRAMMERS: Timo Kreuzer
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include <winuser.h>
void Test_ScrollWindowEx() void Test_ScrollWindowEx()
{ {

View file

@ -5,9 +5,9 @@
* PROGRAMMERS: Giannis Adamopoulos * PROGRAMMERS: Giannis Adamopoulos
*/ */
#include <stdio.h>
#include <wine/test.h> #include <wine/test.h>
#include <windows.h> #include <wingdi.h>
#include <winuser.h>
#include "helper.h" #include "helper.h"
#include <undocuser.h> #include <undocuser.h>

Some files were not shown because too many files have changed in this diff Show more