summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/w32/file_dirvol.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/osl/w32/file_dirvol.cxx b/sal/osl/w32/file_dirvol.cxx
index 71cee43ffad8..6f0b18cbda8b 100644
--- a/sal/osl/w32/file_dirvol.cxx
+++ b/sal/osl/w32/file_dirvol.cxx
@@ -258,7 +258,7 @@ typedef struct tagDRIVEENUM
LPCWSTR lpIdent;
WCHAR cBuffer[/*('Z' - 'A' + 1) * sizeof("A:\\") + 1*/256];
LPCWSTR lpCurrent;
-} DRIVEENUM, * PDRIVEENUM, FAR * LPDRIVEENUM;
+} DRIVEENUM, *PDRIVEENUM, *LPDRIVEENUM;
}
@@ -329,7 +329,7 @@ typedef struct tagDIRECTORY
{
HANDLE hFind;
WIN32_FIND_DATAW aFirstData;
-} DIRECTORY, *PDIRECTORY, FAR *LPDIRECTORY;
+} DIRECTORY, *PDIRECTORY, *LPDIRECTORY;
}