~ubuntu-branches/ubuntu/intrepid/ecl/intrepid

« back to all changes in this revision

Viewing changes to src/gc/win32_threads.c

  • Committer: Bazaar Package Importer
  • Author(s): Albin Tonnerre
  • Date: 2008-06-20 18:00:19 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080620180019-7fbz1ln5444vtkkr
Tags: 0.9j-20080306-2ubuntu1
* Enabled unicode support. (Closes: LP #123530)
* Modify Maintainer value to match the DebianMaintainerField specification.

Show diffs side-by-side

added added

removed removed

Lines of Context:
437
437
 
438
438
#if !defined(CYGWIN32)
439
439
 
440
 
#if !defined(MSWINCE) && defined(GC_DLL)
 
440
#if  0 /*!defined(MSWINCE) && defined(GC_DLL)*/
441
441
 
442
442
/* We register threads from DllMain */
443
443