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
650b6a9f
Commit
650b6a9f
authored
Nov 22, 2022
by
Brendan Shanks
Committed by
Alexandre Julliard
Dec 02, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Remove ApplicationServices.framework check (always present on macOS).
parent
87eb0a54
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
13 deletions
+2
-13
configure
configure
+0
-6
configure.ac
configure.ac
+0
-1
cups.c
dlls/winspool.drv/cups.c
+2
-2
config.h.in
include/config.h.in
+0
-4
No files found.
configure
View file @
650b6a9f
...
...
@@ -7844,12 +7844,6 @@ then :
printf
"%s
\n
"
"#define HAVE_AL_AL_H 1"
>>
confdefs.h
fi
ac_fn_c_check_header_compile
"
$LINENO
"
"ApplicationServices/ApplicationServices.h"
"ac_cv_header_ApplicationServices_ApplicationServices_h"
"
$ac_includes_default
"
if
test
"x
$ac_cv_header_ApplicationServices_ApplicationServices_h
"
=
xyes
then
:
printf
"%s
\n
"
"#define HAVE_APPLICATIONSERVICES_APPLICATIONSERVICES_H 1"
>>
confdefs.h
fi
ac_fn_c_check_header_compile
"
$LINENO
"
"CL/cl.h"
"ac_cv_header_CL_cl_h"
"
$ac_includes_default
"
if
test
"x
$ac_cv_header_CL_cl_h
"
=
xyes
then
:
...
...
configure.ac
View file @
650b6a9f
...
...
@@ -407,7 +407,6 @@ AC_SYS_LARGEFILE()
AC_CHECK_HEADERS(\
AL/al.h \
ApplicationServices/ApplicationServices.h \
CL/cl.h \
Carbon/Carbon.h \
CoreAudio/CoreAudio.h \
...
...
dlls/winspool.drv/cups.c
View file @
650b6a9f
...
...
@@ -41,7 +41,7 @@
#include <cups/ppd.h>
#endif
#ifdef
HAVE_APPLICATIONSERVICES_APPLICATIONSERVICES_H
#ifdef
__APPLE__
#define GetCurrentProcess GetCurrentProcess_Mac
#define GetCurrentThread GetCurrentThread_Mac
#define LoadResource LoadResource_Mac
...
...
@@ -386,7 +386,7 @@ static NTSTATUS get_ppd( void *args )
static
NTSTATUS
get_default_page_size
(
void
*
args
)
{
#ifdef
HAVE_APPLICATIONSERVICES_APPLICATIONSERVICES_H
#ifdef
__APPLE__
const
struct
get_default_page_size_params
*
params
=
args
;
NTSTATUS
status
=
STATUS_UNSUCCESSFUL
;
PMPrintSession
session
=
NULL
;
...
...
include/config.h.in
View file @
650b6a9f
...
...
@@ -9,10 +9,6 @@
/* Define to 1 if you have the <AL/al.h> header file. */
#undef HAVE_AL_AL_H
/* Define to 1 if you have the <ApplicationServices/ApplicationServices.h>
header file. */
#undef HAVE_APPLICATIONSERVICES_APPLICATIONSERVICES_H
/* Define to 1 if you have the <arpa/inet.h> header file. */
#undef HAVE_ARPA_INET_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