Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Mar 23, 2016
1 parent 72fc4dd commit 60966ca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doomsday/sdk/libcore/include/de/filesys/nativepath.h
Expand Up @@ -14,7 +14,7 @@
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
* General Public License for more details. You should have received a copy of
* the GNU Lesser General Public License along with this program; if not, see:
* http://www.gnu.org/licenses</small>
* http://www.gnu.org/licenses</small>
*/

#ifndef LIBDENG2_NATIVEPATH_H
Expand Down
1 change: 1 addition & 0 deletions doomsday/sdk/libcore/src/core/app.cpp
Expand Up @@ -169,6 +169,7 @@ DENG2_PIMPL(App)

void initFileSystem(bool allowPlugins)
{
// Executables.
Folder &binFolder = fs.makeFolder("/bin");

// Initialize the built-in folders. This hooks up the default native
Expand Down
4 changes: 3 additions & 1 deletion doomsday/sdk/liblegacy/include/de/liblegacy.h
Expand Up @@ -47,7 +47,9 @@
#endif

#if defined(__x86_64__) || defined(__x86_64) || defined(_LP64)
# define __64BIT__
# ifndef __64BIT__
# define __64BIT__
# endif
#endif

#ifdef DENG2_USE_QT
Expand Down

0 comments on commit 60966ca

Please sign in to comment.