Actions
Emulator Issues #42
closedLinux FileUtil.cpp update can be compatible with 64bits?
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
you can see the changes here.
http://code.google.com/p/dolphin-emu/source/diff?r=38&format=side&path=/trunk/Source/Core/Common/Src/FileUtil.cpp
the variable _WIN32 is an enviroment variable? if yes.. how can it you
work on 64bits system?
#ifdef _WIN32
#include <shellapi.h>
#endif
Actions