ENH: make it work for hp
This commit is contained in:
parent
1192f03f45
commit
4c87d57e71
@ -3,7 +3,7 @@ __declspec(dllimport)
|
|||||||
#endif
|
#endif
|
||||||
extern void bar();
|
extern void bar();
|
||||||
|
|
||||||
int main(int ac, char** av)
|
int main()
|
||||||
{
|
{
|
||||||
bar();
|
bar();
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user