Changeset 1400 for trunk/dll/common.h
- Timestamp:
- Mar 8, 2009, 6:50:25 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/common.h
r1205 r1400 10 10 11 11 Change log 12 08 Mar 09 GKY Additional strings move to PCSZs in init.c (Declare changes) 12 13 13 14 ***********************************************************************/ … … 18 19 MRESULT EXPENTRY CommonCnrProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2); 19 20 void CommonCreateMainChildren(HWND hwnd, SWP * swp); 20 void CommonCreateTextChildren(HWND hwnd, char *class, USHORT * ids);21 void CommonCreateTextChildren(HWND hwnd, PCSZ class, USHORT * ids); 21 22 void CommonDriveCmd(HWND hwnd, char *drive, USHORT cmd); 22 23 MRESULT EXPENTRY CommonFrameWndProc(USHORT id,
Note:
See TracChangeset
for help on using the changeset viewer.