One final (minor) change for the Win32 Mingw compile. Luckily, it doesn't affect the other builds.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1637 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2009-01-17 15:14:46 +00:00
parent c771f6caa2
commit d8e262ddaf
1 changed files with 2 additions and 3 deletions

View File

@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
// $Id: FSNodeWin32.cxx,v 1.22 2009-01-16 20:00:35 stephena Exp $
// $Id: FSNodeWin32.cxx,v 1.23 2009-01-17 15:14:46 stephena Exp $
//
// Based on code from ScummVM - Scumm Interpreter
// Copyright (C) 2002-2004 The ScummVM project
@ -77,8 +77,7 @@
class MyDocumentsFinder
{
public:
MyDocumentsFinder::MyDocumentsFinder()
: myFolderModule(0), myFolderPathFunc(0)
MyDocumentsFinder() : myFolderModule(0), myFolderPathFunc(0)
{
myFolderModule = LoadLibrary("shfolder.dll");
if(myFolderModule)