fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#if defined _WIN32 || defined __CYGWIN__
|
||||
#define DLL_IMPORT __declspec(dllimport)
|
||||
#else
|
||||
#define DLL_IMPORT
|
||||
#endif
|
||||
|
||||
int DLL_IMPORT func(void);
|
||||
|
||||
int main(void) {
|
||||
return func();
|
||||
}
|
||||
Reference in New Issue
Block a user