Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
346ba619
Commit
346ba619
authored
Jan 24, 2008
by
Rafaël Carré
Browse files
qt4: do not build windows registry code when not compiling for windows
parent
5796854f
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/util/registry.cpp
View file @
346ba619
...
...
@@ -25,6 +25,8 @@
# include "config.h"
#endif
#ifdef WIN32
#include
"registry.hpp"
QVLCRegistry
::
QVLCRegistry
(
HKEY
rootKey
)
...
...
@@ -185,3 +187,4 @@ double QVLCRegistry::ReadRegistryDouble( char *path, char *valueName, double def
return
default_value
;
}
#endif
/* WIN32 */
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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