Changeset 1501

Show
Ignore:
Timestamp:
02/07/2010 17:40:07 (6 weeks ago)
Author:
gyoung
Message:

Fix a sort order failure on restore of dircnrs caused by changes made to compile under OW 1.9

Location:
trunk/dll
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/dll/dircnrs.h

    r1498 r1501  
    145145  ULONG lasttime; 
    146146  BOOL arcfilled; 
    147 #ifdef INCL_DOSSEMAPHORES 
    148147  HMTX filling; 
    149 #endif 
    150148  BOOL firsttree; 
    151149  ULONG lastattr; 
  • trunk/dll/sortcnr.c

    r1348 r1501  
    1919 
    2020#define INCL_WIN 
     21#define INCL_DOSSEMAPHORES 
    2122 
    2223#include "fm3dll.h"