UGDK  0.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
tr1.h
Go to the documentation of this file.
1 
2 #ifndef UGDK_PORTABLE_TR1_H_
3 #define UGDK_PORTABLE_TR1_H_
4 
5 #ifdef __GNUC__
6 #define FROM_TR1(header) <tr1/header>
7 #else
8 #define FROM_TR1(header) <header>
9 #endif
10 
11 #endif /* UGDK_PORTABLE_TR1_H_ */