diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-06-21 23:40:13 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-06-21 23:40:13 +0300 |
commit | 2062cdd6ca671fb6a1b0d3bfb4146de02bfb15d2 (patch) | |
tree | 523708628e6c10427f3384897f5587a9794bb48b /vcl/inc/ios | |
parent | 1b74a59a35ca36d6eb52a0a043f385c5f67e8c39 (diff) |
Add (dummy) svsys.h file for Android
Diffstat (limited to 'vcl/inc/ios')
-rw-r--r-- | vcl/inc/ios/svsys.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/inc/ios/svsys.h b/vcl/inc/ios/svsys.h index 0d01631c09f0..a8edcab96eef 100644 --- a/vcl/inc/ios/svsys.h +++ b/vcl/inc/ios/svsys.h @@ -13,7 +13,7 @@ * License. * * The Initial Developer of the Original Code is Tor Lillqvist <tml@iki.fi> - * Portions created by the Initial Developer are Copyright (C) 2010 the + * Portions created by the Initial Developer are Copyright (C) 2011 the * Initial Developer. All Rights Reserved. * * For minor contributions see the git repository. @@ -25,12 +25,12 @@ * instead of those above. */ -#ifndef _SV_SVSYS_H -#define _SV_SVSYS_H +#ifndef _VCL_IOS_SVSYS_H +#define _VCL_IOS_SVSYS_H // ? -#endif // _SV_SVSYS_H +#endif // _VCL_IOS_SVSYS_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |