-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Windows OpenGL Functions #271
Conversation
This is because of your editor settings, they are not the same as the original file. You're inserting tabs where there were spaces before or vice-versa. A local |
I ran WinMerge and it showed only the changes I was making. I turned off automatic re-indentation in Eclipse but it still showed a full replace of all files I modified, even CHAMGELOG.md |
You may be right that the problem is actually CR/LF. Git can be configured to keep things "as is" or replace CR/LF with something. Is that's what's going on? |
If you can't figure it out, I'll be happy to do the merge and fix it on my side. So don't spend your life on it. |
Thanks for understanding. BTY, I love JNA!!! It seems there is nothing I cannot do with it. I also use a Java-to-VLC interface class that uses JNA to expose the VLC core library. Thanks for the great code! |
Is that open-source? Should be, makes a good story, too. |
Yes, but has a commercial license for commercial use, which is how we license it. It is called vlcj. David |
Removed the W32APIOptions.ASCII_OPTIONS from the class per your recent e-mail |
Reopened as #280. |
Motivation: Quiche fixed a few important bugs we should update Modifications: Use 3174cda88120515cf624f679597c3fc1b77ca5ad sha Result: Use latest quiche code
I don't understand why it wants to update the entire files. I re-forked and edited without re-indenting. Maybe it is a CR/NL thing. Not sure how to get around this. Any thoughts?