15 lines
198 B
C++
15 lines
198 B
C++
|
#include <precomp.h>
|
||
|
#include "pathmgr.h"
|
||
|
#include <api/api.h>
|
||
|
#include <bfc/util/inifile.h>
|
||
|
|
||
|
#if !defined(WIN32) && !defined(LINUX)
|
||
|
#error port me
|
||
|
#endif
|
||
|
|
||
|
#ifdef WIN32
|
||
|
#include <shlobj.h>
|
||
|
#endif
|
||
|
|
||
|
|