Centralize SpecialDirs.

This commit is contained in:
Renaud Lepage
2014-01-26 19:14:41 -05:00
parent f1e5218658
commit e9226aedc4
2 changed files with 35 additions and 10 deletions
+2 -10
View File
@@ -12,15 +12,7 @@
#include "ScreenPrompt.h"
#include "SongManager.h"
#include "RageFile.h"
// there should probably be a better way to handle this: -aj
#if defined(_WINDOWS)
#include "archutils/Win32/SpecialDirs.h"
#elif defined(MACOSX)
#include "archutils/Darwin/SpecialDirs.h"
#elif defined(UNIX)
#include "archutils/Unix/SpecialDirs.h"
#endif
#include "archutils/SpecialDirs.h"
// main page (type list)
REGISTER_SCREEN_CLASS( ScreenOptionsExportPackage );
@@ -286,7 +278,7 @@ void ScreenOptionsExportPackageSubPage::ExportOptions( int iRow, const vector<Pl
}
/*
* (c) 2002-2011 Chris Danford, AJ Kelly
* (c) 2002-2014 Chris Danford, AJ Kelly, Renaud Lepage
* All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a