comparison src/XGetopt.c @ 129:fc11b1d1ad34

fix initial from header in mbox format. start moving to PST_LE_GET* rather than LE*_CPU macros so we can eventually remove the pragma packing.
author Carl Byington <carl@five-ten-sg.com>
date Thu, 05 Feb 2009 12:09:04 -0800
parents ab2a11e72250
children
comparison
equal deleted inserted replaced
128:7f747c8c9d02 129:fc11b1d1ad34
17 // damage or loss of business that this software may cause. 17 // damage or loss of business that this software may cause.
18 // 18 //
19 /////////////////////////////////////////////////////////////////////////////// 19 ///////////////////////////////////////////////////////////////////////////////
20 20
21 #ifndef __MINGW32__ /* mingw has getopt() */ 21 #ifndef __MINGW32__ /* mingw has getopt() */
22
23 #include "common.h"
24 22
25 #include "define.h" 23 #include "define.h"
26 24
27 25
28 /////////////////////////////////////////////////////////////////////////////// 26 ///////////////////////////////////////////////////////////////////////////////