Changeset 4926 for trunk/include
- Timestamp:
- Jan 10, 2001, 9:53:46 PM (25 years ago)
- Location:
- trunk/include/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/commctrl.h
r4834 r4926 1 /* $Id: commctrl.h,v 1.3 7 2000-12-24 12:28:19sandervl Exp $ */1 /* $Id: commctrl.h,v 1.38 2001-01-10 20:53:46 sandervl Exp $ */ 2 2 /* 3 3 * Common controls definitions … … 131 131 132 132 /* This is only for Winelib applications. DON't use it wine itself!!! */ 133 #ifndef SNDMSG 133 134 #define SNDMSG WINELIB_NAME_AW(SendMessage) 134 135 #endif 135 136 136 137 -
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.