white space
This commit is contained in:
@ -162,7 +162,7 @@ class shared_info
|
||||
};
|
||||
|
||||
extern shared_info *cygwin_shared;
|
||||
extern user_info *user_shared;
|
||||
extern user_info *user_shared;
|
||||
#define mount_table (&(user_shared->mountinfo))
|
||||
extern HANDLE cygwin_user_h;
|
||||
|
||||
@ -193,7 +193,7 @@ struct console_state
|
||||
#endif
|
||||
|
||||
char *__stdcall shared_name (char *, const char *, int);
|
||||
void *__stdcall open_shared (const char *name, int n, HANDLE &shared_h, DWORD size,
|
||||
void *__stdcall open_shared (const char *name, int n, HANDLE &shared_h, DWORD size,
|
||||
shared_locations, PSECURITY_ATTRIBUTES psa = &sec_all);
|
||||
extern void user_shared_initialize (bool reinit);
|
||||
|
||||
|
Reference in New Issue
Block a user