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
3c0cdc79
Commit
3c0cdc79
authored
Nov 23, 2006
by
Damien Fouilleul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- latest mingw headers removed some category definitions
parent
0c32d853
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
activex/main.cpp
activex/main.cpp
+8
-3
No files found.
activex/main.cpp
View file @
3c0cdc79
...
...
@@ -29,6 +29,8 @@
#include <windows.h>
#include <shlwapi.h>
#include <guiddef.h>
using
namespace
std
;
#define COMPANY_STR "VideoLAN"
...
...
@@ -43,10 +45,11 @@ using namespace std;
#define GUID_STRLEN 39
/*
** MingW headers do not declare those
** MingW headers
& libs
do not declare those
*/
extern
const
CATID
CATID_SafeForInitializing
;
extern
const
CATID
CATID_SafeForScripting
;
DEFINE_GUID
(
CATID_InternetAware
,
0x0DE86A58
,
0x2BAA
,
0x11CF
,
0xA2
,
0x29
,
0x00
,
0xAA
,
0x00
,
0x3D
,
0x73
,
0x52
);
DEFINE_GUID
(
CATID_SafeForInitializing
,
0x7DD95802
,
0x9882
,
0x11CF
,
0x9F
,
0xA9
,
0x00
,
0xAA
,
0x00
,
0x6C
,
0x42
,
0xC4
);
DEFINE_GUID
(
CATID_SafeForScripting
,
0x7DD95801
,
0x9882
,
0x11CF
,
0x9F
,
0xA9
,
0x00
,
0xAA
,
0x00
,
0x6C
,
0x42
,
0xC4
);
static
LONG
i_class_ref
=
0
;
static
HINSTANCE
h_instance
=
0
;
...
...
@@ -150,6 +153,7 @@ STDAPI DllUnregisterServer(VOID)
CATID
implCategories
[]
=
{
CATID_Control
,
CATID_PersistsToPropertyBag
,
CATID_InternetAware
,
CATID_SafeForInitializing
,
CATID_SafeForScripting
,
};
...
...
@@ -318,6 +322,7 @@ STDAPI DllRegisterServer(VOID)
CATID
implCategories
[]
=
{
CATID_Control
,
CATID_PersistsToPropertyBag
,
CATID_InternetAware
,
CATID_SafeForInitializing
,
CATID_SafeForScripting
,
};
...
...
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