~ubuntu-branches/debian/experimental/mednafen/experimental

« back to all changes in this revision

Viewing changes to intl/os2compat.h

  • Committer: Package Import Robot
  • Author(s): Stephen Kitt
  • Date: 2012-01-31 07:21:35 UTC
  • mfrom: (1.2.8)
  • Revision ID: package-import@ubuntu.com-20120131072135-es3dj12y00xcnrsk
Tags: 0.9.19-1
* New upstream WIP version.
* Update copyright information.
* Refresh use-system-tremor.patch and remove psx-big-endian-only.patch.
* Add spelling-fixes.patch based on Lintian's recommendations.
* Build-depend on debhelper 9 or later and remove corresponding Lintian
  override.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef OS2_AWARE
22
22
 
23
23
#undef LIBDIR
24
 
#define LIBDIR                  _nlos2_libdir
 
24
#define LIBDIR _nlos2_libdir
25
25
extern char *_nlos2_libdir;
26
26
 
27
27
#undef LOCALEDIR
28
 
#define LOCALEDIR               _nlos2_localedir
 
28
#define LOCALEDIR _nlos2_localedir
29
29
extern char *_nlos2_localedir;
30
30
 
31
31
#undef LOCALE_ALIAS_PATH
32
 
#define LOCALE_ALIAS_PATH       _nlos2_localealiaspath
 
32
#define LOCALE_ALIAS_PATH _nlos2_localealiaspath
33
33
extern char *_nlos2_localealiaspath;
34
34
 
35
35
#endif