summaryrefslogtreecommitdiff
path: root/src/prefix_file.h
blob: 5b32f90ecca61a2da7e1b29652a0eed9a898a873 (plain)
1
2
3
4
5
6
7
8
9
10
11
// dummy prefix file, used for CW based projects which do
// not need the prefix file here, but in the target settings

#ifdef _MSC_VER
#error "this is not the right prefix_file.h -> reorder include paths such that project-specific prefix is used!"
#endif

#ifdef __PALM_OS__
#error "this is not the right prefix_file.h -> reorder access paths such that project-specific prefix is used!"
#endif