mbien commented on code in PR #6585:
URL: https://github.com/apache/netbeans/pull/6585#discussion_r1365189554


##########
ide/extbrowser/native/NbDDEBrowserImpl.cpp:
##########
@@ -23,6 +23,7 @@
 // #include "stdafx.h"
 
 #include <windows.h>
+#include <sysinfo.h>

Review Comment:
   yeah, the native bits are not built with the regular build. What usually 
happens is that they have to be built and tested separately uploaded as a 
release, and NB depends on them as regular dependency.
   
   It is a bit of a patchwork but its an old build and some of the native libs 
are fairly stable so they don't have to be updated often.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to