~ubuntu-branches/ubuntu/precise/luatex/precise

« back to all changes in this revision

Viewing changes to src/texk/kpathsea/win32lib.h

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2008-07-07 11:01:13 UTC
  • mfrom: (1.1.5 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080707110113-1y7lam37zbbb7bbt
Tags: 0.28.0-1
* two new upstream releases, see the respective ANNOUCE files
* add luasocket license statement to debian/copyright
* activate the pdfluatex format
* prepare for latex based formats
  - add the ini files from TeX Live
  - add debian/formats file
  - adjust dh_installtex incantation
  the problem is that luatex dies when loading ukrhypmp.tex from 
  texlive-lang-cyrillic, but we don't want to conflict with it by now.
* policy 3.8.0, rename README.Debian-source to README.source, and add
  notes about quilt usage
* disable patch fix-pwd-inclusion (it was from svn)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#pragma warning( disable : 4007 4096 4018 4244 )
5
5
 
6
6
#include <stdlib.h>
 
7
/* The embedded rndnpc.h defines boolean as 'unsigned char',
 
8
   and we do not want that. 
 
9
   This should be safe as long as we don't use npc ourselves. */
 
10
#define boolean saved_boolean
7
11
#include <windows.h>
8
12
#include <winerror.h>
9
13
#include <winnt.h>
 
14
#undef boolean
10
15
#include <dirent.h>
11
16
#include <direct.h>
12
17