disable defining ntstatus codes in windows.h/winnt.h when using ndk
[reactos.git] / rosapps / dflat32 / listbox.c
index c6f9d15..302abd5 100644 (file)
@@ -356,11 +356,11 @@ static BOOL SelectionInWindow(DFWINDOW wnd, int sel)
 }
 
 static void WriteSelection(DFWINDOW wnd, int sel,
-                                    int _reverse, DFRECT *rc)
+                                    int reverse, DFRECT *rc)
 {
     if (DfIsVisible(wnd))
         if (SelectionInWindow(wnd, sel))
-            DfWriteTextLine(wnd, rc, sel, _reverse);
+            DfWriteTextLine(wnd, rc, sel, reverse);
 }
 
 #ifdef INCLUDE_EXTENDEDSELECTIONS
@@ -398,7 +398,7 @@ static void FlipSelection(DFWINDOW wnd, int sel)
 }
 
 static int ExtendSelections(DFWINDOW wnd, int sel, int shift)
-{    
+{
     if (shift & (DF_LEFTSHIFT | DF_RIGHTSHIFT) &&
                         wnd->AnchorPoint != -1)    {
         int i = sel;