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
d47037fe
Commit
d47037fe
authored
Feb 21, 2008
by
Damien Fouilleul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
activex: oops, used duplicate id for BITMAP resource
parent
dc1a69f8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
projects/activex/axvlc_rc.rc
projects/activex/axvlc_rc.rc
+1
-1
projects/activex/plugin.cpp
projects/activex/plugin.cpp
+1
-1
No files found.
projects/activex/axvlc_rc.rc
View file @
d47037fe
...
...
@@ -32,7 +32,7 @@ BEGIN
END
END
1
BITMAP DISCARDABLE "inplace.bmp"
2
BITMAP DISCARDABLE "inplace.bmp"
1 TYPELIB "axvlc.tlb"
projects/activex/plugin.cpp
View file @
d47037fe
...
...
@@ -106,7 +106,7 @@ VLCPluginClass::VLCPluginClass(LONG *p_class_ref, HINSTANCE hInstance, REFCLSID
_inplace_wndclass_atom
=
0
;
}
HBITMAP
hbitmap
=
(
HBITMAP
)
LoadImage
(
getHInstance
(),
MAKEINTRESOURCE
(
1
),
IMAGE_BITMAP
,
0
,
0
,
LR_DEFAULTCOLOR
);
HBITMAP
hbitmap
=
(
HBITMAP
)
LoadImage
(
getHInstance
(),
MAKEINTRESOURCE
(
2
),
IMAGE_BITMAP
,
0
,
0
,
LR_DEFAULTCOLOR
);
if
(
NULL
!=
hbitmap
)
{
PICTDESC
pictDesc
;
...
...
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