ARB
aw_localdef.hxx
Go to the documentation of this file.
1 // ============================================================= //
2 // //
3 // File : aw_localdef.hxx //
4 // Purpose : WINDOW internal defines //
5 // //
6 // http://www.arb-home.de/ //
7 // //
8 // ============================================================= //
9 
10 #ifndef AW_LOCALDEF_HXX
11 #define AW_LOCALDEF_HXX
12 
13 inline bool AW_IS_IMAGEREF(const char* label) {
15  return label[0] == '#';
16 }
17 
18 #else
19 #error aw_localdef.hxx included twice
20 #endif // AW_LOCALDEF_HXX
bool AW_IS_IMAGEREF(const char *label)
Definition: aw_localdef.hxx:13
const char * label