Subversion Repositories filter_foundry

Rev

Rev 268 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 268 Rev 439
Line 15... Line 15...
15
    You should have received a copy of the GNU General Public License
15
    You should have received a copy of the GNU General Public License
16
    along with this program; if not, write to the Free Software
16
    along with this program; if not, write to the Free Software
17
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
*/
18
*/
19
 
19
 
-
 
20
#ifndef COMPAT_STRING_H_
-
 
21
#define COMPAT_STRING_H_
-
 
22
 
20
#if macintosh
23
#if macintosh
21
 
24
 
22
#include <plstringfuncs.h>
25
#include <plstringfuncs.h>
23
#include <numberformatting.h>
26
#include <numberformatting.h>
24
 
27
 
Line 31... Line 34...
31
 
34
 
32
void NumToString(long n, unsigned char *dst);
35
void NumToString(long n, unsigned char *dst);
33
 
36
 
34
#endif
37
#endif
35
 
38
 
-
 
39
#endif