|
Last change
on this file since 1192 was 1183, checked in by John Small, 17 years ago |
|
Ticket 187: Draft 2: Move remaining function declarations
|
|
File size:
760 bytes
|
| Line | |
|---|
| 1 |
|
|---|
| 2 | /***********************************************************************
|
|---|
| 3 |
|
|---|
| 4 | $Id: $
|
|---|
| 5 |
|
|---|
| 6 | <<<description here>>>
|
|---|
| 7 |
|
|---|
| 8 | Copyright (c) 1993-98 M. Kimes
|
|---|
| 9 | Copyright (c) 2008 Steven H. Levine
|
|---|
| 10 |
|
|---|
| 11 | Change log
|
|---|
| 12 |
|
|---|
| 13 | ***********************************************************************/
|
|---|
| 14 |
|
|---|
| 15 | #if !defined(DROPLIST_H)
|
|---|
| 16 | #define DROPLIST_H
|
|---|
| 17 |
|
|---|
| 18 | BOOL AcceptOneDrop(HWND hwnd, MPARAM mp1, MPARAM mp2);
|
|---|
| 19 | BOOL CheckPmDrgLimit(PDRAGINFO pDInfo);
|
|---|
| 20 | LISTINFO *DoFileDrop(HWND hwndCnr, CHAR * directory, BOOL arcfilesok,
|
|---|
| 21 | MPARAM mp1, MPARAM mp2);
|
|---|
| 22 | void DropHelp(MPARAM mp1, MPARAM mp2, HWND hwnd, char *text);
|
|---|
| 23 | BOOL FullDrgName(PDRAGITEM pDItem, CHAR * buffer, ULONG buflen);
|
|---|
| 24 | BOOL GetOneDrop(HWND hwnd, MPARAM mp1, MPARAM mp2, char *buffer, ULONG buflen);
|
|---|
| 25 |
|
|---|
| 26 |
|
|---|
| 27 | #endif // DROPLIST_H
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.