Bug 532830 - [Win32] Remove ANSI versions of functions and structures

Restores the reverted commit, which was reverted due to missing CQ.


Remove ANSI versions of all PI functions and structures.

Rename Unicode PI definitions to unsiffixed form (i.e. strip the final
W),
define -DUNICODE -D_UNICODE in native code to match.

Remove flag=dynamic from functions that are always available on the
target
platform (Vista and later). This is necessary because unsuffixed Unicode
functions can't be dynamic.

Remove redundant OS.IsUnicode variable.


Change-Id: I8fe8a53e9f2c4c3f4cc0a1aa98c2385cc4d19299
Signed-off-by: Nikita Nemkin <nikita@nemkin.ru>
65 files changed
tree: 1646671af97a85d7566eccea252fc620408c034b
  1. bundles/
  2. examples/
  3. features/
  4. local-build/
  5. tests/
  6. .gitignore
  7. pom.xml
  8. README.md
README.md

Contributing to SWT

Thanks for your interest in this project.

Developer resources:

See the following description for how to contribute a feature or a bug fix to SWT.

Information regarding source code management, builds, coding standards, and more and be found under the following link.

Contributor License Agreement:

Before your contribution can be accepted by the project, you need to create and electronically sign the Eclipse Foundation Contributor License Agreement (CLA).

Contact:

Contact the project developers via the project's “dev” list.

Search for bugs:

This project uses Bugzilla to track ongoing development and issues.

Create a new bug:

Be sure to search for existing bugs before you create another one. Remember that contributions are always welcome!