mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:55:39 +00:00
* Addendum to r58214.
svn path=/trunk/; revision=58290
This commit is contained in:
parent
5bb23410f9
commit
c71475e3bb
131 changed files with 223 additions and 274 deletions
|
@ -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)
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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);
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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);
|
||||||
|
|
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
|
@ -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);
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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()
|
||||||
|
|
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
|
@ -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()
|
||||||
|
|
|
@ -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()
|
||||||
|
|
|
@ -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()
|
||||||
|
|
|
@ -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()
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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);
|
||||||
|
|
||||||
|
|
|
@ -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);
|
||||||
|
|
||||||
|
|
|
@ -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);
|
||||||
|
|
||||||
|
|
|
@ -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);
|
||||||
|
|
||||||
|
|
|
@ -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);
|
||||||
|
|
||||||
|
|
|
@ -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);
|
||||||
|
|
||||||
|
|
|
@ -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);
|
||||||
|
|
||||||
|
|
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
|
@ -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);
|
||||||
|
|
||||||
|
|
|
@ -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);
|
||||||
|
|
||||||
|
|
|
@ -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);
|
||||||
|
|
||||||
|
|
|
@ -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);
|
||||||
|
|
||||||
|
|
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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")
|
||||||
|
|
|
@ -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")
|
||||||
|
|
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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")
|
||||||
|
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
@ -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")
|
||||||
|
|
||||||
|
|
|
@ -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")
|
||||||
|
|
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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);
|
||||||
|
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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)
|
||||||
|
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
@ -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);
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -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);
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
|
@ -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()
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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);
|
||||||
|
|
|
@ -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)
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
@ -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]))
|
||||||
|
|
||||||
|
|
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue