newlib: pixlib2.h & minor update

git-svn-id: svn://kolibrios.org@3301 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge)
2013-03-01 06:55:27 +00:00
parent 184ffd02ae
commit 14165c3cb3
7 changed files with 45 additions and 364 deletions

View File

@@ -15,12 +15,12 @@
/* C99 formats support (such as %a, %zu, ...) in IO functions like
* printf/scanf enabled */
/* #undef _WANT_IO_C99_FORMATS */
//#define _WANT_IO_C99_FORMATS
#define __DYNAMIC_REENT__
/* long long type support in IO functions like printf/scanf enabled */
/* #undef _WANT_IO_LONG_LONG */
#define _WANT_IO_LONG_LONG
/* Register application finalization function using atexit. */
/* #undef _WANT_REGISTER_FINI */