mirror of https://github.com/stella-emu/stella.git
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:
parent
c771f6caa2
commit
d8e262ddaf
|
@ -13,7 +13,7 @@
|
||||||
// See the file "license" for information on usage and redistribution of
|
// See the file "license" for information on usage and redistribution of
|
||||||
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
// 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
|
// Based on code from ScummVM - Scumm Interpreter
|
||||||
// Copyright (C) 2002-2004 The ScummVM project
|
// Copyright (C) 2002-2004 The ScummVM project
|
||||||
|
@ -77,8 +77,7 @@
|
||||||
class MyDocumentsFinder
|
class MyDocumentsFinder
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
MyDocumentsFinder::MyDocumentsFinder()
|
MyDocumentsFinder() : myFolderModule(0), myFolderPathFunc(0)
|
||||||
: myFolderModule(0), myFolderPathFunc(0)
|
|
||||||
{
|
{
|
||||||
myFolderModule = LoadLibrary("shfolder.dll");
|
myFolderModule = LoadLibrary("shfolder.dll");
|
||||||
if(myFolderModule)
|
if(myFolderModule)
|
||||||
|
|
Loading…
Reference in New Issue