Commit bf1bbf37 authored by Ryan C. Gordon's avatar Ryan C. Gordon

Removed some C++ style comments from the public headers.

  Fixes Bugzilla #474.

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402577
parent 78427251
...@@ -90,8 +90,8 @@ ...@@ -90,8 +90,8 @@
#elif !defined(__WINS__) #elif !defined(__WINS__)
#undef DECLSPEC #undef DECLSPEC
#define DECLSPEC __declspec(dllexport) #define DECLSPEC __declspec(dllexport)
#endif //EKA2 #endif /* !EKA2 */
#endif //__SYMBIAN32__ #endif /* __SYMBIAN32__ */
/* Force structure packing at 4 byte alignment. /* Force structure packing at 4 byte alignment.
This is necessary if the header is included in code which has structure This is necessary if the header is included in code which has structure
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment