diff options
Diffstat (limited to 'Core/Unix/System.h')
-rw-r--r-- | Core/Unix/System.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Core/Unix/System.h b/Core/Unix/System.h new file mode 100644 index 0000000..63d565b --- /dev/null +++ b/Core/Unix/System.h @@ -0,0 +1,12 @@ +/* + Copyright (c) 2008 TrueCrypt Developers Association. All rights reserved. + + Governed by the TrueCrypt License 3.0 the full text of which is contained in + the file License.txt included in TrueCrypt binary and source code distribution + packages. +*/ + +#ifndef TC_HEADER_Platform_Unix_System +#define TC_HEADER_Platform_Unix_System + +#endif // TC_HEADER_Platform_Unix_System |