Java AWT Native Interface: Difference between revisions

Content deleted Content added
Line 93:
 
Microsoft C++:
<source lang="cpp">
 
#include "jawt_md.h"
#include <assert.h>
Line 141:
awt.FreeDrawingSurface(ds);
}
</source>
 
(For [[Solaris Operating System|Solaris]] code and other operating systems see links below.)