| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to dialogs.cpp CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / np2 / macos9 / dialog | 
| version 1.1, 2003/10/23 10:57:49 | version 1.2, 2003/10/23 12:58:44 | 
|---|---|
| Line 3 | Line 3 | 
| #include "dialogs.h" | #include "dialogs.h" | 
| Handle GetDlgItem(DialogPtr hWnd, short pos) { | |
| Handle ret; | |
| Rect rct; | |
| short s; | |
| GetDialogItem(hWnd, pos, &s, &ret, &rct); | |
| return(ret); | |
| } | |
| // ---- file select | // ---- file select | 
| static const BYTE pathsep[2] = {0x01, ':'}; | static const BYTE pathsep[2] = {0x01, ':'}; |