mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-29 08:43:56 +01:00
Move library tree where it belongs
This commit is contained in:
11
lib-src/libnyquist/nyquist/sys/win/msvc/winfun.h
Normal file
11
lib-src/libnyquist/nyquist/sys/win/msvc/winfun.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void get_xlisp_path(char *p, long p_max);
|
||||
char *getfilename(char *deflt, char *extension, char *mode, char *prompt);
|
||||
FILE *fileopen(char *deflt, char *extension, char *mode, char *prompt);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user