Skip to content
Snippets Groups Projects
Commit 4f9fcb1a authored by deuce's avatar deuce
Browse files

Ah well, I can't change it NOW. *sigh*

parent f402317e
Branches
Tags
No related merge requests found
......@@ -545,15 +545,14 @@ typedef void OD_PERSONALITY_PROC;
/* ========================================================================= */
/* Force byte alignment, if possible */
/* 04/05 Why do this? It's not like you write structs to disk!
/* #ifdef __TURBOC__ */
/* #if(__TURBOC__ >= 0x295) */
/* #pragma option -a- */
/* #endif /* __TURBOC__ >= 0x295 */
/* #endif /* __TURBOC__ */
/* #ifdef _MSC_VER */
/* #pragma pack(1) */
/* #endif /* _MSC_VER */
#ifdef __TURBOC__
#if(__TURBOC__ >= 0x295)
#pragma option -a-
#endif /* __TURBOC__ >= 0x295 */
#endif /* __TURBOC__ */
#ifdef _MSC_VER
#pragma pack(1)
#endif /* _MSC_VER */
typedef struct
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment