Changeset 1341 for trunk/fm3.c


Ignore:
Timestamp:
Dec 14, 2008, 11:18:26 PM (17 years ago)
Author:
Steven Levine
Message:

Ticket 26: add thread 1 exception handler support to applets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fm3.c

    r1336 r1341  
    2424
    2525#include "dll\fm3dll.h"
    26 #include "dll\mainwnd.h"                // Data declaration(s)
    27 #include "dll\tools.h"
    28 #include "dll\version.h"
    29 #include "dll\errutil.h"
     26#include "dll\mainwnd.h"                // hwndBubble
     27#include "dll\version.h"                // VER...
     28#include "dll\init.h"                   // StartFM3
     29#include "dll\notebook.h"               // appname
    3030#include "dll\fortify.h"
    31 #include "dll\init.h"                   // StartFM3
    32 #include "dll\notebook.h"               // Data declaration(s)
    3331#include "dll\errutil.h"                // Error reporting
    3432#include "dll\excputil.h"               // Exception handlers
     
    9997              break;
    10098          }
    101           Fortify_DumpAllMemory();
     99          Fortify_DumpAllMemory();
    102100#         endif
    103101        }
Note: See TracChangeset for help on using the changeset viewer.