~ubuntu-branches/ubuntu/gutsy/icu/gutsy

« back to all changes in this revision

Viewing changes to source/tools/toolutil/toolutil.c

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2005-05-21 22:44:31 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: package-import@ubuntu.com-20050521224431-r7rktfhnu1n4tf1g
Tags: 2.1-2.1
Rename icu-doc to icu21-doc. icu-doc is built by the icu28 package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#ifdef WIN32
20
20
#   define VC_EXTRALEAN
21
21
#   define WIN32_LEAN_AND_MEAN
 
22
#   define NOGDI
 
23
#   define NOUSER
 
24
#   define NOSERVICE
 
25
#   define NOIME
 
26
#   define NOMCX
22
27
#   include <windows.h>
23
28
#endif
24
29
#include "unicode/utypes.h"