Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
bdb63eca
Commit
bdb63eca
authored
Feb 10, 2004
by
Huw Davies
Committed by
Alexandre Julliard
Feb 10, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add the F_NOTIFY defines if we're compiling with linux and they're not
in the system header files.
parent
cff42a8d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
change.c
server/change.c
+13
-0
No files found.
server/change.c
View file @
bdb63eca
...
...
@@ -35,6 +35,19 @@
#include "thread.h"
#include "request.h"
#ifdef linux
#ifndef F_NOTIFY
#define F_NOTIFY 1026
#define DN_ACCESS 0x00000001
/* File accessed */
#define DN_MODIFY 0x00000002
/* File modified */
#define DN_CREATE 0x00000004
/* File created */
#define DN_DELETE 0x00000008
/* File removed */
#define DN_RENAME 0x00000010
/* File renamed */
#define DN_ATTRIB 0x00000020
/* File changed attibutes */
#define DN_MULTISHOT 0x80000000
/* Don't remove notifier */
#endif
#endif
struct
change
{
struct
object
obj
;
/* object header */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment