Changeset 1215 for trunk/dll/wrappers.c


Ignore:
Timestamp:
Sep 13, 2008, 8:54:03 AM (17 years ago)
Author:
John Small
Message:

Ticket 187: Move data declarations/definitions out of fm3dll.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/wrappers.c

    r1182 r1215  
    2929
    3030#include "fm3dll.h"
     31#include "init.h"                       // Data declaration(s)
    3132#include "wrappers.h"
    3233#include "fm3str.h"
     
    4041#include "fortify.h"                    // GetPString
    4142
     43// Data definitions
    4244static PSZ pszSrcFile = __FILE__;
     45
     46#pragma data_seg(GLOBAL1)
     47BOOL fNoLargeFileSupport;
    4348
    4449APIRET xDosFindFirst(PSZ pszFileSpec,
Note: See TracChangeset for help on using the changeset viewer.