Skip to content

Commit

Permalink
[ICU-4358] Try to fix an internal compiler error.
Browse files Browse the repository at this point in the history
X-SVN-Rev: 17778
  • Loading branch information
grhoten committed Jun 2, 2005
1 parent 9b65ad5 commit e4a1afc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions idnbrowser/idnbrwsr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
* This code works only if compiled and run with an ASCII-based charset!
*/

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "unicode/utypes.h"
#include "unicode/uchar.h"
#include "unicode/ustring.h"
Expand All @@ -29,18 +26,21 @@
#include "unicode/uidna.h"
#include "unicode/uscript.h"
#include "unicode/uniset.h"
#include "idnbrwsr.h"

#include "demo_settings.h"
#include "demoutil.h"

#include "idnbrwsr.h"
#include "parseqs.h"

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
//#ifdef WIN32
//# define _WIN32_WINNT 0x0400
//# include "windows.h"
//#endif

#include "parseqs.h"

#define LENGTHOF(array) (sizeof(array)/sizeof((array)[0]))

static const char htmlHeader[]=
Expand Down

0 comments on commit e4a1afc

Please sign in to comment.