mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
ENH: make it work for hp
This commit is contained in:
@@ -3,7 +3,7 @@ __declspec(dllimport)
|
||||
#endif
|
||||
extern void bar();
|
||||
|
||||
int main(int ac, char** av)
|
||||
int main()
|
||||
{
|
||||
bar();
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user