Ignore:
Timestamp:
Aug 24, 2007, 2:13:12 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/ProjectEditor/SubOperation.cpp

    r120 r302  
    14331433        hwnd,0,hInst,0);
    14341434    if(pobj_nv->bClipProjectView==0){
    1435         SetWindowLong(hProjectView,GWL_EXSTYLE,0);
     1435        SetWindowLongPtr(hProjectView,GWL_EXSTYLE,0);
    14361436        SetParent(hProjectView,hProjectView_ToolWindow);
    14371437        ResizeProjectView_ToolWindow();
Note: See TracChangeset for help on using the changeset viewer.