projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Allow passing wxLongLong values directly to wx pseudo-vararg functions.
[wxWidgets.git]
/
include
/
wx
/
msw
/
missing.h
diff --git
a/include/wx/msw/missing.h
b/include/wx/msw/missing.h
index f4961c25621458c74cef9a7e96f2c63115fdc96d..95157acc1b2079fc9593b65a2a984177996fa117 100644
(file)
--- a/
include/wx/msw/missing.h
+++ b/
include/wx/msw/missing.h
@@
-537,5
+537,9
@@
typedef struct
#endif
#endif // defined __WINE__
+#ifndef INVALID_FILE_ATTRIBUTES
+ #define INVALID_FILE_ATTRIBUTES ((DWORD)-1)
+#endif
+
#endif
// _WX_MISSING_H_