EmptyClipboard.c (c2c66aff) EmptyClipboard.c (c39b0fc6)
1/*
2 * PROJECT: ReactOS api tests
3 * LICENSE: GPL - See COPYING in the top level directory
4 * PURPOSE: Test for EmptyClipboard
5 * PROGRAMMERS: Giannis Adamopoulos
6 */
7
1/*
2 * PROJECT: ReactOS api tests
3 * LICENSE: GPL - See COPYING in the top level directory
4 * PURPOSE: Test for EmptyClipboard
5 * PROGRAMMERS: Giannis Adamopoulos
6 */
7
8#include <apitest.h>
8#include "precomp.h"
9
9
10#include <wingdi.h>
11#include <winuser.h>
12
13#include <msgtrace.h>
14#include <user32testhelpers.h>
15
16HWND hWnd1, hWnd2;
17
18CRITICAL_SECTION CritSect;
19
20/* FIXME: test for HWND_TOP, etc...*/
21static int get_iwnd(HWND hWnd)
22{
23 if(hWnd == hWnd1) return 1;

--- 172 unchanged lines hidden ---
10HWND hWnd1, hWnd2;
11
12CRITICAL_SECTION CritSect;
13
14/* FIXME: test for HWND_TOP, etc...*/
15static int get_iwnd(HWND hWnd)
16{
17 if(hWnd == hWnd1) return 1;

--- 172 unchanged lines hidden ---