mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-11 18:01:02 -05:00
14 lines
198 B
C++
14 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
|
|
|
|
|