aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32.c')
-rw-r--r--src/w32.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/w32.c b/src/w32.c
index 3237c7b04c7..31b13289b57 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -242,8 +242,6 @@ typedef struct _REPARSE_DATA_BUFFER {
242typedef HRESULT (WINAPI * ShGetFolderPath_fn) 242typedef HRESULT (WINAPI * ShGetFolderPath_fn)
243 (IN HWND, IN int, IN HANDLE, IN DWORD, OUT char *); 243 (IN HWND, IN int, IN HANDLE, IN DWORD, OUT char *);
244 244
245Lisp_Object QCloaded_from;
246
247void globals_of_w32 (void); 245void globals_of_w32 (void);
248static DWORD get_rid (PSID); 246static DWORD get_rid (PSID);
249static int is_symlink (const char *); 247static int is_symlink (const char *);