OSDN Git Service

Unit Cell dialog is being modified. Still not working very well.
[molby/Molby.git] / wxSources / MyMBConv.h
1 /*
2  *  MyMBConv.h
3  *  Molby
4  *
5  *  Created by Toshi Nagata on 11/09/30.
6  *  Copyright 2011 __MyCompanyName__. All rights reserved.
7  *
8  */
9
10 #ifndef __MyMBConv_h__
11 #define __MyMBConv_h__
12
13 #if defined(__WXMAC__)
14 #define WX_DEFAULT_CONV wxConvUTF8
15 #elif defined(__WXMSW__)
16 #define WX_DEFAULT_CONV *wxConvCurrent
17 #endif
18
19 #endif  /* __MyMBConv_h__ */