2 //=============================================================================
6 * This is a wrapper for the test programs. It obviates the test cpp's
7 * from having to always include OS.h.
9 * @author Don Hinton <dhinton@dresystems.com>
11 //=============================================================================
14 #include "ace/OS_main.h"
15 #if defined (ACE_HAS_WINCE)
17 #endif /* ACE_HAS_WINCE */
18 int run_main (int argc
, ACE_TCHAR
*argv
[]);
21 ACE_TMAIN (int argc
, ACE_TCHAR
*argv
[])
23 return run_main (argc
, argv
);