Skip to content
Snippets Groups Projects
Commit 346ba619 authored by Rafaël Carré's avatar Rafaël Carré
Browse files

qt4: do not build windows registry code when not compiling for windows

parent 5796854f
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment