X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2f0312f0c4150de91d2edb43f92217557dc9486b..f0e5d5d22ce012e9312a63175d79c0f4a8d444be:/include/wx/msw/missing.h diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index f4961c2562..95157acc1b 100644 --- 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_