Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
55b45d00
Commit
55b45d00
authored
Mar 24, 2022
by
Eric Pouech
Committed by
Alexandre Julliard
Mar 24, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll/tests: Finalize migration to long types.
Signed-off-by:
Eric Pouech
<
eric.pouech@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
6df7b224
Hide whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
0 additions
and
25 deletions
+0
-25
Makefile.in
dlls/ntdll/tests/Makefile.in
+0
-1
atom.c
dlls/ntdll/tests/atom.c
+0
-1
change.c
dlls/ntdll/tests/change.c
+0
-1
directory.c
dlls/ntdll/tests/directory.c
+0
-1
env.c
dlls/ntdll/tests/env.c
+0
-1
error.c
dlls/ntdll/tests/error.c
+0
-1
exception.c
dlls/ntdll/tests/exception.c
+0
-1
file.c
dlls/ntdll/tests/file.c
+0
-1
info.c
dlls/ntdll/tests/info.c
+0
-1
large_int.c
dlls/ntdll/tests/large_int.c
+0
-1
om.c
dlls/ntdll/tests/om.c
+0
-1
path.c
dlls/ntdll/tests/path.c
+0
-1
pipe.c
dlls/ntdll/tests/pipe.c
+0
-1
port.c
dlls/ntdll/tests/port.c
+0
-1
reg.c
dlls/ntdll/tests/reg.c
+0
-1
rtl.c
dlls/ntdll/tests/rtl.c
+0
-1
rtlbitmap.c
dlls/ntdll/tests/rtlbitmap.c
+0
-1
rtlstr.c
dlls/ntdll/tests/rtlstr.c
+0
-1
string.c
dlls/ntdll/tests/string.c
+0
-1
sync.c
dlls/ntdll/tests/sync.c
+0
-1
thread.c
dlls/ntdll/tests/thread.c
+0
-1
threadpool.c
dlls/ntdll/tests/threadpool.c
+0
-1
time.c
dlls/ntdll/tests/time.c
+0
-1
virtual.c
dlls/ntdll/tests/virtual.c
+0
-1
wow64.c
dlls/ntdll/tests/wow64.c
+0
-1
No files found.
dlls/ntdll/tests/Makefile.in
View file @
55b45d00
EXTRADEFS
=
-DWINE_NO_LONG_TYPES
TESTDLL
=
ntdll.dll
IMPORTS
=
user32 advapi32
...
...
dlls/ntdll/tests/atom.c
View file @
55b45d00
...
...
@@ -20,7 +20,6 @@
* We use function pointers here as there is no import library for NTDLL on
* windows.
*/
#undef WINE_NO_LONG_TYPES
/* temporary for migration */
#include <stdio.h>
#include <stdarg.h>
...
...
dlls/ntdll/tests/change.c
View file @
55b45d00
...
...
@@ -17,7 +17,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#undef WINE_NO_LONG_TYPES
/* temporary for migration */
#include <ntstatus.h>
#define WIN32_NO_STATUS
...
...
dlls/ntdll/tests/directory.c
View file @
55b45d00
...
...
@@ -23,7 +23,6 @@
* We use function pointers here as there is no import library for NTDLL on
* windows.
*/
#undef WINE_NO_LONG_TYPES
/* temporary for migration */
#include <stdio.h>
#include <stdarg.h>
...
...
dlls/ntdll/tests/env.c
View file @
55b45d00
...
...
@@ -17,7 +17,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#undef WINE_NO_LONG_TYPES
/* temporary for migration */
#include <stdio.h>
...
...
dlls/ntdll/tests/error.c
View file @
55b45d00
...
...
@@ -18,7 +18,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#undef WINE_NO_LONG_TYPES
/* temporary for migration */
#include <stdarg.h>
#include <stdio.h>
...
...
dlls/ntdll/tests/exception.c
View file @
55b45d00
...
...
@@ -17,7 +17,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#undef WINE_NO_LONG_TYPES
/* temporary for migration */
#include <stdarg.h>
#include <stdio.h>
...
...
dlls/ntdll/tests/file.c
View file @
55b45d00
...
...
@@ -23,7 +23,6 @@
* We use function pointers here as there is no import library for NTDLL on
* windows.
*/
#undef WINE_NO_LONG_TYPES
/* temporary for migration */
#include <stdio.h>
#include <stdarg.h>
...
...
dlls/ntdll/tests/info.c
View file @
55b45d00
...
...
@@ -17,7 +17,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*
*/
#undef WINE_NO_LONG_TYPES
/* temporary for migration */
#include "ntdll_test.h"
#include <winnls.h>
...
...
dlls/ntdll/tests/large_int.c
View file @
55b45d00
...
...
@@ -20,7 +20,6 @@
* We use function pointers here as there is no import library for NTDLL on
* windows.
*/
#undef WINE_NO_LONG_TYPES
/* temporary for migration */
#include <stdlib.h>
...
...
dlls/ntdll/tests/om.c
View file @
55b45d00
...
...
@@ -18,7 +18,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#undef WINE_NO_LONG_TYPES
/* temporary for migration */
#include "ntdll_test.h"
#include "winternl.h"
...
...
dlls/ntdll/tests/path.c
View file @
55b45d00
...
...
@@ -17,7 +17,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#undef WINE_NO_LONG_TYPES
/* temporary for migration */
#include "ntdll_test.h"
#include "winnls.h"
...
...
dlls/ntdll/tests/pipe.c
View file @
55b45d00
...
...
@@ -16,7 +16,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#undef WINE_NO_LONG_TYPES
/* temporary for migration */
#include <stdio.h>
#include <stdarg.h>
...
...
dlls/ntdll/tests/port.c
View file @
55b45d00
...
...
@@ -16,7 +16,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#undef WINE_NO_LONG_TYPES
/* temporary for migration */
#include <stdio.h>
#include <stdarg.h>
...
...
dlls/ntdll/tests/reg.c
View file @
55b45d00
...
...
@@ -21,7 +21,6 @@
* helper function RTL_GetKeyHandle().--Brad DeMorrow
*
*/
#undef WINE_NO_LONG_TYPES
/* temporary for migration */
#include "ntdll_test.h"
#include "winternl.h"
...
...
dlls/ntdll/tests/rtl.c
View file @
55b45d00
...
...
@@ -20,7 +20,6 @@
* We use function pointers here as there is no import library for NTDLL on
* windows.
*/
#undef WINE_NO_LONG_TYPES
/* temporary for migration */
#include <stdlib.h>
...
...
dlls/ntdll/tests/rtlbitmap.c
View file @
55b45d00
...
...
@@ -20,7 +20,6 @@
* We use function pointers here as some of the bitmap functions exist only
* in later versions of ntdll.
*/
#undef WINE_NO_LONG_TYPES
/* temporary for migration */
#include "ntdll_test.h"
...
...
dlls/ntdll/tests/rtlstr.c
View file @
55b45d00
...
...
@@ -21,7 +21,6 @@
* We use function pointers here as there is no import library for NTDLL on
* windows.
*/
#undef WINE_NO_LONG_TYPES
/* temporary for migration */
#include <stdlib.h>
...
...
dlls/ntdll/tests/string.c
View file @
55b45d00
...
...
@@ -20,7 +20,6 @@
* We use function pointers here as there is no import library for NTDLL on
* windows.
*/
#undef WINE_NO_LONG_TYPES
/* temporary for migration */
#include <stdlib.h>
#include <limits.h>
...
...
dlls/ntdll/tests/sync.c
View file @
55b45d00
...
...
@@ -17,7 +17,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#undef WINE_NO_LONG_TYPES
/* temporary for migration */
#include <stdarg.h>
...
...
dlls/ntdll/tests/thread.c
View file @
55b45d00
...
...
@@ -18,7 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*
*/
#undef WINE_NO_LONG_TYPES
/* temporary for migration */
#include "ntdll_test.h"
...
...
dlls/ntdll/tests/threadpool.c
View file @
55b45d00
...
...
@@ -17,7 +17,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#undef WINE_NO_LONG_TYPES
/* temporary for migration */
#define NONAMELESSSTRUCT
#define NONAMELESSUNION
...
...
dlls/ntdll/tests/time.c
View file @
55b45d00
...
...
@@ -17,7 +17,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#undef WINE_NO_LONG_TYPES
/* temporary for migration */
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
...
...
dlls/ntdll/tests/virtual.c
View file @
55b45d00
...
...
@@ -17,7 +17,6 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#undef WINE_NO_LONG_TYPES
/* temporary for migration */
#include <stdio.h>
...
...
dlls/ntdll/tests/wow64.c
View file @
55b45d00
...
...
@@ -18,7 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*
*/
#undef WINE_NO_LONG_TYPES
/* temporary for migration */
#include "ntdll_test.h"
#include "winioctl.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment