~ubuntu-branches/ubuntu/precise/wine1.3/precise

« back to all changes in this revision

Viewing changes to dlls/gdi32/gdiobj.c

  • Committer: Package Import Robot
  • Author(s): Scott Ritchie
  • Date: 2012-01-17 09:00:34 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120117090034-eyhpp02jawlvrrkc
Tags: 1.3.37-0ubuntu1
* New upstream release
  - Many changes
* Convert to 3.0 source format
* debian/control:
  - Remove pre-multiarch amd64 build depends
  - Remove quilt build depends
  - Recommend proper gecko versions
* debian/rules:
  - Remove manual dh_quilt patch and unpatch
  - No need to uuencode/uudecode anymore with new source format

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
#define GDI_HEAP_SIZE 0xffe0
44
44
 
 
45
HMODULE gdi32_module = 0;
 
46
 
45
47
/***********************************************************************
46
48
 *          GDI stock objects
47
49
 */
578
580
 
579
581
    if (reason != DLL_PROCESS_ATTACH) return TRUE;
580
582
 
 
583
    gdi32_module = inst;
581
584
    DisableThreadLibraryCalls( inst );
582
585
    WineEngInit();
583
586