commit | 7c8e844d92aa604fc4b396343721ea90eb83adb8 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Tue Aug 28 17:57:49 2012 -0400 |
committer | Behdad Esfahbod <[email protected]> | Tue Aug 28 17:57:49 2012 -0400 |
tree | 11faa3ce69db73f1c3c74de3fe942824935a6c54 | |
parent | dc5df5af6b349c3d9e4ab876864d9dec8096401f [diff] [blame] |
Use namespace for OpenType tables Avoids USHORT, SHORT, ULONG, LONG clashes with Windows API.
diff --git a/src/main.cc b/src/main.cc index 07d3d69..b362744 100644 --- a/src/main.cc +++ b/src/main.cc
@@ -36,6 +36,8 @@ #include <stdio.h> +using namespace OT; + int main (int argc, char **argv)