Changeset 178 for trunk/dll/mainwnd2.c


Ignore:
Timestamp:
May 28, 2005, 7:42:39 PM (20 years ago)
Author:
root
Message:

Comments and localize code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/mainwnd2.c

    r160 r178  
    44  $Id$
    55
    6   Main window
     6  fm/4 main window
    77
    88  Copyright (c) 1993-98 M. Kimes
     
    1010
    1111  23 May 05 SHL Use datamin.h
     12  26 May 05 SHL Comments and localize code
    1213
    1314***********************************************************************/
     
    3940  HWND hwndLastDir;
    4041  HWND hwndMax;
    41 }
    42 PERSON1DATA;
    43 
    44 extern TOOL *toolhead;
     42} PERSON1DATA;
    4543
    4644#pragma alloc_text(PERSON11,MainFrameWndProc2,MainWndProc2)
     
    4846#pragma alloc_text(PERSON13,MainWMCommand2)
    4947
    50 MRESULT EXPENTRY MainFrameWndProc2(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2)
     48static MRESULT EXPENTRY MainFrameWndProc2(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2)
    5149{
    52 
    5350  PFNWP oldproc = (PFNWP) WinQueryWindowPtr(hwnd, 0);
    5451
     
    380377}
    381378
    382 MRESULT EXPENTRY MainWMCommand2(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2)
     379static MRESULT EXPENTRY MainWMCommand2(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2)
    383380{
    384 
    385381  PERSON1DATA *pd;
    386382
     
    800796}
    801797
    802 MRESULT EXPENTRY MainWMOnce2(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2)
     798static MRESULT EXPENTRY MainWMOnce2(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2)
    803799{
    804 
    805800  PERSON1DATA *pd;
    806801
     
    12461241MRESULT EXPENTRY MainWndProc2(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2)
    12471242{
    1248 
    12491243  PERSON1DATA *pd;
    12501244
     
    16621656HWND StartFM32(HAB hab, INT argc, CHAR ** argv)
    16631657{
    1664 
    16651658  HWND hwndFrame, hwndClient;
    16661659  ULONG FrameFlags = FCF_TITLEBAR | FCF_SYSMENU |
Note: See TracChangeset for help on using the changeset viewer.