Changeset 1211 for trunk/dll/notify.c


Ignore:
Timestamp:
Sep 13, 2008, 8:52:08 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/notify.c

    r1188 r1211  
    2828#define INCL_LONGLONG                   // dircnrs.h
    2929
     30#include "fm3dll.h"
     31#include "collect.h"                    // Data declaration(s)
     32#include "grep.h"                       // Data declaration(s)
     33#include "notebook.h"                   // Data declaration(s)
     34#include "init.h"                       // Data declaration(s)
    3035#include "fm3dlg.h"
    3136#include "fm3str.h"
     
    3439#include "notify.h"
    3540#include "presparm.h"                   // SetPresParams
    36 #include "fm3dll.h"
     41#include "mainwnd.h"                    // Data declaration(s)
    3742#include "wrappers.h"                   // xmalloc
    3843#include "misc.h"                       // PostMsg
     
    4146#pragma data_seg(DATA1)
    4247
     48// Data definitions
    4349static PSZ pszSrcFile = __FILE__;
    44 
    4550static volatile HWND hwndNotify;        // 16 Apr 08 SHL
     51
     52#pragma data_seg(GLOBAL1)
     53BOOL fThreadNotes;
    4654
    4755VOID StartNotes(CHAR * s);
Note: See TracChangeset for help on using the changeset viewer.