Subversion Repositories Kolibri OS

Rev

Rev 9811 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
8796 turbocat 1
/*
2
    This is wrapper for Inputbox.obj sys library
3
    https://board.kolibrios.org/viewtopic.php?f=24&t=3767&sid=fd2ca95b24eec430db0c61d977f5d8ba#p71585
4
 
5
    Adapted for TCC's dynamic API by Magomed Kostoev, 2020
6
*/
7
 
9620 turbocat 8
#ifndef KOLIBRI_INPUTBOX_H
9
#define KOLIBRI_INPUTBOX_H
8796 turbocat 10
 
9620 turbocat 11
#include 
8796 turbocat 12
 
9812 Coldy 13
DLLAPI unsigned __stdcall InputBox(void* Buffer, char* Caption, char* Prompt, char* Default,
8796 turbocat 14
                                    unsigned long Flags, unsigned long BufferSize, void* RedrawProc);
15
 
9620 turbocat 16
#endif // KOLIBRI_INPUTBOX_H