Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
c796d10a
Commit
c796d10a
authored
Apr 28, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Require Windows XP
(I doubt VLC 1.2.0 will be out before July 13th this year)
parent
0ef46dbe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
bin/winvlc.c
bin/winvlc.c
+0
-5
configure.ac
configure.ac
+2
-2
No files found.
bin/winvlc.c
View file @
c796d10a
...
...
@@ -46,11 +46,6 @@
static
void
check_crashdump
(
void
);
LONG
WINAPI
vlc_exception_filter
(
struct
_EXCEPTION_POINTERS
*
lpExceptionInfo
);
# endif
typedef
enum
_HEAP_INFORMATION_CLASS
{
HeapCompatibilityInformation
,
HeapEnableTerminationOnCorruption
}
HEAP_INFORMATION_CLASS
;
WINBASEAPI
BOOL
WINAPI
HeapSetInformation
(
HANDLE
,
HEAP_INFORMATION_CLASS
,
PVOID
,
SIZE_T
);
#define HeapEnableTerminationOnCorruption (HEAP_INFORMATION_CLASS)1
#endif
...
...
configure.ac
View file @
c796d10a
...
...
@@ -312,12 +312,12 @@ case "${host_os}" in
;;
*mingw32*)
SYS=mingw32
AC_DEFINE([_WIN32_WINNT], 0x050
0, [Define to '0x0500' for Windows 2000
APIs.])
AC_DEFINE([_WIN32_WINNT], 0x050
1, [Define to '0x0500' for Windows XP
APIs.])
;;
*cygwin*)
dnl Check if we are using the mno-cygwin mode in which case we are
dnl actually dealing with a mingw32 compiler.
AC_DEFINE([_WIN32_WINNT], 0x050
0, [Define to '0x0500' for Windows 2000
APIs.])
AC_DEFINE([_WIN32_WINNT], 0x050
1, [Define to '0x0501' for Windows XP
APIs.])
AC_EGREP_CPP(yes,
[#ifdef WIN32
yes
...
...
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