add a missing #include
This commit is contained in:
parent
9b15142ec2
commit
50e0a3fb24
|
|
@ -62,6 +62,9 @@ PathLokiGetHomeDir()
|
||||||
gets the user's home dir (for ~/.q3a)
|
gets the user's home dir (for ~/.q3a)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef WIN32
|
||||||
|
#include <shlobj.h>
|
||||||
|
#endif
|
||||||
char *LokiGetHomeDir( void )
|
char *LokiGetHomeDir( void )
|
||||||
{
|
{
|
||||||
#ifndef Q_UNIX
|
#ifndef Q_UNIX
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user