6 lines
82 B
C
6 lines
82 B
C
#ifndef GOTO_URL_H
|
|
#define GOTO_URL_H
|
|
|
|
HINSTANCE GotoURL(const char *url);
|
|
|
|
#endif |