winamp/Src/Wasabi/api/application/pathmgr.cpp

15 lines
198 B
C++
Raw Normal View History

2024-09-24 12:54:57 +00:00
#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