Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 61ecb49

Browse files
authored
Fix recursion in readme
1 parent af03cbc commit 61ecb49

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.MD

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ This project is not endorsed by nor affiliated with either Microsoft, Oracle, no
1818

1919
MSVC, Windows.h, d3d11.h and the Windows SDK are owned by Microsoft, and due to licensing issues, are not included as a part of this source code.
2020

21-
The project source code does not include generated and mapped files for two reasons:
22-
1. There's a lot of files (more than 10k after every class is generated)
23-
2. There might be licensing issues with some Windows.h struct names (see the [disclaimer](#0-disclaimer))
21+
The project source code does not include generated and mapped files because there's a lot of files (more than 10k after every class is generated)
2422

2523
## 1. What is Project Panama
2624
Java's project panama is an incubating feature of java, only accessible on a specific branch, is a brand new solution that gets rid of writing JNI or JNA wrappers for native libraries, and instead almost completely automates the process, or hides it behind neat and efficient wrapper classes.

0 commit comments

Comments
 (0)