Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
b2c89dce
Commit
b2c89dce
authored
Nov 25, 2000
by
Patrik Stridvall
Committed by
Alexandre Julliard
Nov 25, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor API files update.
parent
3cf87c66
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
46 additions
and
11 deletions
+46
-11
modules.dat
tools/winapi_check/modules.dat
+2
-2
nativeapi.dat
tools/winapi_check/nativeapi.dat
+1
-0
crtdll.api
tools/winapi_check/win32/crtdll.api
+1
-3
kernel32.api
tools/winapi_check/win32/kernel32.api
+4
-0
ntdll.api
tools/winapi_check/win32/ntdll.api
+9
-0
rpcrt4.api
tools/winapi_check/win32/rpcrt4.api
+5
-0
setupapi.api
tools/winapi_check/win32/setupapi.api
+14
-0
urlmon.api
tools/winapi_check/win32/urlmon.api
+1
-0
user32.api
tools/winapi_check/win32/user32.api
+1
-0
winapi_check
tools/winapi_check/winapi_check
+8
-6
No files found.
tools/winapi_check/modules.dat
View file @
b2c89dce
...
...
@@ -25,7 +25,6 @@ dlls/commdlg
% dlls/crtdll/crtdll.spec
dlls/crtdll
library
% dlls/dciman32/dciman32.spec
...
...
@@ -102,6 +101,7 @@ win32
dlls/kernel
files
if1632
loader/ne
loader
memory
...
...
@@ -173,6 +173,7 @@ dlls/msvideo
% dlls/ntdll/ntdll.spec
dlls/ntdll
misc
scheduler
% dlls/odbc32/odbc32.spec
...
...
@@ -441,7 +442,6 @@ dlls/winsock
dlls/winsock
dlls/wsock32
library
% dlls/winspool/winspool.drv.spec
...
...
tools/winapi_check/nativeapi.dat
View file @
b2c89dce
...
...
@@ -131,6 +131,7 @@ longjmp
lseek
malloc
mblen
memccpy
memchr
memcmp
memcpy
...
...
tools/winapi_check/win32/crtdll.api
View file @
b2c89dce
...
...
@@ -8,7 +8,6 @@ BOOL
CHAR
DWORD
HANDLE
HFILE
INT
LONG
ULONG
...
...
@@ -28,7 +27,6 @@ unsigned long
CHAR *
CRTDLL_FILE *
INT *
LPCVOID
LPDWORD
LPDWORD *
...
...
@@ -48,10 +46,10 @@ char *
jmp_buf
find_t *
struct _stat *
struct win_stat *
struct _timeb *
time_t *
struct _heapinfo *
struct _utimbuf *
fpos_t *
diskfree_t *
unsigned char *
...
...
tools/winapi_check/win32/kernel32.api
View file @
b2c89dce
...
...
@@ -143,6 +143,10 @@ struct ThunkDataCommon *
va_list
va_list *
%ptr --extension
BUILTIN16_DESCRIPTOR *
%ptr # --forbidden
FARPROC16
...
...
tools/winapi_check/win32/ntdll.api
View file @
b2c89dce
...
...
@@ -101,6 +101,15 @@ VOID *
struct _TEB *
void *
%ptr --extension
GUID *
WCHAR *
char *
char ***
enum __DEBUG_CLASS
va_list
%str
LPSTR
...
...
tools/winapi_check/win32/rpcrt4.api
View file @
b2c89dce
%long
HMODULE
HRESULT
RPC_STATUS
%ptr
CLSID *
UUID *
unsigned char **
void **
\ No newline at end of file
tools/winapi_check/win32/setupapi.api
View file @
b2c89dce
...
...
@@ -2,14 +2,28 @@
BOOL
DWORD
HDEVINFO
HINF
HKEY
HWND
UINT
%ptr
PSP_DEVINFO_DATA
PDWORD
PSP_FILE_CALLBACK_A
PSP_FILE_CALLBACK_W
PINFCONTEXT
PUINT
PVOID
%str
LPSTR
PCSTR
PWSTR
%void
VOID
tools/winapi_check/win32/urlmon.api
View file @
b2c89dce
...
...
@@ -2,6 +2,7 @@
BOOL
HRESULT
long
%ptr
...
...
tools/winapi_check/win32/user32.api
View file @
b2c89dce
...
...
@@ -109,6 +109,7 @@ PSECURITY_DESCRIPTOR
PSECURITY_INFORMATION
PSECURITY_QUALITY_OF_SERVICE
PUINT
PVOID
RECT *
SCROLLINFO *
SECURITY_QUALITY_OF_SERVICE *
...
...
tools/winapi_check/winapi_check
View file @
b2c89dce
...
...
@@ -346,7 +346,7 @@ foreach my $file ($options->c_files) {
}
}
}
if
(
!
$match
)
{
if
(
!
$match
&&
$file
ne
"library/port.c"
&&
!
$nativeapi
->
is_function
(
$internal_name
)
)
{
$output
->
write
(
"is misplaced\n"
);
}
}
...
...
@@ -360,7 +360,7 @@ foreach my $file ($options->c_files) {
}
}
}
if
(
!
$match
)
{
if
(
!
$match
&&
$file
ne
"library/port.c"
&&
!
$nativeapi
->
is_function
(
$internal_name
)
)
{
$output
->
write
(
"is misplaced\n"
);
}
}
...
...
@@ -692,10 +692,12 @@ if($options->global) {
}
}
foreach
my
$name
(
sort
(
keys
(
%
includes
)))
{
if
(
!
$includes
{
$name
}{
used
})
{
if
(
$options
->
include
)
{
$output
->
write
(
"*.c: $name: include file is never used\n"
);
if
(
$options
->
headers
)
{
foreach
my
$name
(
sort
(
keys
(
%
includes
)))
{
if
(
!
$includes
{
$name
}{
used
})
{
if
(
$options
->
include
)
{
$output
->
write
(
"*.c: $name: include file is never used\n"
);
}
}
}
}
...
...
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