Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
ba06700b
Commit
ba06700b
authored
Jun 14, 2008
by
Jean-Baptiste Kempf
Browse files
Kill a warning on windows.
parent
f82fe2f3
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/access/smb.c
View file @
ba06700b
...
...
@@ -444,7 +444,8 @@ static void Win32AddConnection( access_t *p_access, char *psz_path,
char
psz_remote
[
MAX_PATH
],
psz_server
[
MAX_PATH
],
psz_share
[
MAX_PATH
];
NETRESOURCE
net_resource
;
DWORD
i_result
;
char
*
psz_parser
;
char
*
ps_parser
;
VLC_UNUSED
(
psz_domain
);
HINSTANCE
hdll
=
LoadLibrary
(
_T
(
"MPR.DLL"
));
if
(
!
hdll
)
...
...
Write
Preview
Supports
Markdown
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