Changeset 4926 for trunk/include/win/commdlg.h
- Timestamp:
- Jan 10, 2001, 9:53:46 PM (25 years ago)
- File:
-
- 1 edited
-
trunk/include/win/commdlg.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/commdlg.h
r4923 r4926 1 /* $Id: commdlg.h,v 1. 8 2001-01-10 20:38:00sandervl Exp $ */1 /* $Id: commdlg.h,v 1.9 2001-01-10 20:53:46 sandervl Exp $ */ 2 2 /* 3 3 * COMMDLG - Common Wine Dialog ... :-) … … 15 15 #include "pshpack1.h" 16 16 17 #ifdef __cplusplus 18 #define SNDMSG ::SendMessage 19 #else /* __cplusplus */ 20 #define SNDMSG SendMessage 21 #endif /* __cplusplus */ 17 #ifndef SNDMSG 18 #define SNDMSG WINELIB_NAME_AW(SendMessage) 19 #endif 22 20 23 21 #define OFN_READONLY 0x00000001
Note:
See TracChangeset
for help on using the changeset viewer.
