mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-21 15:28:41 -05: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