blender/intern/ghost
Alexander Kuznetsov f11a6d3a84 Adds support for utf paths on Windows.
Not all file formats/calls are supported yet. It will be expended.

Please from now on use BLI_fopen, BLI_* for file manipulations.
For non-windows systems BLI_fopen just calls fopen.
For Windows, the utf-8 string is translated to utf-16 string in order to call UTF version of the function.
2012-03-20 02:17:37 +00:00
..
doc This commit fixes up a bunch of svn properties to hopefully make things a little nicer for everyone. 2007-08-28 10:07:08 +00:00
intern Adds support for utf paths on Windows. 2012-03-20 02:17:37 +00:00
test ghost tests weren't building and added some comments to ghost docs. 2012-01-18 10:16:39 +00:00
CMakeLists.txt Adds support for utf paths on Windows. 2012-03-20 02:17:37 +00:00
GHOST_C-api.h Patch by Psy-Fi + my minor changes 2012-03-16 17:37:45 +00:00
GHOST_IEvent.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
GHOST_IEventConsumer.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
GHOST_ISystem.h Patch by Psy-Fi + my minor changes 2012-03-16 17:37:45 +00:00
GHOST_ISystemPaths.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
GHOST_ITimerTask.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
GHOST_IWindow.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
GHOST_Path-api.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
GHOST_Rect.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
GHOST_Types.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
SConscript Adds support for utf paths on Windows. 2012-03-20 02:17:37 +00:00