aboutsummaryrefslogtreecommitdiff
path: root/src/plattform_guard.h
blob: 12b19f06aa79c6b9ab737cc420898c8fb0a08601 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef INPUTXSLT_SRC_PLATTFORM_GUARD_H_
#define INPUTXSLT_SRC_PLATTFORM_GUARD_H_

namespace InputXSLT {

struct PlattformGuard {
	PlattformGuard();
	~PlattformGuard();
};

}

#endif  // INPUTXSLT_SRC_PLATTFORM_GUARD_H_